rdoc command

This command displays volume information for remote disk-on-card local storage on the advanced management module. The command also allows you to mount, unmount, or map a file image to this device.

Table 1. rdoc command
Function What it does Command Valid targets
Display advanced management module volume information Displays the remote disk-on-card volume information for local storage on the advanced management module. Volume information returned includes:
  • Health condition
  • Size
  • Amount of free space
rdoc
                           -T system:mm[x]
                        

where x is the primary management module bay number.

Map file as advanced management module volume image Maps the specified file as the active image for the remote disk-on-card local storage volume on the advanced management module. rdoc -map filename

where filename is the name of the file to be mapped as the active remote disk-on-card image.

This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Blade remote presence
See Commands and user authority for additional information.
                           -T system:mm[x]
                        

where x is the primary management module bay number.

Mount advanced management module volume Mounts the remote disk-on-card local storage volume on the advanced management module.
Note: The advanced management module will only mount the first partition, if the volume has multiple partitions.
rdoc -mount
This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Blade remote presence
See Commands and user authority for additional information.
                           -T system:mm[x]
                        

where x is the primary management module bay number.

Unmount advanced management module volume Unmounts the remote disk-on-card local storage volume on the advanced management module. rdoc -unmount
This command can only be run by users who have one or more of the following command authorities:
  • Supervisor
  • Blade remote presence
See Commands and user authority for additional information.
                           -T system:mm[x]
                        

where x is the primary management module bay number.

Example: To display volume information for local storage on the advanced management module in bay 1, while this management module is set as the persistent command environment, at the system:mm[1]> prompt, type
                  rdoc
               

The following example shows the information that is returned from this command:

               system:mm[1]> rdoc
Volume 0
Health: good
Volume Size: 73108480 (Bytes)
Free Size: 69120000 (Bytes)
system:mm[1]>