eventinfo command

This command displays advanced management module event information and suggested user actions. See the BladeCenter Advanced Management Module Messages Guide for a complete list of all non-device specific events and recommended actions, sorted by event ID. Device specific event information is in the documentation for the device.

Table 1. eventinfo command
Function What it does Command Valid targets
Display event description and user action Displays the event description and suggested user action for the specified event ID. eventinfo - id

where id is the event ID displayed from the displaylog command.

Event IDs are of the form 0xnnnnnnnn, where nnnnnnnn is a hexadecimal number that identifies the specific event (the 0x prefix is not entered). Leading zeros need not be entered when using the eventinfo command: in this example, specifying an event ID of 00104204, or 104204 would return the same result.

                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Display event description Displays the event description for the specified event ID. eventinfo - id -d

where id is the event ID displayed from the displaylog command.

Event IDs are of the form 0xnnnnnnnn, where nnnnnnnn is a hexadecimal number that identifies the specific event (the 0x prefix is not entered). Leading zeros need not be entered when using the eventinfo command: in this example, specifying an event ID of 00104204, or 104204 would return the same result.

                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Display event user action Displays the suggested user action for the specified event ID. eventinfo - id -u

where id is the event ID displayed from the displaylog command.

Event IDs are of the form 0xnnnnnnnn, where nnnnnnnn is a hexadecimal number that identifies the specific event (the 0x prefix is not entered). Leading zeros need not be entered when using the eventinfo command: in this example, specifying an event ID of 00104204, or 104204 would return the same result.

                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Example: To view the event description and suggested user action for an event with an ID of 0x00104204, while the BladeCenter unit is set as the persistent command environment, at the system:> prompt, type
                  eventinfo -T mm[1] -00104204
               

The following example shows the information that is returned from this command:

               system> eventinfo -T mm[1] -00104204
Event Description:
The primary advanced management module was reset.
Recommended Action:
Information only; no action is required.
system>