Below are the commands which can be used for verifying the health status of Oracle ZFS Storage Appliance.
1. Check the ZFS Cluster status using below command. Both the heads should be seen in cluster.
2. Check if there are any active problems using below command. There should be no faults in healthy ZFS heads.
3. Check if the ZFS head has pool active or in exported status using below command. Pool should not be in degraded or failed state.
4. Check the network interfaces status of head using below command. Network interfaces should be UP.
Below is sample output of above command.
1. Check the ZFS Cluster status using below command. Both the heads should be seen in cluster.
configuration cluster show
Below
is sample output of above command. In below sample command the ZFS
Storage heads are configured in owner/stripped cluster configuration.
Properties:state = AKCS_OWNER
description = Active (takeover completed)
peer_asn = ZZZZZ-ZZZZ-ZZZZ
peer_hostname = storagehead2
peer_state = AKCS_STRIPPED
peer_description = Ready (waiting for failback)
description = Active (takeover completed)
peer_asn = ZZZZZ-ZZZZ-ZZZZ
peer_hostname = storagehead2
peer_state = AKCS_STRIPPED
peer_description = Ready (waiting for failback)
2. Check if there are any active problems using below command. There should be no faults in healthy ZFS heads.
maintenance problems show
3. Check if the ZFS head has pool active or in exported status using below command. Pool should not be in degraded or failed state.
configuration storage show
Below is sample output of above command.
pool = <poolname>
status = online
errors = 0
owner = storagehead1
profile = mirror
log_profile = log_stripe
cache_profile = cache_stripe
status = online
errors = 0
owner = storagehead1
profile = mirror
log_profile = log_stripe
cache_profile = cache_stripe
4. Check the network interfaces status of head using below command. Network interfaces should be UP.
configuration net interfaces ls
Below is sample output of above command.
INTERFACE STATE CLASS LINKS ADDRS LABEL
ixgbe0 up ip ixgbe0 10.141.135.84/23 ixgbe0
ixgbe0 up ip ixgbe0 10.141.135.84/23 ixgbe0
5. Check the status of Infiniband IB Ports on ZFS Storage Appliance using below command. Both the IB Ports should be UP and Active.
confirm shell ibstat
6. Check if there are any Hardware problems using below command. There should be no hardware problems in a a healthy system.
Below is sample output of above command.
maintenance hardware show
Below is sample output of above command.
Chassis:
NAME STATE MANUFACTURER MODEL SERIAL RPM TYPE
chassis-000 storagehead2 ok Oracle Oracle ZFS Storage ZS5-ES ZZZZZZZZ -- system
cpu-000 CPU 0 ok Intel Intel(r) Xeon(r) CPU E5-2699 v3 @ 2.30GHz unknown
cpu-001 CPU 1 ok Intel Intel(r) Xeon(r) CPU E5-2699 v3 @ 2.30GHz unknown
NAME STATE MANUFACTURER MODEL SERIAL RPM TYPE
chassis-000 storagehead2 ok Oracle Oracle ZFS Storage ZS5-ES ZZZZZZZZ -- system
cpu-000 CPU 0 ok Intel Intel(r) Xeon(r) CPU E5-2699 v3 @ 2.30GHz unknown
cpu-001 CPU 1 ok Intel Intel(r) Xeon(r) CPU E5-2699 v3 @ 2.30GHz unknown
No comments:
Post a Comment