Device Pack for Cisco DCNM

The device pack adds support for the Cisco Nexus Switches to Cisco DCNM versions. The device pack is a modular installation that can be applied on Cisco DCNM.

note.gif

Noteblank.gif If you have applied device pack on your Cisco DCNM instance, they will not be backed up. The device pack functionality is lost when you perform restore.


This chapter contains the following sections:

Supported Devices

The following table shows the Hardware supported by this device pack.

 

PID
Description

N3K-C3132Q-V

32 x 40-Gbps QSFP+ ports (all ports are capable of 10 or 40 Gbps)

N9K-C93240YC-FX2

Nexus 9300 Series Switch with 48p 10/25G SFP+ and 12p 100G QSFP28

N9K-C9336C-FX2

Nexus 9000 Series Switch fixed with 36p 40G/100G QSFP28

Installing the Device Pack

Perform the following steps to install the device pack with DCNM.


Step 1blank.gif Navigate to www.cisco.com/go/dcnm, and download the latest device pack.

Example:
dcnm-device-pack.10.4.2.DP.1.zip
 

Step 2blank.gif Copy the zip file to the DCNM machine.

Step 3blank.gif Stop the DCNM applications by using the appropriate command.

    • For Cisco DCNM in Standalone and Federation modes, use appmgr stop dcnm command.
    • For Cisco DCNM in Native HA mode, on the Active Node, use the Stop_DCNM_Servers script under the /root folder.
    • For Cisco DCNM in Linux Standalone and Federation modes, use stopSANServer.sh command.
    • For Cisco DCNM in Windows Standalone and Federation modes, use stopSanService.bat command.

Step 4blank.gif Navigate to the location where you have saved the device pack and extract the files.

Step 5blank.gif Execute the patch file by using the following command:

note.gif

Noteblank.gif You must provide the entire path to the Device Pack location while executing the command. The installation may fail otherwise.


./patch.sh < patchname_with_path >

Example:
/usr/local/cisco/dcm/fm/bin/patch.sh /root/dcnm-device-pack.10.4.2.DP.1.zip
 

The patch installation process begins.

note.gif

Noteblank.gif For Federation and Native-HA setup with Cisco DCNM, ensure that the device pack is installed on both primary and secondary devices.


Step 6blank.gif After the patch installation is complete, restart DCNM applications using the appropriate command.

    • For Cisco DCNM in Standalone and Federation modes, use appmgr start dcnm command.
    • For Cisco DCNM in Native HA mode, on the Active Node, use the Start_DCNM_Servers script under the /root folder.
    • For Cisco DCNM in Linux Standalone and Federation modes, use startSANServer.sh command.
    • For Cisco DCNM in Windows Standalone and Federation modes, use startSanService.bat command.

Step 7blank.gif Navigate to Cisco DCNM Web Client > Administration > DCNM Server > Modular Device Support to view the list of patches applied to the Cisco DCNM. You can verify the patch installation on the Cisco DCNM Web Client.


 

Restoring Device Pack functionality

The device pack on your DCNM instance is not backed up during the backup. You may lose functionality provided by the device pack on restore. Perform the following steps to restore the device pack functionality.


Step 1blank.gif Launch the SSH terminal and stop the DCNM servers, by using the following command:

/root/Stop_DCNM_Servers

Step 2blank.gif Open the psql prompt:

./usr/local/cisco/dcm/db/bin/psql -U <dbUsername> dcmdb

Step 3blank.gif Select * from devicemodule.

Step 4blank.gif Delete the device pack entry from devicemodule for each servers restored.

delete from devicemodule where serveraddress ='<ip of the server restored>'

Step 5blank.gif Navigate to the location where you have saved the device pack and extract the files.

Step 6blank.gif Execute the patch file by using the following command:

note.gif

Noteblank.gif You must provide the entire path to the Device Pack location while executing the command. The installation may fail otherwise.


./patch.sh < patchname_with_path >

Example:
/usr/local/cisco/dcm/fm/bin/patch.sh /root/dcnm-device-pack.10.4.2.DP.1.zip
 

The patch installation process begins.

note.gif

Noteblank.gif For Federation and Native-HA setup with Cisco DCNM, ensure that the device pack is installed on both primary and secondary devices.


Step 7blank.gif Start the DCNM server by using the following command:

/root/Start_DCNM_Servers

Step 8blank.gif Navigate to Cisco DCNM Web Client > Administration > DCNM Server > Modular Device Support to view the list of patches applied to the Cisco DCNM. You can verify the patch installation on the Cisco DCNM Web Client.