Guest User

smbridge

a guest
Feb 14th, 2012
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 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.  
  9. Usage:
  10. The usage of smbridge can be divided into five categories:
  11. 1. Local command line with LAN connection
  12. 2. Local command line with SERIAL connection
  13. 3. Local interactive
  14. 4. Service
  15. 5. Online help
  16.  
  17. 1. Local command line with LAN connection :
  18. smbridge [-cfg config-file] -ip <ip-address> [-u username]
  19. [-p password] [-k KGvalue-in-HEX] [-cip cipher-suite-ID]
  20. <bmc-control-command>
  21.  
  22. -ip specifies the IP address or hostname of the remote managed
  23. server BMC.
  24. -u specifies the username used for the connection. If not
  25. specified, the default is the anonymous user.
  26. -p specifies the password used for the connection. If not
  27. specified, the default password is NULL or the empty string.
  28. -k specify the KG value of hex format.
  29. -cip specify the cipher suite ID.
  30.  
  31. Supported bmc control commands: identify, sol, power, sysinfo, sel,
  32. sensor
  33.  
  34. Basic Usage Examples:
  35. Display general system info of remote server using LAN connection
  36. "smbridge -ip 192.168.0.100 -u root -p calvin sysinfo"
  37.  
  38. 2. Local command line with SERIAL connection
  39. smbridge [-cfg config-file] -com <1|2|ttyS0|ttyS1...> [-baud 9600|
  40. 19200|38400|57600|115200] [-flow cts|xon|none] <bmc-control-command>
  41.  
  42. -com specifies the port to use for the serial connection (i.e. for
  43. Windows, valid values include "1", "2", "3", etc. - for Linux
  44. valid values include "ttyS0", "ttyS1", "ttyS2", etc.).
  45. -baud specifies the baud rate to use for the serial connection (i.e
  46. 9600, 19200, 38400, 57600, 115200). If not specified, the
  47. default baud rate is 19200.
  48. -flow specifies the flowcontrol mode used for the serial connection
  49. (i.e. "none" = no flowcontrol, "cts" = CTS/RTS hardware flow control
  50. "xon" = xon/xoff software flowcontrol). If not specified, the default
  51. flow control is cts.
  52. -u specifies the username used for the connection. If not
  53. specified, the default is the anonymous user.
  54. -p specifies the password used for the connection. If not
  55. specified, the default password is NULL or the empty string.
  56.  
  57. Supported bmc control commands: identify, sol, power, sysinfo, sel,
  58. sensor
  59. Basic Usage Examples:
  60. Display general system info of remote server using serial connection:
  61. "smbridge -com 1 -baud 19200 -flow cts -u root -p cal sysinfo"
  62. "smbridge -com ttyS0 -baud 19200 -flow cts -u root -p cal sysinfo"
  63.  
  64. 3. Local interactive
  65. smbridge [-cfg config-file] -interactive
  66.  
  67. Supported bmc control commands:
  68. help, connect, identify, sol, power, sysinfo, sel, sensor
  69.  
  70. 4. Service
  71. For windows platform
  72. smbridge [-cfg config-file] -daemon -d
  73. running smbridge from command line as a daemon
  74.  
  75. For Linux platform
  76. smbridge [-cfg config-file] -daemon -d
  77. running smbridge as a service
  78. smbridge [-cfg config-file] -daemon -b
  79. start smbridge as background service, known as Linux Daemon
  80.  
  81. Supported bmc control commands:
  82. help, connect, identify, sol, console, power, sysinfo, sel, sensor,
  83. reboot.
  84.  
  85. 5. Online Help
  86. Get BMC control commands help messages.
  87. smbridge -help [command] (display specified BMC control command help
  88. message)
  89. smbridge -help (display all supported BMC control commands' syntax in
  90. brief)
  91.  
  92. For detailed command help, type "smbridge -help <subcommand>".
  93. Example: "smbridge -help power"
Advertisement
Add Comment
Please, Sign In to add comment