Command Line Reference Guide

Input
–l<CIFS or NFS share>: The network share to write the log to.
–u<username: The network username for the share.
–p <password>: The network password for the share
–f <filename>: The file name to write the log to.
Example
racadm raid exportlog:RAID.ChassisIntegrated.1-1 -l <CIFS or NFS
share> -u<username> -p <password> [-f <filename>]
forceonline
Description
Forces the RAID Controller to make the specified drive online. This operation may result in obsolete
or corrupted data, and should only be attempted in cases where a rebuild operation has failed or is
not applicable.
Synopsis
racadm raid forceonline:<PD FQDD> {current|pending}
Input
–current <optinal>: Performs the configuration right now.
NOTE: If this requires the system to reboot, then the system is rebooted.
–pending: Save the configuration change for a later application. You can use a combination
of the –pending and –current flags on multiple commands to reduce the possible number of
system reboots.
Example
racadm raid forceonline:Disk.Bay.0:Enclosure.Internal.
0-0:RAID.ChassisIntegrated.1-1
hotspare
Description
Stops blinking or identifies an operation on the specified device.
Synopsis
racadm raid hotspare:<PD FQDD> -assign {yes | no} {type {ghs |
dhs}} {-vdkey:<VD FQDD>} {-current | -pending}
Input
–current <optional: Performs the configuration right now.
NOTE: If this requires the system to reboot it will reboot then.
–pending: Save the configuration change for a later application. You can use a combination
of the –pending and –current flags on multiple commands to reduce the possible number of
system reboots.
–assign {yes | no}: Assign or Unassign the physical disk drive as a hotspare.
–type { ghs | dhs} : Assign as a global or dedicated hotspare.
–vdkey: <VD FQDD>: Required for dedicated hotspare. Assign the dedicated hotspare to the
specified VD.
Example
racadm raid hotspare:Disk.Bay.0:Enclosure.Internal.
0-0:RAID.ChassisIntegrated.1-1 -assign no
racadm raid hotspare:Disk.Bay.0:Enclosure.Internal.
0-0:RAID.ChassisIntegrated.1-1 -assign yes -type ghs
racadm raid hotspare:Disk.Bay.0:Enclosure.Internal.
0-0:RAID.ChassisIntegrated.1-1 -assign yes -type dhs -
vdkey:Disk.Virtual.0:RAID.ChassisIntegrated.1-1
73