Upgrades

This chapter describes how to identify and resolve problems related to upgrading the Virtual Supervisor Module (VSM) software and includes the following sections:

Information About Upgrades

The upgrade for the Cisco Nexus 1000V involves upgrading software on both the VSM and the Virtual Ethernet Module (VEM).

An in service software upgrade (ISSU) is available for a stateful upgrade of the Cisco Nexus 1000V image(s) running on the VSM. A stateful upgrade is one without noticeable interruption of data plane services provided by the switch.

For detailed information, see the Cisco Nexus 1000V Installation and Upgrade Guide.

Problems with the In-Service Software Upgrade

The following are symptoms, possible causes, and solutions for problems with ISSUs.

Table 5-1 Problems with the ISSU

Symptom
Possible Causes
Solution

Error Message:

Pre-Upgrade check failed.

Return code 0x40930062 (free space in the filesystem is below threshold).

This error indicates that there is not enough space in the /var/sysmgr partition.

1.blank.gif Reboot the system.

Error message:

Pre-Upgrade check failed. Return code 0x4093000A (SRG collection failed)

A module is removed during the upgrade.

1.blank.gif Make sure that the module removal is complete.

2.blank.gif Restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

Error message:

Pre-Upgrade check failed. Return code 0x40930076 (Standby sup is offline. ISSU will not proceed)

The standby VSM is not present or is not synchronized with the active VSM, and the VSMs do not form a stable HA pair.

1.blank.gif Verify the HA synchronization state.

show system redundancy status

The output of the show command must indicate the following:

Active VSM: Active with HA standby

Standby VSM: HA standby

2.blank.gif If the output of the show command indicates that the VSMs are not synchronized, see the “Problems with High Availability” section.

3.blank.gif When the VSMs are synchronized, restart the software upgrade using the detailed instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

Error message:

Pre-Upgrade check failed. Return code 0x807B0002 (No such file or directory)
 

Error message:

Pre-Upgrade check failed. Return code 0x4093000F (Failed to copy image)

The software image files required for the upgrade are not present or were not copied to the bootflash: repository.

There may not be enough room in the bootflash: repository for the files to be copied.

1.blank.gif Verify that there is enough space in bootflash for the image files.

dir

2.blank.gif Do one of the following:

blank.gif If additional space is needed, delete other files from the bootflash: repository to make room for the software image files.

delete

caut.gif

Caution Do not delete kickstart or system image files from bootflash. If there are no image files in bootflash, the system cannot reboot if required.

blank.gif If not, continue with the next step.

3.blank.gif Download the required images from www.cisco.com to the bootflash: repository.

4.blank.gif Verify that the correct images are in the bootflash: repository.

show boot

5.blank.gif When the correct software images are in the bootflash: repository, restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

The install command fails with the following error:

Return code 0x4045001F (image MD5 checksum error)

Pre-Upgrade check failed. Return code 0x40930011 (Image verification failed)

The software image file(s) required for the upgrade do not pass the MD5 checksum verification, indicating that the correct file(s) are not present in bootflash: repository for the upgrade to proceed.

A file can be truncated when copied.

1.blank.gif Using the README file from the upgrade zip folder at www.cisco.com, verify the MD5 checksum for each of the image files.

show file bootflash: filename md5sum

2.blank.gif Replace the file(s) that do not match.

3.blank.gif Verify that the correct images are in the bootflash: repository and that the checksums match.

show file bootflash: filename md5sum

4.blank.gif When the correct software images are in the bootflash: repository, restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

Error message:

Install has failed. Return code 0x40970001 (Incompatible image)

You might have used an incorrect filename when entering the in stall all command.

Restart the software upgrade using the correct filenames for the new software images.

install all kickstart filename1 system filename2

After upgrading, the VSMs are not running the new software version.

The boot variables were not set properly.

1.blank.gif Verify that the running images and boot variables match the upgrade version.

