HP System Management Homepage

smhconfig -r|--restart
Reject Program Admin Login
Reject or accept and HP Web-enabled System Management Software or VCA login request.
smhconfig -j|--reject-prog-admin-login [=] true|false
Win32DisableAcceptEX
AcceptEX() is a Microsoft WinSock v2 API that provides performance improvements over the use of the BSD
style accept() API in specific circumstances. Some popular Windows products, typically virus scanning or
virtual private network packages, have bugs that interfere with the operation of AcceptEx(). If you encounter
an error condition like:
[error] (730038) An operation was attempted on something that is not a socket::
winnt_accept: AcceptEx failed. Attempting to recover.
Use the following directive to disable the use of AcceptEx():
smhconfig -w|--win32-disable-acceptex [=] True | False
NOTE: Win32DisableAcceptEX is only available on Windows operating systems.
Disable SSL v2
By default the HP SMH has SSL v2 disabled. Use the following switch to re-enable SSL v2:
smhconfig -s|--disable-sslv2 [=] True | False
Log Rotations
Log files can become large and unmanageable. The following switch enables log files to rotate automatically
when they reach 5M (default size). Either the log file is over-written on the next rotation when the option is
off or a new file is created and the previous file is marked as old when the option is on.
smhconfig -A|--rotate-logs [=] 0 | 1 | 2
Where: 0= off, 1 or 2= on.
Rotate Log Size
Log files can become large and unmanageable. The following switch allows the user to set the size of the
log files.
smhconfig -z|--rotate-log-size [=] size
Where size is a value in the range of 1-9MB.
Maximum Number of Threads Allowed
The Maximum Number of Threads Allowed value allows the user to increase or reduce the maximum number
of threads HP SMH creates to handle page requests. The default is 64 for Windows.
NOTE: Maximum Number of Threads Allowed is only available on Windows operating systems.
smhconfig -M|--max-threads [=] max-number-of-threads
Where max-number-of-threads is a number in the range of 64-512.
Maximum Number of Threads Allowed is only available on Windows.
Maximum Number of Sessions
By default, HP SMH supports 128 user sessions. This number can be lowered to 32 or raised to 500 using
the session-maximum setting.
smhconfig -S|--session-maximum [=] maximum-number-of-sessions
Reject Program Admin Login 65