Event Information Tools: IPMI Event Viewer Graphical User Interface (GUI)

By default, the GUI is available to all users on the system. The web server configuration files may be modified if it is
necessary to restrict access to the web interface. The SMS web server only listens for HTTP requests on the 127.0.0.1
loopback interface. Therefore only a web browser running on the SMS itself can invoke the slview GUI to examine log
files contained on the SMS.
Valid Configurations
The GUI runs under Apache on both HP-UX and Windows systems.
HP-UX Web Server Configurations
For HP-UX 11.23 only, the GUI is integrated with the Apache web server bundle used by other HP web-based tools.
The default web server configuration files do not need to be modified to get the system up and running. The default
configuration is a secure web server (i.e. https) running on port 1188. The GUI is accessed through the URL
https://hostname:1188/sl/sl.cgi.
For HP-UX 11.00 and 11.11 only, the Apache web server contained in the HP-UX web server suite
(http://www.hp.com/go/apache) is the recommended web server for running the GUI. You must add the following
directive to the end of the default configuration file /opt/hpws/apache/conf/httpd.conf:
ScriptAlias /sl/sl.cgi /usr/sbin/diag/contrib/slview
The default configuration is a standard web server (i.e. http) running on port 80. The GUI is accessed through the URL
http://hostname/sl/sl.cgi.
SMS Web Server Configuration
You must install and configure the Apache web server on SMS. The GUI is accessed through the URL
http://127.0.0.1/sl/sl.cgi.
Standard Files and URLs
HP-UX 11.0 and 11.11:
GUI Invocation URL http://hostname/sl/sl.cgi
Standard Log File Pattern /var/stm/logs/os/fpl.log.*
Web Server Config File /opt/hpws/apache/conf/httpd.conf
Event Viewer Executable /usr/sbin/diag/contrib/sl/slview
HP-UX 11.23:
GUI Invocation URL https://hostname:1188/sl/sl.cgi
Standard Log File Pattern /var/stm/logs/os/fpl.log.*
Web Server Config File /opt/hpwebadmin/conf/httpd.conf
Event Viewer Executable /usr/sbin/diag/contrib/slview
SMS HP-UX SMS0405: