 |
» |
|
|
 |
To view instances and events generated on a managed
system, you must create subscriptions. When you create subscriptions
on the Central Management Server (CMS) using HP SIM, indications
are delivered to the CMS whenever an event occurs on the managed system. This section discusses the following topics: Creating Subscriptions |  |
To create subscriptions using HP SIM, complete the following steps: Enter
the following URL to launch HP SIM on your browser: http://<system name>:<port number>/ The system name is the name of the CMS. For example: http://abc.com:280/ The HP SIM home page is launched. To
create subscriptions, select Options-->Protocol Settings-->Global
Protocol Settings in the HP SIM Home page, as shown in Figure 4-1.
The Global Protocol Settings window is displayed,
as shown in Figure 4-2.
In
Figure 4-2, under Default WBEM settings, select Enable WBEM. Click
OK to save your settings. Select
Configure->Configure or Repair Agents, as shown in Figure 4-3.
The Configure or Repair Agents window is displayed,
as shown in Figure 4-4.
From
the Add targets by selecting from: list in Figure 3-4, select All
Systems to view and select the systems. Selecting the name of the
system enables you to view indications occurring on the
selected system. The list of systems is displayed in the Select Target
Systems window, as shown in Figure 4-5.
To
select all the systems in the network, select the Select “All
Systems” itself check box, as shown in Figure 4-5. Click Apply.
The Verify Target Systems window is displayed, as shown in Figure
4-6.
Select
the appropriate check box to verify the target systems and click Next,
as shown in Figure 4-6. The Enter Credentials window is displayed,
as shown in Figure 4-7.
Enter
your credentials in the given fields, as shown in Figure 4-7. Click
Next. The Configure or Repair Settings window is displayed, as shown
in Figure 4-8.
On
the Configure or Repair Settings window, click Run Now. The Task Results
window is displayed, as shown in Figure 4-9. The Task Results window
states that the Indication Subscription is successfully created. The next time an event is generated on the selected
system, you can view the event in the events list.
To
obtain a printable report of the indication subscription details,
click View Printable Report. The report is displayed, as shown in
Figure 4-10.
Viewing Indications |  |
To view the list of events generated
on the selected systems, complete the following steps: Select
All Events in the left pane of the HP SIM window. The list of events
is displayed, as shown in Figure 4-11.
To
view the details of an event, select the event. The details are displayed
at the bottom of the same window, as shown in Figure 4-12.
To
obtain the printable version of the event details, click View Printable
Details at the bottom of the window. The printable report is displayed
in a new window, as shown in Figure 4-13.
To create subscriptions and view indications using
the CLI, see “Creating Event Subscription Using CLI”“Creating Event Subscription Using CLI” on page 93. The ProviderName in the Event Details window indicates
the monitor that generated the event. Table 4-1 maps the monitors
and providers. Table 4-1 Representation of Monitors | Monitor | Provider |
|---|
| cmc_em | CMC_IndicationProviderIA | cpe_em | CPE_IndicationProviderIA | | dm_core_hw | CoreHardwareIndicationProviderPA | | dm_chassis | ChassisIndicationProviderPA | | dm_memory | MemoryIndicationProviderPA | | disk_em | DiskIndicationProvider | | fpl_em | FPL_IndicationProvider | | ia64_corehw | CoreHardwareIndicationProviderIA | lpmc_em | LPMC_IndicationProviderPA | memory_ia64 | MemoryIndicationProviderIA |
Table 4-2 compares
the EMS Hardware Monitors
properties with the equivalent EMS Wrapper Provider properties. Table 4-2 Property Representation | EMS Hardware Monitors | EMS Wrapper Provider |
|---|
| Event Time | EventTime | | Severity | PerceivedSeverity | | Event | EventID | | System | SystemName | | Summary | Summary | | Description of
Error | Description | | Probable Cause/
Recommended Action | ProbableCauseDescription and RecommendedAction (these two are separate fields) | | System Serial Number | SystemSerialNumber | | InquiryVendorID | HWManufacturer | | Physical Device
Path | HWLogicalLocation | | InquiryProductID | DeviceModel | | PhysicalDevicePath | DeviceControllerLogicalLocation |
Table 4-3 Command Representation | Task | In monconfig (Online Diagnostics) | In SFM |
|---|
Adding a monitoring request | # /etc/opt/resmon/lbin/monconfig Enter A at the main menu selection
prompt. | # Evweb subscribe -C -n <subscription name> -e <severity>
-v <device> -t <destination> -g <throttling configuration
name> | Modifying a monitoring request | # /etc/opt/resmon/lbin/monconfig Enter M at the main menu selection
prompt. | # Evweb subscribe -M -n <subscription name> -e <severity>
-v <device> -t <destination> -g <throttling configuration
name> | Deleting a monitoring request | # /etc/opt/resmon/lbin/monconfig Enter D at the main menu selection
prompt. | # Evweb subscribe -D -f -n <subscription name> | Sending a test event | # /etc/opt/resmon/lbin/send_test_event <monitor name> | # sfmconfig -t -<valid monitor name> | | Using the set_fixed utility to change
the status of a device to UP. | # set_fixed -n <resource name> | # sfmconfig -a -l -t <device name> -d <device id> | | Viewing details of an event | # resdata -r
<resource name> -R <request id> -a|-m|-u [-n <notify id>]
[-h <host name>] -M <monitor key>] | # Evweb eventviewer -E -n <EvArchNo> |
|