Maximum number of sessions, Session timeout, Ui timeout – HP Integrity rx4640 Server User Manual

Page 68: Log level, Port 2301, Session timeout ui timeout log level port 2301

Advertising
background image

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

Session Timeout

The default session timer is set to 15 minutes. The session timeout can be set as low as 1 minute or as high
as 60 minutes.

smhconfig -U|--session-timeout [=] session-timeout-in-minutes

UI Timeout

The UI timeout value represents the maximum amount of time in seconds that the HP SMH user interface (UI)
waits for data requested from webapps.

The UI timeout can be set in the range of 10 seconds to 3600 seconds.

Use the following command used to set the UI Timeout in seconds:

smhconfig –B|--ui-timeout[=] NUM

where, NUM is the value (in seconds) between the range 10 seconds to 3600 seconds.

Log Level

By default, the logging level of HP SMH error messages is set to error. When a log level is set, all events
that are the same or superior to the configured log level are written to the log file. The log level option only
affects the error_log file located under SystemDrive:\hp\hpsmh\logs in Windows and under
/var/spool/opt/hp/hpsmh/logs

in Linux.

The following values are available, in order of decreasing significance:

Table 12-2 Log level

Description

Value

Emergencies - system is unusable

emerg

Action must be taken immediately

alert

Critical conditions

crit

Error conditions

error

Warning conditions

warn

Normal but significant condition

notice

Informational

info

Debug-level messages

debug

smhconfig -v|--log-level [=] logging-level

NOTE:

Log level only affects new messages written in the HTTP error log. You must perform a soft restart

of the system.

Port 2301

Port 2301 determines whether HP SMH listens on port 2301. If the value is set to True, HP SMH listens on
port 2301. If the value is set to False, HP SMH does not listen on port 2301.

The default is to listen on port 2301.

smhconfig -T|--port2301 [=] True | False

68

Command Line Interface Configuration

Advertising