Table of Contents

Support Tools (logo)

IPMI Event Viewer Graphical User Interface (GUI)
***This is the user guide for the GUI only***

User Interface Overview

Initially, the GUI presents the Selection Criteria web page, which contains a "View Events" button. Once the selection criteria have been made and the "View Events" button is clicked, a summary web page is presented in "keyword" format if a log file is specified, or a detail web page is presented if a hex event word pair is specified.

Numbered rows on the summary page may be clicked to open a new window displaying a single event in the most verbose level of detail.

Column headings and field labels may be clicked to open pop-up help windows.

For more information about the user interface, see the Detailed Web Page Descriptions section of this user guide.

Creating and Viewing Event Reports

To create and view event reports using the GUI, follow these steps:
  1. Start the web server (if it is not already running).
  2. Authenticate (HP-UX 11.23 ONLY).
  3. Select report criteria.
  4. Create report.
  5. View events in appropriate report format.

Launching and Configuring Web servers

HP-UX Webserver Environment

SMS Web Server Environment

There are two SMS web server options available to run the event viewer GUI:

Apache Web Server

In order to run the event viewer GUI on SMS, you must first verify that the Apache web server is installed. If it is not, you must install and configure the Apache web server software. Follow the instructions below:

  1. Verify the Apache Web Server has Been Installed

    The event viewer GUI requires any CGI-compliant web server to be present, with Apache 2.x being the preferred choice.

  2. Installing the Apache Web Server

    If Apache is not present, you must install it yourself.

  3. Configuring the Apache Web Server

    Versions of the SMS that include the event viewer GUI also include a pre-installed Apache configuration file for running the GUI.  This default configuration file tells Apache to only listen to port 80 on the 127.0.0.1 loopback interface, defines the http://127.0.0.1/sl/sl.cgi URL, and disables functionality that is not required to run the event viewer GUI.

    Alternatively you can create a custom configuration file as described below.

Windows IIS

HP System Management Homepage Web Server

Perform the following steps to run the IPMI Event Viewer tool within the HP System Management Homepage web server environment:

  1. Verify whether the HP System Management Homepage web server is installed.
    NOTE: You must install the HP System Management Homepage web server software if it is not already installed.

  2. Stop the HP System Management Homepage web server.
  3. Install the EIT bundle.
  4. Restart the HP System Management Homepage web server.
  5. Logon to the HP System Management HomePage (https:\\localhost:2381).
  6. Launch the IPMI Event Viewer.

Authenticate (HP-UX 11.23 only)

Select Criteria

Upon successful authentication, the Hardware Event Viewer Selection Criteria (Selection Criteria) web page is displayed.

For more information about the Selection Criteria web page, see the Detailed Web Page Descriptions section of this user guide.

Selection Screen (screen shot)

Create Event Report

Once the selection criteria are entered, click on the "View Events" button at the bottom of the Selection Criteria screen.

View Event Report

The report format displayed depends on the criteria entered on the Selection Criteria web page.

Error Handling

Help

Detailed Web Page Descriptions

Selection Criteria Web Page

Selection Screen (screen shot)

Back to Select Criteria

Event Log Summary Results (Summary Results) Web Page

Report Summary (screen shot)

Back to View Event Report

Detail Pop-up Window

Event Details Screen (screen shot)

Back to View Event Report

Detail Results for Hex-Event Word Pairs

Back to View Event Report

Functional Specifications

This section lists and describes, in detail, each function and feature of the completed product as seen by the user.

Functionality/Features

Performance

Formatting large log files may consume significant web browser resources.

Security

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:

GUI Invocation URL http://127.0.0.1/sl/sl.cgi
Standard Log File Pattern /var/smstools/log/ipmifpl_*.log
Web Server Config File /opt/hpws/apache/conf/httpd.conf
Event Viewer Executable /opt/smstools/bin/slview

SMS Windows SMS0405:

GUI Invocation URL http://127.0.0.1/sl/sl.cgi
Standard Log File Pattern C:\Program Files\Hewlett-Packard\EIT\var\log\ipmifpl_*.log
Web Server Config File C:\Program Files\Apache Group\Apache2\conf\httpd.conf
Event Viewer Executable C:\Program Files\Hewlett-Packard\EIT\opt\bin\slview.exe

Standards/Guidelines/Policies/Conventions

The GUI attempts to remain browser-neutral in its usage of various HTML, CSS and Javascript functionality.


Top of Page / Diagnostics HOME
URL: http://docs.hp.com/hpux/onlinedocs/diag/eit/st_event_viewer_gui.htm
Last updated: Tuesday September 13, 2005