show version

show boot

2.blank.gif If needed, download the required images from www.cisco.com to your local bootflash: repository.

3.blank.gif Verify that the correct images are in the bootflash: repository.

show boot

4.blank.gif Restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

5.blank.gif If the problem persists, collect details of the upgrade and open a support case.

show system internal log install details

Performing the configuration copy process fails and stops the upgrade.

Performing configuration copy.

[####------------] 30%

Service or system errors.

1.blank.gif Manually copy the configuration.

copy running-config startup-config

2.blank.gif Do one of the following:

blank.gif If the progress bar gets stuck before 100% for over one minute, collect details of the upgrade and open a support case.

show system internal log install details

blank.gif If the copy succeeds without delays, restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

Error message:

Another install procedure may be in progress. (0x401E0007)

Another upgrade session is in progress from a VSM console or SSH/Telnet.

Do one of the following:

  • Continue the first upgrade session in progress.
  • Stop the upgrade and restart one session only using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

The install command fails with following error message:

-- FAIL. Return code 0x4093001E (Standby failed to come online)

Install has failed. Return code 0x4093001E (Standby failed to come online)

The standby VSM fails to boot with the new image.

Do one of the following:

  • Restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.
  • Postpone the upgrade and reset the boot variables to the original filenames.

boot kickstart filename [sup-1] [sup-2]

The install command fails with following error message:

Install has failed. Return code 0x4093001F (Standby installer failed to take over the installation).
Please identify the cause of the failure, and try “install all” again”

The standby VSM takes more than 10 minutes to come up and form a stable HA pair with the active VSM.

1.blank.gif Reset the boot variables to the original filenames.

boot kickstart filename [sup-1] [sup-2]

2.blank.gif If the standby is still running the new software version, reload it.

reload

The standby synchronizes with the active, so that both are running the original software version.

The install command fails with following error message:

Module 2: Waiting for module online.
-- SUCCESS
-- Install has failed. Return code 0x40930000 (Current operation failed to complete within specified time)

A failure at the standby VSM caused it to reload again after the Continuing with installation, please wait message and before the switchover.

1.blank.gif Inspect the logs.

show logging

2.blank.gif Look for standby reloads caused by process failures.

show cores

If a process crash is observed, collect details of the upgrade and open a support case.

show system internal log install details

3.blank.gif Restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

The pre-upgrade check failed:

Return code 0x40930062 (free space in the filesystem is below threshold).

 

1.blank.gif

Problems with the VEM Upgrade

The following are symptoms, possible causes, and solutions for problems with VEM software upgrade.

Table 5-2 Problems with the VEM Upgrade

Symptom
Possible Causes
Solution

After starting a VEM upgrade from the VSM console, the VMware Upgrade Manager (VUM) skips upgrading the hosts with the new VEM.

One or more of the following are enabled on the host cluster.

  • VMware high availability (HA)
  • VMware fault tolerance (FT)
  • Vmware Distributed Power Management (DPM)

1.blank.gif Verify the upgrade failure.

show vmware vem upgrade status

2.blank.gif From vCenter Server, disable HA, FT, and DPM for the cluster.

3.blank.gif Restart the VEM software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

VEM upgrade fails.

An incorrect VUM version is in use.

1.blank.gif Identify the VUM version required for the upgrade using the Cisco Nexus 1000V Compatibility Information.

2.blank.gif Upgrade to the correct VUM version.

3.blank.gif Restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

After upgrading, the host is not added to the VSM.

An incorrect VEM software version is installed on the host.

1.blank.gif Identify the VEM software version required for the upgrade using the Cisco Nexus 1000V Compatibility Information.

2.blank.gif Proceed with the upgrade using the correct VEM software version and the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

A message on the ESX/ESXi command line shell and VMkernel logs notifies you that the loading and unloading of modules failed.

The modules were not placed in maintenance mode (all VMs VMotioned over) before starting the upgrade.

1.blank.gif Place the host in maintenance mode.

2.blank.gif Proceed with the upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

The host does not have enough memory to load new modules.

A host requires a minimum of 2 GB of physical RAM. If it also hosts a Cisco Nexus 1000V VSM VM, it needs a minimum of 4 GB of physical RAM. If it also hosts the vCenter Server VM, additional memory might be needed.

1.blank.gif Verify that the host has sufficient memory to load the new modules.

For more information about allocating RAM and CPU, see the Cisco Nexus 1000V Installation and Upgrade Guide.

2.blank.gif Proceed with the upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

Problems with the GUI Upgrade

The following are symptoms, possible causes, and solutions for problems with software upgrade using the GUI upgrade application.

note.gif

Noteblank.gif If you are upgrading directly from SV1(4) to SV1(4a), the GUI is not used and this section does not apply. This section is applicable only if you use the GUI for an intermediate upgrade from a SV1(3x) release to SV1(4), prior to upgrading to SV1(4a).


 

Table 5-3 Problems with the GUI Upgrade

Symptom
Possible Causes
Solution

The upgrade GUI stops and times out after 10 minutes and displays the following message:

Error: Could not contact the upgraded VSM at n.n.n.n. Please check the connection.

During the upgrade, you configured an unreachable IP address for the mgmt0 interface.

In this case, one VSM in the redundant pair has new software installed and is unreachable. The other VSM has the original pre-upgrade software version installed and is reachable.

1.blank.gif Use one of the following sets of procedures to return your VSM pair to the previous software version:

blank.gif “Recovering a Secondary VSM with Active Primary” section

blank.gif “Recovering a Primary VSM with Active Secondary” section

2.blank.gif Restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

The upgrade GUI stops and times out after 10 minutes and displays the following message:

Error: Could not contact the upgraded VSM at 10.104.244.150. Please check the connection.

After timing out, one VSM comes up in switch(boot) mode.

You have selected incompatible or incorrect VSM software images for the upgrade.

The software images you selected from the GUI selection list included a system image for one software version and a kickstart image for another software version. These images must be for the same software version.

For an example of how software images are selected during the upgrade, see Example 5-1.

1.blank.gif To continue the upgrade, first recover the VSM using one of the following:

blank.gif “Recovering a Secondary VSM with Active Primary” section

blank.gif “Recovering a Primary VSM with Active Secondary” section

2.blank.gif Restart the software upgrade using the instructions in the Cisco Nexus 1000V Installation and Upgrade Guide.

Example 5-1 Upgrade: Enter Upgrade Information

This example shows how to specify system and kickstart images during the upgrade process. In this example, the images specified are from the same release, SV1.4. If you specify a kickstart image from one release, and a system image from another, then the upgrade cannot proceed.

 

n1000v_TS_5upgrade-6.jpg

 

Recovering a Secondary VSM with Active Primary

You can recover a secondary VSM when the primary VSM is active.

note.gif

Noteblank.gif The information in this section does not apply when upgrading from Release 4.2(1)SV1(4) to
Release 4.2(1)SV2(1.1).



Step 1blank.gif Stop the upgrade on the VSM, using the “Stopping a VSM Upgrade” section

Step 2blank.gif Change the boot variables back to the previous version using the “Changing Boot Variables” section

Step 3blank.gif From the vCenter Server left-hand panel, right-click the secondary VSM and then choose Delete from Disk.

The secondary VSM is deleted.

Step 4blank.gif Create a new VSM by reinstalling the software using the vSphere Client Deploy OVF Template wizard, specifying the following:

  • The Cisco Nexus 1000V secondary configuration method
    (configures the secondary VSM in an HA pair using a GUI setup dialog).
  • The host or cluster of the primary VSM.
  • The same domain ID and password as that of the primary VSM.

For a detailed procedure, see the Cisco Nexus 1000V Installation and Upgrade Guide.

The VSM comes up and forms an HA pair with the newly created standalone VSM. The VSMs have the previous version of the software installed.


 

Stopping a VSM Upgrade

You can stop a VSM upgrade that is in progress.

BEFORE YOU BEGIN

  • Log in to the CLI in EXEC mode.
note.gif

Noteblank.gif The information in this section does not apply when upgrading from Release 4.2(1)SV1(4) to
Release 4.2(1)SV2(1.1).


DETAILED STEPS


Step 1blank.gif Display upgrade status.

show svs upgrade status

Example:
switch# show svs upgrade status
Upgrade State: Start
Upgrade mgmt0 ipv4 addr: 1.1.1.1
Upgrade mgmt0 ipv6 addr:
Upgrade control0 ipv4 addr:
 

Step 2blank.gif Stop the upgrade.

a.blank.gif configure terminal

b.blank.gif no svs upgrade start

Example:
switch# configure terminal
switch#(config)# no svs upgrade start
WARNING! VSM upgrade process is aborted
switch#(config)#
 

Step 3blank.gif Display the upgrade status.

show svs upgrade status

Example:
switch#(config)# show svs upgrade status
Upgrade State: Abort
Upgrade mgmt0 ipv4 addr:
Upgrade mgmt0 ipv6 addr:
Upgrade control0 ipv4 addr:
 

Step 4blank.gif You have completed this procedure. Return to one of these sections:


 

Changing Boot Variables

You can replace the software images used to boot the VSM.

BEFORE YOU BEGIN

  • Log in to the CLI in EXEC mode.
  • Know the filenames of the pre-upgrade system and kickstart image files to apply.

DETAILED STEPS


Step 1blank.gif Display the current boot variables.

show boot

Example:
switch# show boot
sup-1
kickstart variable = bootflash:/nexus-1000v-kickstart-mz.4.0.4.SV1.3a.bin
system variable = bootflash:/nexus-1000v-mz.4.0.4.SV1.3a.bin
sup-2
kickstart variable = bootflash:/nexus-1000v-kickstart-mzg.4.2.1.SV1.4.bin
system variable = bootflash:/nexus-1000v-mzg.4.2.1.SV1.4.bin
No module boot variable set
switch(config)#
 

Step 2blank.gif Remove the current system and kickstart boot variables.

a.blank.gif configure terminal

b.blank.gif no boot system

c.blank.gif no boot kickstart

Example:
switch# configure terminal
switch(config)# no boot system
switch(config)# no boot kickstart
switch#(config)#
 

Step 3blank.gif Restore the system and kickstart boot variables to the original pre-upgrade filenames.

a.blank.gif boot system bootflash: system-boot-variable-name

b.blank.gif boot system bootflash: kickstart-boot-variable-name

Example:
switch#(config)# boot system bootflash:nexus-1000v-mz.4.0.4.SV1.3a.bin
switch#(config)# boot kickstart bootflash:nexus-1000v-kickstart-mz.4.0.4.SV1.3a.bin
switch#(config)#
 

Step 4blank.gif Copy the running configuration to the startup configuration.

copy run start

Example:
switch#(config)# copy run start
[########################################] 100%e
switch#(config)#
 

Step 5blank.gif Verify the change in the system and kickstart boot variables.

show boot

Example:
switch#(config)# show boot
sup-1
kickstart variable = bootflash:/nexus-1000v-kickstart-mz.4.0.4.SV1.3a.bin
system variable = bootflash:/nexus-1000v-mz.4.0.4.SV1.3a.bin
sup-2
kickstart variable = bootflash:/nexus-1000v-kickstart-mz.4.0.4.SV1.3a.bin
system variable = bootflash:/nexus-1000v-mz.4.0.4.SV1.3a.bin
No module boot variable set
switch#(config)#
 

Step 6blank.gif You have completed this procedure. Return to one of these sections:


 

Powering On the VSM

You can power on the newly created VSM.


Step 1blank.gif From the vCenter Server left-hand panel, right-click the VSM and then choose Power > Power On.

The VSM starts.

 

n1000v_TS_5upgrade-8.jpg

 

Step 2blank.gif You have completed this procedure. Return to the “Recovering a Primary VSM with Active Secondary” section.


 

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 1blank.gif Go to the domain of the existing VSM.

a.blank.gif configure terminal

b.blank.gif svs-domain

c.blank.gif 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 2blank.gif 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 3blank.gif 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 4blank.gif You have completed this procedure. Return to the “Recovering a Primary VSM with Active Secondary” section.


 

Recovering a Primary VSM with Active Secondary

You can recover a primary VSM when the secondary VSM is active.


Step 1blank.gif Stop the upgrade on the secondary VSM by completing the Stopping a VSM Upgrade

Step 2blank.gif Change the boot variables back to the previous version by completing the Changing Boot Variables

Step 3blank.gif From the vCenter Server left-hand panel, right-click the primary VSM and then choose Delete from Disk.

The primary VSM is deleted.

Step 4blank.gif Create a new VSM by reinstalling the software from the OVA and specifying the following:

  • Manual (CLI) configuration method instead of GUI.
  • The host or cluster of the existing secondary VSM.

For detailed installation procedures, see the Cisco Nexus 1000V Installation and Upgrade Guide.

Step 5blank.gif Make sure that the port groups between the host server and VSM are not connected when the new VSM is powered on by completing the Disconnecting the Port Groups.

Step 6blank.gif Power on the newly-created VSM by completing the Powering On the VSM.

The VSM comes up with the standalone HA role.

Step 7blank.gif Change the HA role of the newly created standalone VSM to primary and save the configuration by completing the Changing the HA Role.

Step 8blank.gif Power off the newly created VSM by completing the Powering Off the VSM.

Step 9blank.gif Make sure that the port groups between the host server and VSM are connected when the new VSM is powered on by completing the Connecting the Port Groups.

Step 10blank.gif Power on the newly created VSM by completing the Powering On the VSM.

The VSM comes up, connects with the host server, and forms an HA pair with the existing primary VSM.


 

Disconnecting the Port Groups

You can disconnect and prevent port groups to the VSM from connecting to the host server.


Step 1blank.gif In vCenter Server, select the VSM and then choose Edit > Settings.

The Virtual Machine Properties dialog box opens.

Step 2blank.gif Select the Control port group and uncheck the following Device Settings:

  • Connected
  • Connect at Power On

The connection from the VSM to the host server through the control port is dropped and is not restored when you power on the VSM.

 

n1000v_TS_5upgrade-9.jpg

 

Step 3blank.gif Select the Management port group and uncheck the following Device Settings:

  • Connected
  • Connect at Power On

The connection from the VSM to the host server through the management port is dropped and is not restored when you power on the VSM.

 

n1000v_TS_5upgrade-10.jpg

 

Step 4blank.gif You have completed this procedure. Return to the “Recovering a Primary VSM with Active Secondary” section.


 

Powering Off the VSM

You can power off the newly created VSM.


Step 1blank.gif From the vCenter Server left-hand panel, right-click the VSM and then choose Power > Power Off.

The VSM shuts down.

n1000v_TS_5upgrade-11.jpg

 

Step 2blank.gif You have completed this procedure. Return to the “Recovering a Primary VSM with Active Secondary” section.


 

Connecting the Port Groups

You can make sure that the port groups to the host connect when you power on the VSM.


Step 1blank.gif In vCenter Server, select the VSM and then choose Edit > Settings.

The Virtual Machine Properties dialog box opens.

Step 2blank.gif Select the Control port group and check the following Device Settings:

  • Connect at Power On

When you power on the VSM, it will connect to the host server through the control port.

 

n1000v_TS_5upgrade-12.jpg

 

Step 3blank.gif Select the Management port group and check the following Device Setting:

  • Connect at Power On

When you power on the VSM, it will connect to the host server through the management port.

 

n1000v_TS_5upgrade-13.jpg

 

Step 4blank.gif You have completed this procedure. Return to the “Recovering a Primary VSM with Active Secondary” section.


 

Problems with VSM-VEM Layer 2 to 3 Conversion Tool

The following is a symptom and solution for a problem with logging in to VSM when using the conversion tool:

Symptom
Solution

When you enter your VSM and VC login credentials for the first time, the VSM-VEM Layer 2 to 3 Conversion Tool might display:

Timeout error. Is device down or unreachable?? ssh_expect

1.blank.gif Open a command line window and run an ssh command on the VSM ( ssh username@vsmIPaddress).

2.blank.gif When prompted, Are you sure you want to continue connecting?, enter yes.

3.blank.gif Rerun the VSM-VEM Layer 2 to 3 Conversion Tool by reopening the.bat file. Ensure that the error does not reappear.

Upgrade Troubleshooting Commands

You can troubleshoot problems related to upgrades.

 

Command
Description

show boot

Displays boot variable definitions, showing the names of software images used to boot the VSM.

See Example 5-2 on page 5-17 .

show module

Displays module status for active and standby VSMs.

See Example 5-4 on page 5-17 (ISSU).

See Example 5-4 on page 5-17 .

show running-config | include boot

Displays the boot variables currently in the running configuration.

See Example 5-5 on page 5-18 .

show startup-config | include boot

Displays the boot variables currently in the startup configuration.

See Example 5-6 on page 5-18 .

show svs connections

Displays the current connections between the VSM and the VMware host server.

See Example 5-7 on page 5-18 .

show svs upgrade status

Displays the upgrade status.

See Example 5-8 on page 5-18 .

show system redundancy status

Displays the current redundancy status for the VSM.

See Example 5-9 on page 5-19 .

show vmware vem upgrade status

Displays the upgrade status.

See Example 5-10 on page 5-19 .

Example 5-2 show boot Command

switch# show boot
sup-1
kickstart variable = bootflash:/nexus-1000v-kickstart-mz.4.0.4.SV1.3a.bin
system variable = bootflash:/nexus-1000v-mz.4.0.4.SV1.3a.bin
sup-2
kickstart variable = bootflash:/nexus-1000v-kickstart-mzg.4.2.1.SV1.4.bin
system variable = bootflash:/nexus-1000v-mzg.4.2.1.SV1.4.bin
No module boot variable set
switch#

Example 5-3 show module Command (VSM upgraded first with ISSU, VEM upgrade pending)

switch# show module
Mod Ports Module-Type Model Status
--- ----- -------------------------------- ------------------ ------------
1 0 Virtual Supervisor Module Nexus1000V ha-standby
2 0 Virtual Supervisor Module Nexus1000V active *
3 248 Virtual Ethernet Module NA ok
Mod Sw Hw
--- --------------- ------
1 4.2(1)SV1(4a) 0.0
2 4.2(1)SV1(4a) 0.0
3 4.2(1)SV1(4) 1.9
Mod MAC-Address(es) Serial-Num
--- -------------------------------------- ----------
1 00-19-07-6c-5a-a8 to 00-19-07-6c-62-a8 NA
2 00-19-07-6c-5a-a8 to 00-19-07-6c-62-a8 NA
3 02-00-0c-00-03-00 to 02-00-0c-00-03-80 NA
Mod Server-IP Server-UUID Server-Name
--- --------------- ------------------------------------ --------------------
1 10.78.109.43 NA NA
2 10.78.109.43 NA NA
3 10.78.109.51 4220900d-76d3-89c5-17d7-b5a7d1a2487f 10.78.109.51
switch#

Example 5-4 show module Command (VEM and VSM upgraded)

switch# show module
Mod Ports Module-Type Model Status
--- ----- -------------------------------- ------------------ ------------
1 0 Virtual Supervisor Module Nexus1000V ha-standby
2 0 Virtual Supervisor Module Nexus1000V active *
3 248 Virtual Ethernet Module NA ok
 
Mod Sw Hw
--- --------------- ------
1 4.0(4)SV1(3) 0.0
2 4.0(4)SV1(3) 0.0
3 4.2(1)SV1(4) 1.9
 
Mod MAC-Address(es) Serial-Num
--- -------------------------------------- ----------
1 00-19-07-6c-5a-a8 to 00-19-07-6c-62-a8 NA
2 00-19-07-6c-5a-a8 to 00-19-07-6c-62-a8 NA
3 02-00-0c-00-03-00 to 02-00-0c-00-03-80 NA
 
Mod Server-IP Server-UUID Server-Name
--- --------------- ------------------------------------ --------------------
1 10.78.109.43 NA NA
2 10.78.109.43 NA NA
3 10.78.109.51 4220900d-76d3-89c5-17d7-b5a7d1a2487f 10.78.109.51
switch#

Example 5-5 show running-config | include boot Command

switch# show running-config | include boot
boot kickstart bootflash:/nexus-1000v-kickstart-mzg.4.2.1.SV1.4a.bin sup-1
boot system bootflash:/nexus-1000v-mzg.4.2.1.SV1.4a.bin sup-1
boot kickstart bootflash:/nexus-1000v-kickstart-mzg.4.2.1.SV1.4a.bin sup-2
boot system bootflash:/nexus-1000v-mzg.4.2.1.SV1.4a.bin sup-2
switch#

Example 5-6 show startup-config | include boot Command

switch# show startup-config | include boot
boot kickstart bootflash:/nexus-1000v-kickstart-mzg.4.2.1.SV1.4a.bin sup-1
boot system bootflash:/nexus-1000v-mzg.4.2.1.SV1.4a.bin sup-1
boot kickstart bootflash:/nexus-1000v-kickstart-mzg.4.2.1.SV1.4a.bin sup-2
boot system bootflash:/nexus-1000v-mzg.4.2.1.SV1.4a.bin sup-2

switch#

Example 5-7 show svs connections Command

switch# show svs connections
 
connection vc:
hostname: 172.23.232.139
remote port: 80
protocol: vmware-vim https
certificate: default
datacenter name: Hamilton-DC
DVS uuid: 9b dd 36 50 2e 27 27 8b-07 ed 81 89 ef 43 31 17
config status: Enabled
operational status: Connected
sync status: -
version: -
switch#

Example 5-8 show svs upgrade status Command

switch# show svs upgrade status
Upgrade State: Start
Upgrade mgmt0 ipv4 addr: 1.1.1.1
Upgrade mgmt0 ipv6 addr:
Upgrade control0 ipv4 addr:
switch#

Example 5-9 show system redundancy status Command

switch# show system redundancy status

Redundancy role
---------------
administrative: primary
operational: primary
 
Redundancy mode
---------------
administrative: HA
operational: HA
 
This supervisor (sup-1)
-----------------------
Redundancy state: Active
Supervisor state: Active
Internal state: Active with HA standby
 
Other supervisor (sup-2)
-----------------------
Redundancy state: Standby
Supervisor state: HA standby
Internal state: HA standby
 
switch#

Example 5-10 show vmware vem upgrade status Command

switch# show vmware vem upgrade status
Upgrade VIBs: System VEM Image
Upgrade Status:
Upgrade Notification Sent Time:
Upgrade Status Time(vCenter):
Upgrade Start Time:
Upgrade End Time(vCenter):
Upgrade Error:
Upgrade Bundle ID:
VSM: VEM400-201007101-BG
DVS: VEM400-201007101-BG
 
switch#