Users Guide

46 Installing and Setting Up the DRAC 5
Configuring PET
Configuring PET Using the Web User Interface
1
Login to the remote system using a supported Web browser. See "Accessing the Web-Based Interface."
2
Ensure that you followed the procedures in "Configuring PEF Using the Web User Interface."
3
Configure your PET policy.
a
In the
Alert Management
tab, click
Traps Settings
.
b
Under
Destination Configuration Settings
, configure the
Community String
field with the
appropriate information and then click
Apply Changes
.
4
Configure your PET destination IP address
a
In the
Destination Number
column, click a destination number.
b
Ensure that the
Enable Destination
checkbox is selected.
c
In the
Destination IP Address
field, type a valid PET destination IP address.
d
Click
Apply Changes
.
e
Click
Send Test Trap
to test the configured alert (if desired).
NOTE: Your user account must have Test Alerts permission to perform this procedure. See Table 4-8.
f
Repeat step a through step e for any remaining destination numbers.
Configuring PET Using RACADM CLI
1
Enable your global alerts.
Open a command prompt, type the following command, and press <Enter>:
racadm config -g cfgIpmiLan -o cfgIpmiLanAlertEnable 1
2
Enable PET.
At the command prompt, type the following commands and press <Enter> after each command:
racadm config -g cfgIpmiPet -o cfgIpmiPetAlertEnable -i 1 1
where
1
and
1
are the PET destination index and the enable/disable selection, respectively.
The PET destination index can be a value from 1 through 4. The enable/disable selection can be set to
1 (Enabled) or 0 (Disabled).
For example, to enable PET with index 4, type the following command:
racadm config -g cfgIpmiPet -o cfgIpmiPetAlertEnable -i 4 0