EMS Hardware Monitors (logo)

Mulitiple-View (Predictive-Enabled) Monitors

In June 2000, the platform for EMS Hardware Monitor platform was enhanced to support the Multiple-View (Predictive-enabled) feature. In each diagnostic release, individual monitors have been enhanced to support this feature.

Other monitors are planned to become Multiple-View Enabled in future releases.

For more information, see the sections below:

June 2001 Release

  Multiple-View Enabled Monitors      Operating System Version
    10.20 11.0 11.i
   Autoraid (armmon)      X
   Chassis (dm_chassis)      X
   Core Hardware (dm_core_hw)
 No Fabric Support
   X  X
   Disk (disk_em)  X  X  X
   Disk Array FC60 (fc60mon)      X
   Fibre Channel Adapters (dm_FCMS_adapter)  X  X  X
   Fibre Channel Adapter Model A5158 (dm_TL_adapter)    X  X
   Fibre Channel SCSI Multiplexer (dm_fc_scsi_mux)  X  X  X
   High Availability Disk Array (ha_disk_array)  X  X  X
   High-Availability Storage System Monitor  (dm_ses_enclosure) X X  X
   LPMC (lpmc_em)  X  X  X
   Memory (dm_memory)  X  X  X
   Remote (RemoteMonitor)    X  X
   SCSI Tape Devices (dm_stape)  X  X  X
   SCSI123 (scsi123_em)  X  X  X
   System Status Monitor (sysstat_em) X X X
   UPS (dm_ups) X X X

Release March 2001

  Multiple-View Enabled Monitors      Operating System Version
    10.20 11.0 11.i
  Autoraid (armmon)      X
  Core Hardware (dm_core_hw)
No Fabric Support
 (1)  X  X
  Disk (disk_em)  X  X  X
  Disk Array FC60 (fc60mon)      X
  Fibre Channel Adapters (dm_FCMS_adapter)  X  X  X
  Fibre Channel Adapter Model A5158 (dm_TL_adapter)  (1)  X  X
  High Availability Disk Array (ha_disk_array)  X  X  X
  LPMC (lpmc_em)  X  X  X
  Memory (dm_memory)  X  X  X
  Remote (RemoteMonitor) (1)  X  X
  SCSI Tape Devices (dm_stape)  X  X  X
   SCSI123 (scsi123_em)  X  X  X
   System Status Monitor (sysstat_em) X X X
  UPS (dm_ups) X X X

Release December 2000

  Multiple-View Enabled Monitors Operating System Version
    10.20 11.0 11.i
  Autoraid (armmon)      X
  Core Hardware (dm_core_hw)
No Fabric Support
 (1)  X  X
  Disk (disk_em)  X  X  X
  Disk Array FC60 (fc60mon)      X
  Fibre Channel Adapters (dm_FCMS_adapter)  X  X  X
  Fibre Channel Adapter Model A5158 (dm_TL_adapter)  (1)  X  X
  High Availability Disk Array (ha_disk_array)  X  X  X
  LPMC (lpmc_em)  (1)  X  X
  Memory (dm_memory)  X  X  X
  Remote (RemoteMonitor)  (1)  X  X
  SCSI Tape Devices (dm_stape)  X  X  X
  UPS (dm_ups)  X  X  X

Release September 2000

  Multiple-View Enabled Monitors Operating System Version
    10.20 11.0
  Core Hardware (dm_core_hw)
No Fabric Support
(1)  X
 X
  Fibre Channel Adapters (dm_FCMS_adapter)  X  X
  Fibre Channel Adapter Model A5158 (dm_TL_adapter) (1)  X
  LPMC (lpmc_em) (1)  X
  Memory (dm_memory)  X  X
  Remote (RemoteMonitor) (1)  X
  SCSI Tape Devices (dm_stape)  X  X
  UPS (dm_ups) X  X

Release June 2000

  Multiple-View Enabled Monitors Operating System Version
    10.20 11.0
  Core Hardware (dm_core_hw)
No Fabric Support
(1)  X
 X
  LPMC (lpmc_em) (1)  X
  Memory (dm_memory)  X  X
  SCSI Tape Devices (dm_stape)  X  X

Note 1: This monitor is not supported on HP-UX 10.20.


What Are Multiple-View (Predictive-Enabled) Monitors?

In June 2000 and later releases of the diagnostics, the EMS Hardware Monitors were enhanced to support Multiple-View (Predictive-enabled) EMS hardware monitors. The change is transparent to most customers.

The immediate purpose of this change is to enable Predictive Support to work with hardware monitors. There will also be long-term benefits to all customers, as well.

Following is a brief explanation. For more details, refer to the "EMS Hardware Monitors User's Guide", available at Diagnostics HOME

Clients: Targets for Events

When a hardware monitor detects an event, it can send an event message to one or more targets ("clients").

                                        target 1
                                       /
                                      /
event ---> monitor ---> event message -----> target 2
                                      \
                                       \
                                       target 3

Previously, EMS hardware monitors generated events in the same way for all targets. The problem is that different targets, such as Predictive Support, may have different requirements for events.

As of the June 2000 release (IPR 0006), certain monitors allow event reporting to be tailored for different targets. This "Multiple-View" ("Predictive-enabled") feature will be added to most hardware monitors in future releases.

Client Configuration File (*.clcfg)

With Multiple-View hardware monitors, you can create a different Client Configuration File (*.clcfg) for each target. In this file, you can specify:

The default Client Configuration File (*.clcfg) is:

/var/stm/config/tools/monitor/default_MONITOR_NAME.clcfg

For example:

/var/stm/config/tools/monitor/default_disk_em.clcfg

The Client Configuration File for Predictive Support client would be :

/var/stm/config/tools/monitor/predictive_MONITOR_NAME.clcfg

For example,

/var/stm/config/tools/monitor/predictive_disk_em.clcfg

Verifying Monitors with a Test Event

As of the June 2000 release of the diagnostics, a standalone program is available to cause multiple-view (Predictive-enabled) EMS hardware monitors to generate a test event:

/opt/resmon/bin/send_test_event
       OR
/etc/opt/resmon/lbin/send_test_event

The program was created for Predictive Support to ensure that the communication mechanism from the monitor to Predictive is working. However, it can be used by customers to ensure the same thing: that the communication mechanisms from the monitor to their notification method (e-mail, event log, SNMP trap, etc) are working.

The program will not work with monitors that have not been updated to be multiple-view. In the long term, all monitors are planned to be updated to be multiple-view.

Before the send_test_event program can be run, the monitors must be enabled and configured. (That is, when you run monconfig, it should say that monitoring is enabled and when you do a "Check", the requests show up.)

For more information on the command, see Verifying EMS Hardware Monitors. Also see the man page for send_test_events.


Top of Page / Diagnostics HOME


URL: http://docs.hp.com/hpux/onlinedocs/diag/ems/ems_pred.htm
Last updated: Monday May 7 9:55:35 MST 2001