This command displays management-module event log entries.
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 |
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 |
where x is the primary management-module bay number. |
Example:
displaylog -src !Audit -T mm[1]
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>