Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Powered by Avocent
- SMBridge v2.0 Release 25
- Copyright 2009 - Avocent Corporation
- For more information about additional features and products for IPMI systems,
- please visit the Avocent website www.avocent.com/ibm/smbridge/ng
- sel
- NAME
- sel - Perform operations on the system event log.
- SYNOPSIS
- sel get [[[-begin <index1>][-max <count>|-end <index2>]]|-last <count>]
- sel clear
- sel status
- sel set -time <YYYY/MM/DD hh:mm:ss>
- DESCRIPTION
- This command allows user to perform some operations on the system
- event log, such as displaying the total number of records in the
- event log, deleting all the records, displaying contents of the
- event log.
- SUB-COMMANDS
- get - Print all or part of the event logs.
- clear - Remove all the records in the event log.
- status - Display the total number of system event log records.
- set - Set timestamp for the event log.
- OPTIONS
- -begin index1
- Specifies from which record to begin displaying.
- -end index2
- Specifies to which record to end displaying.
- -max count
- Specifies the maximum number of displayed records.
- If <count> is greater than the total number of the records,
- this option will lapse. The last record displayed will be the
- last one in the event log.
- -last count
- Specifies the number of records to be printed,
- starting from the last record then counting backwards.
- -time <YYYY/MM/DD hh:mm:ss>
- Specify a point in time as the value of timestamp. It
- should in the format of "YYYY/MM/DD hh:mm:ss"
- YYYY:Year, it should be a valid calendar year number and
- include 4 digits,such as 2010.
- MM:Month, it should be a valid calendar month number from 01
- to 12, such as 06 (June), 11(November)
- DD:Day, it should be a valid calendar day number from 01 to 31.
- hh:Hour, it should be a valid hour number from 00 to 23.
- mm:Minute, it should be a valid minute number from 00 to 59.
- ss:Second, it should be a valid second number from 00 to 59.
Advertisement
Add Comment
Please, Sign In to add comment