errlog command
Purpose
Displays or clears the error log.
Description
The errlog command generates an error report from entries in the Virtual I/O Server error log or deletes all entries from the error log older the number of days specified by the Days parameter. To delete all error-log entries, specify a value of 0 for the Days parameter. If no flags are specified a summary report is displayed.
Flags
| Flag name | Description |
|---|---|
| -ls | Displays detailed information about errors in the error log file. |
| -rm Days | Deletes error-log entries older than the number of days specified by the Days parameter. |
| -seq SequenceNumber | Displays information about a specific error in the error log file by the sequence number. |
Exit Status
Examples
- To display a complete detailed report, enter:
errlog -ls - To delete error-log entries older than 5 days, enter:
errlog -rm 5 - To delete all error-log entries, enter:
errlog -rm 0