Upgrading switches by using the
vsx update-software
command
Ensure that there is a scheduled maintenance window. There will be a minimal disruption of service until the upgrade is completed. It is advisable to have a support engineer from HPE available during this procedure.
- If you have enabled loop protect, enter the
show loop-protect
command for verifying that the action on loop detection has a value ofTX disable
on the VSX interface. If the setting has a different value, reset the value toTX disable
by entering theloop-protect action tx-disable
command:switch(config)# interface lag 2 multi-chassis switch(config-if)# loop-protect action tx-disable switch(config-if)# exit switch(config)# exit
The
vsx update-software
command provides the option to save the configuration on the primary and secondary VSX switches; however, you can save the configuration manually by using one of the following methods:To copy the running configuration into the startup configuration:
switch# copy running-config startup-config
If the startup configuration is already present, the command overwrites the pre-existing startup configuration.
To copy the running configuration into a checkpoint that has not been created yet:
switch# copy running-config checkpoint <CHECKPOINT-NAME>
Check the status of the
show vsx brief
command and validate the ISL is in-sync and the keepalive is established.Check the output of the
show lacp interfaces multi-chassis
command and note which LACP interfaces are in a forwarding state of up.