The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the basic Cisco NX-OS system commands that begin with R.
To reload the switch and all attached Fabric Extender chassis or a specific Fabric Extender, use the reload command.
reload { all | fex chassis_ID }
Reboots the entire Cisco Nexus 5000 Series switch and all attached Fabric Extender chassis. |
|
Reboots a specific Fabric Extender chassis. The chassis ID is from 100 to 199. |
|
|
---|---|
The reload command disrupts traffic on the switch and Fabric Extender.
Note The reload command does not save the running configuration. Use the copy running-config startup-config command to save the current configuration on the device.
This example shows how to reload the Cisco Nexus 5000 Series switch:
This example shows how to reload a Fabric Extender:
|
|
---|---|
Copies the current running configuration to the startup configuration. |
|
To remove a directory, use the rmdir command.
rmdir [ filesystem : [// server /]] directory
Note There can be no spaces in the filesystem://server/directory string. Individual elements of this string are separated by colons (:) and slashes (/).
|
|
---|---|
This example shows how to remove a directory:
|
|
---|---|
To run a command script file at the command-line interface (CLI), use the run-script command.
run-script [ filesystem :[ // module / ]][ directory / ] filename
Note There can be no spaces in the filesystem://server/directory/filename string. Individual elements of this string are separated by colons (:) and slashes (/).
|
|
---|---|
You must create the command file on a remote device and download it to the Cisco Nexus 5000 Series switch using the copy command.
This example shows how to run a command script file:
|
|
---|---|