Guest User

smbridge -help sel

a guest
Feb 14th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. Powered by Avocent
  2. SMBridge v2.0 Release 25
  3. Copyright 2009 - Avocent Corporation
  4.  
  5. For more information about additional features and products for IPMI systems,
  6. please visit the Avocent website www.avocent.com/ibm/smbridge/ng
  7.  
  8. sel
  9. NAME
  10. sel - Perform operations on the system event log.
  11.  
  12. SYNOPSIS
  13. sel get [[[-begin <index1>][-max <count>|-end <index2>]]|-last <count>]
  14. sel clear
  15. sel status
  16. sel set -time <YYYY/MM/DD hh:mm:ss>
  17.  
  18. DESCRIPTION
  19. This command allows user to perform some operations on the system
  20. event log, such as displaying the total number of records in the
  21. event log, deleting all the records, displaying contents of the
  22. event log.
  23.  
  24. SUB-COMMANDS
  25. get - Print all or part of the event logs.
  26. clear - Remove all the records in the event log.
  27. status - Display the total number of system event log records.
  28. set - Set timestamp for the event log.
  29.  
  30. OPTIONS
  31. -begin index1
  32. Specifies from which record to begin displaying.
  33. -end index2
  34. Specifies to which record to end displaying.
  35. -max count
  36. Specifies the maximum number of displayed records.
  37. If <count> is greater than the total number of the records,
  38. this option will lapse. The last record displayed will be the
  39. last one in the event log.
  40. -last count
  41. Specifies the number of records to be printed,
  42. starting from the last record then counting backwards.
  43. -time <YYYY/MM/DD hh:mm:ss>
  44. Specify a point in time as the value of timestamp. It
  45. should in the format of "YYYY/MM/DD hh:mm:ss"
  46. YYYY:Year, it should be a valid calendar year number and
  47. include 4 digits,such as 2010.
  48. MM:Month, it should be a valid calendar month number from 01
  49. to 12, such as 06 (June), 11(November)
  50. DD:Day, it should be a valid calendar day number from 01 to 31.
  51. hh:Hour, it should be a valid hour number from 00 to 23.
  52. mm:Minute, it should be a valid minute number from 00 to 59.
  53. ss:Second, it should be a valid second number from 00 to 59.
Advertisement
Add Comment
Please, Sign In to add comment