Users Guide

Table Of Contents
276 Using the RACADM Command Line Interface
Configuring PEF
You can configure the action you wish iDRAC6 to take for each platform alert.
Table 13-3 lists the possible actions and the value to identify them in RACADM.
Configure PEF actions using the following command:
racadm config -g cfgIpmiPef -o cfgIpmiPefAction
-i
<
index
> <
action-value
>
where <
index
> is the PEF index (Table 5-8), and <
action-value
> is a
value from Table 13-3.
For example, to enable PEF to reboot the system and send an IPMI alert
when a processor critical event is detected, enter the following command:
racadm config -g cfgIpmiPef -o cfgIpmiPefAction
-i 9 2
Configuring PET
1
Enable global alerts using the following command:
racadm config -g cfgIpmiLan -o
cfgIpmiLanAlertEnable 1
2
Enable PET using the following command:
racadm config -g cfgIpmiPet -o
cfgIpmiPetAlertEnable -i <index> <0|1>
where
<index
> is the PET destination index and
0
or
1
disable PET or
enable PET, respectively.
For example, to enable PET with index 4, enter the following command:
racadm config -g cfgIpmiPet -o
cfgIpmiPetAlertEnable -i 4 1
Table 13-3. Platform Event Action
Action Value
No action 0
Power off 1
Reboot 2
Power Cycle 3