Verifying the configuration after a cluster switch upgrade
You can use the commands provided here to verify that all is operational after a BES-53248 cluster switch upgrade.
- Display information about the network ports on the cluster using the command: network port show -ipspace Cluster Link must have the value up and Health Status must be healthy .
Example
The following example shows the output from the command:cluster1::> network port show -ipspace Cluster
Controller: controller1
Ignore
Speed(Mbps) Health Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status
------ ------------ ---------------- ---- ---- ----------- -------- ------
e0a Cluster Cluster up 9000 auto/10000 healthy false
e0b Cluster Cluster up 9000 auto/10000 healthy false
Controller: controller2
Ignore
Speed(Mbps) Health Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status
----- ------------ ---------------- ---- ---- ----------- -------- ------
e0a Cluster Cluster up 9000 auto/10000 healthy false
e0b Cluster Cluster up 9000 auto/10000 healthy false
4 entries were displayed. - Verify that for each LIF Is Home is true and Status Admin/Oper is up on both controllers using the command: network interface show -vserver Cluster
Example
cluster1::> network interface show -vserver Cluster
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Controller Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster
controller1_clus1 up/up 169.254.217.125/16 controller1 e0a true
controller1_clus2 up/up 169.254.205.88/16 controller1 e0b true
controller2_clus1 up/up 169.254.252.125/16 controller2 e0a true
controller2_clus2 up/up 169.254.110.131/16 controller2 e0b true
4 entries were displayed. - Verify that the Health Status of each controller is true using the command: cluster show
Example
cluster1::> cluster show
Controller Health Eligibility Epsilon
-------------------- ------- ------------ ------------
controller1 true true false
controller2 true true false
2 entries were displayed.
Give documentation feedback