R Commands
This chapter describes the basic Cisco NX-OS system commands that begin with R.
reload
To reload the switch and all attached Fabric Extender chassis or a specific Fabric Extender, use the reload command.
reload { all | fex chassis_ID }
Syntax Description
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. |
Command Default
Command Modes
Command History
|
|
---|---|
Usage Guidelines
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.
Examples
This example shows how to reload the Cisco Nexus 5000 Series switch:
This example shows how to reload a Fabric Extender:
Related Commands
|
|
---|---|
Copies the current running configuration to the startup configuration. |
|
rmdir
To remove a directory, use the rmdir command.
rmdir [ filesystem : [// server /]] directory
Syntax Description

Note There can be no spaces in the filesystem://server/directory string. Individual elements of this string are separated by colons (:) and slashes (/).
Command Default
Command Modes
Command History
|
|
---|---|
Examples
This example shows how to remove a directory:
Related Commands
|
|
---|---|
run-script
To run a command script file at the command-line interface (CLI), use the run-script command.
run-script [ filesystem :[ // module / ]][ directory / ] filename
Syntax Description

Note There can be no spaces in the filesystem://server/directory/filename string. Individual elements of this string are separated by colons (:) and slashes (/).
Command Default
Command Modes
Command History
|
|
---|---|
Usage Guidelines
You must create the command file on a remote device and download it to the Cisco Nexus 5000 Series switch using the copy command.
Examples
This example shows how to run a command script file:
Related Commands
|
|
---|---|