01-15-2025 06:40 PM
hi, we have one nexus 7700 with single supervisor, now we need to replace with this supervisor module with a new one because of hardware issue. Can someone please advise the procedure to replace this module? Thanks in advance!
01-15-2025 10:07 PM
Hello @Herman2018
Replacing a supervisor module in a Cisco Nexus 7700 switch requires careful planning to ensure minimal disruption to the network. Below is the general procedure for replacing a faulty supervisor module with a new one. Since you are working with a single supervisor module, the process will involve a system reload, as the switch cannot operate without a supervisor module.
Backup Configuration:
copy running-config startup-config copy startup-config tftp://<TFTP_SERVER_IP>/<FILENAME>
Check the Current Supervisor Status:
show module
Power Down the Switch:
reload
Physically Remove the Faulty Supervisor Module:
Install the New Supervisor Module:
Power On the Switch:
Verify the New Supervisor Module:
show module
Restore Configuration (if necessary):
copy tftp://<TFTP_SERVER_IP>/<FILENAME> startup-config reload
Test the Network:
For detailed and official instructions, refer to the Cisco documentation for the Nexus 7700 series supervisor module replacement.
This link provides hardware installation and replacement procedures for the Nexus 7000 and 7700 series switches. Ensure you follow the specific steps for your supervisor module model.
Hope This Helps!!!
AshSe
Forum Tips:
01-15-2025 10:22 PM
hi @AshSe , thanks for your kind advice. one question about the command to power down the switch, is it "reload" to gracefully shutdown the switch? I thought the command "reload" is to reboot the switch? I don't know how to gracefully shutdown nexus 7700. There are a few vdc created on this nexus, should we shutdown all vdc with Using the command the system mode maintenance shutdown first? please advise, thanks.
01-15-2025 11:56 PM
Hey @Herman2018
one question about the command to power down the switch, is it "reload" to gracefully shutdown the switch? I thought the command "reload" is to reboot the switch? I don't know how to gracefully shutdown nexus 7700.
You are absolutely correct to question the use of the reload command in this context. The reload command is used to reboot the switch, not to gracefully shut it down. Cisco Nexus switches, including the Nexus 7700 series, do not have a specific command to "gracefully shut down" the switch. Instead, the switch is powered off by physically disconnecting the power supply after ensuring that all configurations are saved and the network impact is minimized.
There are a few vdc created on this nexus, should we shutdown all vdc with Using the command the system mode maintenance shutdown first? please advise, thanks.
Yes, when replacing the only supervisor module in a Cisco Nexus 7700 switch with multiple Virtual Device Contexts (VDCs), it is a best practice to gracefully shut down all VDCs by placing the system into maintenance mode before proceeding with the hardware replacement. This ensures that all VDCs are properly shut down, and the system is prepared for the supervisor module replacement, minimizing the risk of configuration or state corruption.
01-16-2025 06:51 PM
Thanks @AshSe for your advice. After replacing Supervisor module, the configuration including all vdcs are gone, right? Need to console in to reconfigure mgmt ip? please advise, thanks.
01-16-2025 08:33 PM - edited 01-16-2025 08:36 PM
Dear @Herman2018
No, it is not correct to say that the configuration, including all VDCs, will get wiped out after replacing the supervisor module. The configuration is stored in the bootflash or compact flash memory of the switch, which is not tied to the supervisor module itself. When you replace the supervisor module, the configuration, including VDCs, should remain intact as long as the following conditions are met:
Configuration Persistence:
NX-OS Version Compatibility:
Management IP Address:
Backup Configuration:
copy running-config startup-config
copy startup-config tftp://<TFTP_SERVER_IP>/<FILENAME>
VDCs:
Boot Process:
Configuration Restoration:
Manual Intervention (if needed):
Console into the Switch:
Verify Configuration:
show running-config
show vdc
Restore Configuration (if needed):
copy tftp://<TFTP_SERVER_IP>/<FILENAME> startup-config
reload
Reconfigure Management IP (if needed):
interface mgmt0
ip address <IP_ADDRESS> <SUBNET_MASK>
no shutdown
Verify VDCs:
show vdc
Test the Network:
For more details on supervisor module replacement and configuration management, refer to the Cisco Nexus 7000 Series Hardware Installation and Reference Guide.
This guide provides detailed steps for handling hardware components and managing configurations.
Wish you all the best and do your best to achieve successful and subtle change!
Hope This Helps!!!
AshSe
Forum Tips:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide