- Preface
- Introduction to Cisco Data Center Network Manager
- Cisco DCNM User Roles
- Device Pack for Cisco DCNM
- Cisco DCNM Web Client
- Media Controller
- Configuring DCNM Native High Availability
- Cisco DCNM-SAN Overview
- Configuring Cisco DCNM-SAN Server
- Configuring Authentication in Cisco DCNM-SAN
- Configuring Cisco DCNM-SAN Client
- Device Manager
- Configuring Performance Manager
- Monitoring the Network
- Monitoring Performance
- Vacuum and Autovacuum Postgres Databases
- DCNM-SAN Event Management
- Vcenter Plugin
- Interface Nonoperational Reason Codes
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
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.
Supported Devices
The following table shows the Hardware supported by this device pack.
|
|
|
|---|---|
32 x 40-Gbps QSFP+ ports (all ports are capable of 10 or 40 Gbps) |
|
Nexus 9300 Series Switch with 48p 10/25G SFP+ and 12p 100G QSFP28 |
|
Installing the Device Pack
Perform the following steps to install the device pack with DCNM.
Step 1
Navigate to www.cisco.com/go/dcnm, and download the latest device pack.
Step 2
Copy the zip file to the DCNM machine.
Step 3
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 4
Navigate to the location where you have saved the device pack and extract the files.
Step 5
Execute the patch file by using the following command:
Note
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 >
The patch installation process begins.
Note
For Federation and Native-HA setup with Cisco DCNM, ensure that the device pack is installed on both primary and secondary devices.
Step 6
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 7
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 1
Launch the SSH terminal and stop the DCNM servers, by using the following command:
./usr/local/cisco/dcm/db/bin/psql -U <dbUsername> dcmdb
Step 3
Select * from devicemodule.
Step 4
Delete the device pack entry from devicemodule for each servers restored.
delete from devicemodule where serveraddress ='<ip of the server restored>'
Step 5
Navigate to the location where you have saved the device pack and extract the files.
Step 6
Execute the patch file by using the following command:
Note
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 >
The patch installation process begins.
Note
For Federation and Native-HA setup with Cisco DCNM, ensure that the device pack is installed on both primary and secondary devices.
Step 7
Start the DCNM server by using the following command:
Step 8
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.
Feedback