Reference Guide

-l — Sets the local date and time in the string YYYYMMDDhhmmss where:
YYYY is the year
MM is the month
DD is the day
hh is the hour
mm is the minute
ss is the second
Setting the time using the -l and -z options are recommended. This command format allows the CMC to
support local time zones. This command includes the ability to automatically adjust the CMC time to the
local Daylight Savings Time (DST).
Example The setractime subcommand supports dates ranging from 1/1/1970 00:00:00 through 12/31/2030
23:59:59.
To set the local time to November 24, 2012 at 3:02:30 pm
racadm setractime -l 20121124150230
The time was set successfully
Set the timezone to 'US/Pacic':
racadm setractime -z US/Pacific
List all 'US' time zones:
racadm setractime -z US*
setslotname
Description
Displays the name and hostname (if available) of all the 16 slots, or of a specied slot (indicated by the slot
number) in the chassis. Optionally, this command can be used to set whether the slot name or hostname is
displayed in the CMC User Interface or with the getslotname -i <slotNum> command. If the hostname
is not available, the static slot name is used.
To run this subcommand, you must have the Administrator privilege.
NOTE:
The special characters “ (double quotation mark), ‘ (backward quotation mark), & (ampersand), ,
(comma), and \ (backward slash) are not supported for this subcommand.
The OMSA server agent must be present and running on the server to use the Display Hostname
feature. If the agent is not running, the setting is ignored. For more information, see the Dell
OpenManage Server Administrator User's Guide at support.dell.com/manuals.
Synopsis
racadm setslotname -i <slotNum> <slotname>
racadm setslotname -h <enabled>
Input
—i <slotNum> — Displays the location of the slot in the chassis.
Legal values: 1–16
<slotname> — The new name assigned to the slot.
—h <enabled> — Sets whether the server's hostname is used for display purposes.
Legal values: 0, 1
Example
Set slot name for slot 3 to server3:
racadm setslotname -i 3 server3
The slot name was set successfully.
Enable System to Display Hostnames (1 = Active):
racadm setslotname -h 1
70