CLI Guide

Strings containing the following special characters must be quoted using double quotation marks:
$ (dollar sign)
" (double quotation mark)
` (backward quotation mark)
\ (backward slash)
~ (tilde)
| (vertical bar)
( (left parentheses)
) (right parentheses)
& (ampersand)
> (greater than)
< (less than)
# (pound)
ASCII code 32 (space)
There are dierent escaping rules for double quotation marks.
For using double quotation marks:
The following characters must be escaped by prepending a backward slash:
$ (dollar sign)
" (double quotation mark)
` (back quotation mark)
Help and help subcommand
Table 3. Help and help subcommand
Description
Lists all the subcommands available for use with RACADM and provides a short description about each
subcommand. You may also type a subcommand, group, object or Fully Qualied Descriptor (FQDD) name after
help.
Synopsis
racadm help
racadm help <subcommand>
Input
<subcommand>species the subcommand for which you need the help information.
<device name>species the device name such as iDRAC, BIOS, NIC, LifecycleController, FC, system, or
Storage.
<group>species the group name supported by the corresponding device.
<object>species the object for the entered group.
Output
The help command displays a complete list of subcommands.
The racadm help <subcommand> command displays information for the specied subcommand only.
The racadm help <device name> <Group> command displays information for the specied group.
The racadm help <device name> <Group> <Object> command displays information for the specied
object.
44 RACADM Subcommand Details