Reference Guide
There are different escaping rules for using single quotation marks versus
double quotation marks.
For using double quotation marks:
The following characters must be escaped by prepending a backslash:
• $ (dollar sign)
• " (double quote)
• ` (back quote)
• \ (back slash)
For example, use the following for a string that contains the special
characters, $, ",',`and \
For using single quotation marks:
• No character escaping is necessary.
• A single quotation mark is not used even with a back slash escaped.
NOTE: An empty string may be specified as either ” “(using double
quotation marks) or ' '(using single quotation marks).
help and help <subcommand>
Descripti
on
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 Qualified
Descriptor (FQDD) name after help.
Synopsis
• racadm help
• racadm help <subcommand>
• racadm help <device name>.<Group>
• racadm help <device name>.<Group>.<object>
Input
• <subcommand> — specifies the subcommand for which you
need the help information.
• <device name> — specifies the device name such as
iDRAC, BIOS, NIC, LifecycleController, FC, system, or
Storage.
• <group> — specifies the group name supported by the
corresponding device.
25