Users Guide

254 Using the RACADM Command Line Interface
For example, to configure the IPMI privileges to 2 (User), enter the
following command:
racadm config -g cfgIpmiSol -o
cfgIpmiSolMinPrivilege 2
NOTE: To redirect the serial console over LAN, ensure that the SOL baud rate
is identical to your managed server’s baud rate.
b
Update the IPMI SOL baud rate using the following command:
racadm config -g cfgIpmiSol -o
cfgIpmiSolBaudRate
<baud-rate>
where
<baud-rate>
is 19200, 57600, or 115200 bps.
For example:
racadm config -g cfgIpmiSol -o
cfgIpmiSolBaudRate 57600
c
Enable SOL by typing the following command at the command prompt.
NOTE: SOL can be enabled or disabled for each individual user.
racadm config -g cfgUserAdmin -o
cfgUserAdminSolEnable 1 -i <id>
where
<id>
is the user’s unique ID.
Configuring PEF
You can configure the action you wish iDRAC6 to take for each platform alert.
Table 15-4 lists the possible actions and the value to identify them in RACADM.
Configure PEF actions using the following command:
Table 15-4. Platform Event Action
Action Value
No action 0
Power off 1
Reboot 2
Power Cycle 3