displaylog command

This command displays management-module event log entries.

Table 1. displaylog (display management-module event log) command
Function What it does Command Valid targets
Display management-module event log entries Displays five entries from the management-module event log. The first time the command is executed, the five most recent log entries are displayed. Each subsequent time the command is issued, the next five entries in the log display. displaylog
                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Display management-module event log entries (reset counter) Resets the counter and displays the first five most recent entries in the management-module event log. displaylog -f
                           -T system:mm[x]
                        

where x is the primary management-module bay number.

Example:

To display all log entries generated by the management module in bay 1 other than those in the audit log, while the BladeCenter unit is set as the persistent command environment, at the system> prompt, type
                  displaylog -src !Audit -T mm[1]
               
To display audit log entries generated by the management module in bay 1, while the BladeCenter unit is set as the persistent command environment, at the system> prompt, type
                  displaylog -src Audit -T mm[1]
               

The following example shows the information that is returned from these commands:

               system> displaylog -src !Audit -T mm[1]
1       I       SERVPROC   08/04/08    14:18:06     Recovery Event log full
2       I       SERVPROC   08/04/08    14:18:06     Alarm Manager removed a MNR
                                                    alert during recovery of 
                                                    Event log full
(There are no more entries in the event log.)
system> displaylog -src audit -T mm[1]
1       I       Audit      08/04/08    14:28:38     Remote logoff successful for 
                                                    user 'spdev'from Telnet at 
                                                    IP 9.44.124.157
2       I       Audit      08/04/08    14:28:18     Remote login successful for
                                                    user 'spdev' from Telnet at 
                                                    IP 9.44.124.157
3       I       Audit      08/04/08    14:18:15     Audit log cleared by 'spdev'.
(There are no more entries in the event log.)
system>