5-11
Cisco Nexus 1000V Troubleshooting Guide, Release 5.2(1)SV3(1.1)
OL-31593-01
Chapter 5 Upgrades
Problems with the GUI Upgrade
Changing the HA Role
You can change the HA role of the VSM.
BEFORE YOU BEGIN
• Log in to the CLI in EXEC mode.
• Know the domain ID of the existing VSM.
DETAILED STEPS
Step 1 Go to the domain of the existing VSM.
a. configure terminal
b. svs-domain
c. domain id domain-id
Example:
switch# config t
switch(config)# svs-domain
switch(config-svs-domain)# domain id 1941
Warning: Config saved but not pushed to vCenter Server due to inactive connection!
Step 2 Change the HA role.
system redundancy role [primary | secondary | standalone]
Example:
switch(config-svs-domain)# system redundancy role secondary
Setting will be activated on next reload.
switch(config-svs-domain)#
Example:
switch(config-svs-domain)# system redundancy role primary
Setting will be activated on next reload.
switch(config-svs-domain)#
Step 3 Copy the running configuration to the startup configuration.
copy run start
Example:
switch#(config-svs-domain)# copy run start
[########################################] 100%e
switch#(config-svs-domain)#
Step 4 You have completed this procedure. Return to the “Recovering a Primary VSM with Active Secondary”
section on page 5-12.