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. |
Display log entries with Event ID | Displays log entries with Event ID. | displaylog -e |
where x is the primary management-module bay number. |
Display log entries with their call-home flag | Displays log entries with their call-home flag. | displaylog -c |
where x is the primary management-module bay number. |
Display all management-module event log entries | Displays all entries in the management module event log. | displaylog -a |
where x is the primary management-module bay number. |
Display all event log filters | Displays all filters that can be used to control management module event log output. | displaylog -filters |
where x is the primary management-module bay number. |
Display event log entries filtered by date | Displays management module event log information
that meets the specified date filter criteria.
Note:
|
displaylog
-date
date_filter
where date_filter is a pipe ( | ) separated list of date filters in mm/dd/yy format. |
where x is the primary management-module bay number. |
Display event log entries filtered by severity level | Displays management module event log information
that meets the specified severity level filter criteria.
Note:
|
displaylog
-sev
severity_filter
where severity_filter is a pipe ( | ) separated list of severity filters:
|
where x is the primary management-module bay number. |
Display event log entries filtered by source | Displays management module log information that stored in the audit log. | displaylog -src Audit |
where x is the primary management-module bay number. |
Display event log entries filtered by every flag except the one specified | Displays management module log information that
is stored in logs other than the specified log.
Note:
|
displaylog
-src !
filter_out
where filter_out is the category of event log entries that is not to be displayed. Use the displaylog -filters command to discover excludable event log categories. |
where x is the primary management-module bay number. |
Display audit log entries filtered by source | Displays management module audit log information
that meets the specified source filter criteria.
Note:
|
displaylog
-src
source_filter
where source_filter is a pipe ( | ) separated list of source filters. To specify a range of blade servers as the source, use a hyphen ( - ), as follows: Blade_01-08. |
where x is the primary management-module bay number. |
Display log entries filtered by call-home flag | Displays log entries that meet the specified call-home
events filter criteria.
Note:
|
displaylog
-ch
option
where option are:
|
where x is the primary management-module bay number. |
Display the state of the log state event option | Displays the state (enabled or disabled) of the log state event option, which generates an event when the event log becomes 75% or 100% full. | displaylog -lse |
where x is the primary management-module bay number. |
Enable / disable monitoring of event log state | Enables or disables the monitoring of the event
log state to generate an event when the log becomes 75% or 100% full.
Note: The displaylog -lse command must be run exclusive of other
log-reading command options (-f, -a, -filters, -date, -sev, - src,
-i, and -l).
|
displaylog
-lse
state
where state is enabled or disabled. This command can only be run by users who have one or more
of the following command authorities:
|
where x is the primary management-module bay number. |
Save event log to TFTP server | Saves the event log with the specified filename
to the specified TFTP server.
Note: The -i and -l command options must
be run together and exclusive of other command options.
|
displaylog -i
ip_address
-l
filename
where:
|
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>