Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
System Fault Management Administrator's Guide: HP-UX 11i v3 > Chapter 5 Administering Indications and Instances Using HP SMH

Viewing Indications Using EVWEB

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

This section describes how to perform non-administration tasks related to viewing WBEM indications using EVWEB.

This section addresses the following topics:

NOTE: EVWEB enables both administrators and non-administrators to search and view WBEM events. However, only administrators can delete WBEM events.

The Event Viewer enables you to view, search, and delete WBEM events that are present in the Event Archive. It also enables you to view both detailed and summary information of WBEM events. You can also search for WBEM events stored in the Event Archive using the advanced search feature.

Launching EVWEB for Viewing WBEM Indications

You can launch EVWEB either through the CLI or through the HP SMH GUI.

To launch EVWEB using the CLI, enter the following command at the HP-UX prompt:

# evweb <eventviewer|list>

To launch EVWEB for viewing WBEM indications using the HP SMH GUI, complete the following steps:

  1. Log in to the HP SMH.

    To log in to HP SMH, enter http://<hostname>: 2301 in the address bar of the Web browser. The HP SMH login screen is displayed.

  2. Enter your user name and password in the appropriate text boxes.

  3. Click Sign In on the login screen.

    The HP SMH home page is displayed.

  4. Select Logs in the main menu.

    The Logs page is displayed. This page displays the applications that are plugged in to HP SMH.

  5. Select Event Viewer in Evweb.

    The Event Viewer page is displayed.

You can view and delete WBEM indications using the Event Viewer.

Searching for the Subscribed WBEM Events

EVWEB enables you to search the Event Archive for subscribed WBEM events. The EVWEB GUI provides a link, EMT Search, using which you can obtain error, cause, and recommended solutions for errors that may be generated on an HP-UX 11i v3 system. For more information about how to use EMT to search for WBEM events, see “Querying the Common Error Repository”.

Filtering WBEM Events Using the GUI

The Event Viewer GUI enables you to filter the WBEM events based on their severity level.

To filter the WBEM events based on their severity, complete the following steps:

  1. Repeat steps 1-5 from “Launching EVWEB for Viewing WBEM Indications”.

  2. Select Critical to search for critical events.

    Similarly, select Major, Minor, Warning, Information, Other, Normal, or Unknown to search for the respective WBEM events.

  3. To view all events, select All Events.

For more information on performing a quick search of WBEM events using the HP SMH GUI, select Help on the action pane of the List Events page.

Searching for the Subscribed WBEM Events Using the GUI

To perform an advanced search of the WBEM events, complete the following steps:

  1. Repeat steps 1-5 from “Launching EVWEB for Viewing WBEM Indications”.

  2. Select Advanced Search on the right pane of the Event Viewer page.

    The Advanced Search page is displayed.

  3. Provide appropriate information in the text boxes and fields present in the Advanced Search page.

  4. Click Search on the Advanced Search page.

Based on the search criteria, the WBEM events are displayed in a tabular format in the Event Viewer page.

For more information on searching for the WBEM events using the HP SMH GUI, select Help on the action pane of the Advanced Search page.

Searching for the Subscribed WBEM Events Using the CLI

To search WBEM events using the CLI, enter the following command at the HP-UX prompt:

# evweb eventviewer -L

Where:

-L

is an option used to list all the WBEM events.

A list of WBEM events is displayed.

You can also use the following switches with the -L option:

  • -e [eq|ne|le|ge|bw] [:] <severity level1>[,<severity level2>]

  • -v <event category names>

  • -i <EventID>

  • -r[is\be\en\co][:](<string to be searched>)

  • -a(<number for age>(:)(yy\mm\dd\hh)

  • -t[eq\le\ge\bw] (<mm:dd:yyyy:hh:mi:ss>)[,<mm:dd:yyyy:hh:mi:ss>]

  • -s[asc\desc] (<summary list column name>)

  • -o(<offset number>) -c(<count of events>)

For information on searching the WBEM events using the CLI, see evweb_eventviewer(1).

Viewing Summary Information About WBEM Events

You can view summary information about events stored in the Event Archive database.

Viewing Summary Information Using GUI

To view summary information about WBEM events, repeat steps 1-5 from “Launching EVWEB for Viewing WBEM Indications”.

The List Events page is displayed. The List Events table displays summary information about the WBEM events that are stored in the Event Archive.

For more information on viewing summary information of the WBEM events using the HP SMH GUI, select Help on the action pane of the List Events page.

Viewing Summary Information Using CLI

To search WBEM events using the CLI, enter the following command at the HP-UX prompt:

# evweb eventviewer -L -x -f

Where:

-L

is an option used to list all the WBEM events.

-x

is a switch used to display the summary and detailed information of all events matching the search criteria.

-f

is an optional switch used to force the command. The -f switch can be used only with the -x switch.

A list of WBEM events is displayed on the screen.

Viewing Detailed Information About WBEM Events

You can view the details of a WBEM event using EVWEB. The details of an event are displayed at the end of the List Events table only when you select an event from the List Events table.

Viewing Detailed Information Using GUI

To view detailed information about the WBEM events, complete the following steps:

  1. Repeat steps 1-5 from “Launching EVWEB for Viewing WBEM Indications”.

  2. Select the desired WBEM event in the List Events table.

    The Details of the Event page is displayed. This page includes a table that provides detailed information about the WBEM events.

For information on viewing detailed information of the WBEM events using the HP SMH GUI, select Help on the action pane of the List Events page.

Viewing Detailed Information Using CLI

To view detailed information on WBEM events using the CLI, enter the following command at the HP-UX prompt:

# evweb eventviewer -E -n <event ID>

Where:

-E

is an option used to view details of a WBEM event.

-n

is a switch used specify the event ID of the WBEM event.

The screen displays detailed information about the WBEM events.

For information on viewing detailed information of WBEM events using the CLI, see evweb_eventviewer(1).

Deleting WBEM Events from the Event Archive

You can delete a single event or multiple events at a time.

Deleting an Event Using GUI

To delete an event, complete the following steps:

  1. Repeat steps 1-5 from “Launching EVWEB for Viewing WBEM Indications”.

  2. Select Delete Events in the action pane on the top right corner of the page.

    The Delete Events page is displayed.

  3. Select the event you want to delete by selecting the appropriate check box.

    You can delete more than one WEBM event at a time.

  4. Select Delete in the List Events page.

    EVWEB deletes the event from the event archive database and displays a confirmation message.

  5. Click OK on the confirmation message window.

For information on deleting WBEM events using the HP SMH GUI, select Help on the action pane of the Delete Events page.

Deleting an Event Using CLI

To delete WBEM events using the CLI, enter the following command at the HP-UX prompt:

# evweb eventviewer -D

Where:

-D

is an option used to delete all the WBEM events.

You can also use the following switches with the -D option:

  • -e [eq\ne\le\ge\bw] [:] <severity level1>[,<severity level2>]

  • -v <cevent category names>

  • -i <EventID>

  • -r[is\be\en\co][:](<string to be searched>)

  • -a(<number for age>(:)(yy\mm\dd\hh)

  • -t[eq\le\ge\bw] (<mm:dd:yyyy:hh:mi:ss>)[,<mm:dd:yyyy:hh:mi:ss>]

  • -s[asc\desc] (<summary list column name>)

  • -f

  • -n <comma separated Event Numbers>

For information on deleting WBEM events using the CLI, see evweb_eventviewer(1).

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2007 Hewlett-Packard Development Company, L.P.