System Management Homepage 6.3 User Guide

server1,server2.domain1;server3,server4.domain2
Trusted Certificates This command establishes the trust relationship between HP SIM or HP Insight
Manager 7 7 and the HP SMH using the certificate. The trust mode is set to TrustByCert using the
following command:
smhconfig -t|--trustmode[=] TrustByCert
A trusted certificate is added to the trusted certificate list using the following command:
smhconfig -C|--trust-certificate[=] FILE
FILE is the name of the file containing the base 64 encoded certificate to be added to the trusted
certificate list.
Restart service
Restart the HP SMH on completion of applying the new configuration settings.
smhconfig -r|--restart
Reject Program Admin Login (Windows and Linux only)
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.
Enable/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
where
value False
enables SSL v2 and
value True
disables SSL v2
Execute the following command to restart the HP SMH service smhconfig -r.
Log Rotations (Windows and Linux only)
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 (Windows and Linux only)
Log files over a period of time can become large and unmanageable. The following command 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.
Restart service 67