Server Management - Systems Insight Manager
1752866 Members
4543 Online
108791 Solutions
New Discussion юеВ

Re: failed to create indication subscription on HPUX-11.11

 
pankajgadhari
New Member

failed to create indication subscription on HPUX-11.11

I have all managed nodes with version HPUX-11.11. I want to add these nodes to HPSIM.I have installed all the prerequisites depots required on the managed node.
1. WBEM services-A.02.05.04
2. A.04.00.04 HPUX System Fault Management
3. onlinediag - B.11.11.19.01

The managed node gets registered with the WBEM protocol, but when i try to subscrites for the event, it is giving error:

"Failed to create indication subscription"
6 REPLIES 6
James ~ Happy Dude
Honored Contributor

Re: failed to create indication subscription on HPUX-11.11

Hello,
The License/key(Subscription) can indicate unlimited use for a specified period of time or a limited number of seats for that same period of time. The basic time unit encoded in the key is one month. HP SIM considers one month to be 30 days in length.

Has this expired ?

Cheers !
James.
James ~ Happy Dude
Honored Contributor

Re: failed to create indication subscription on HPUX-11.11

On the managed system:
For HP-UX 11.11 and 11.23:
├в ┬в WBEMServices A.02.00.09 at a minimum.
Note: Patch is required for both HP-UX 11.11 and 11.23 with WBEM Services A.02.00.09 for HP SIM to manage correctly.
├в ┬в PHSS_34428 - 11.11 HP WBEM Services A.02.00.09
├в ┬в PHSS_34429 - 11.23 HP WBEM Services A.02.00.09
├в ┬в SFM provider module.
1. Run #cimprovider -ls.
2. Verify that the SFMProviderModule is listed.
3. The following must be installed on the system:
├в ┬в SysMgmtWeb version A.2.2.2 (HP-UX Web Based System Management User Interface)
├в ┬в OpenSSL A.00.09.07e.012 or later
├в ┬в WBEMServices A.02.00.09
├в ┬в WBEM Services CORE Product OnlineDiag B.11.11.16.xx
├в ┬в EMS Version A.04.20
├в ┬в STM Version A.49.10
Note: The SFM providers are not available as part of the core operating system on an old
HP-UX 11.11 installation will not work.

On HP SIM:
Confirm the target system has the correct software installed to support indication subscription and delivery.
1. Navigate to the System Page for the target system.
2. Select the System tab.
3. Expand the Product Description section and verify that WBEM is listed as one of the discovered management protocols.
If WBEM is not listed, confirm the target system has the correct WBEM credentials assigned to the managed system.
a. Navigate to the System Page for the target system.
b. Select the Tools & Links tab.
c. Select System Protocol Settings.
d. Under WBEM Settings, verify the correct credential has been assigned to this system. If it does not have the correct credentials, manually add them and re-identify the system.
If WBEM is discovered, check the following:
├в ┬в From the CMS, run mxwbemsub -l -n target name . See the HP SIM 5.1 Command
Line Interface Reference Guide at http://h18013.www1.hp.com/products/servers/
management/hpsim/infolibrary.htmlfor examples of using this command.
Additionally, you can use a CIM instance browsing tool to search for the instances created in the CIMOM that represent the subscription.
A. Enumerate instances of CIM_IndicationSubscription on the managed system.
B. View all instances of CIM_IndicationListenerCIMXML and look at their destination URLs to see who subscribed and where they are asking for them to be delivered.
If no subscriptions are found, subscribe to WBEM events for this managed system. If you are still not receiving indications in HP SIM from this managed system after successfully subscribing, continue with step 4. See ├в Subscribing to WBEM indications├в for information on subscribing to WBEM indications.
4. If subscriptions are found, verify the HP SIM CMS is reachable from the target system.
a. From the HP SIM CMS, run mxwbemsub -l -n target name .
b. Review the output received to find the CMS host name string that is used in the Destination property.
c. Use the CMS host name (exactly as it appears) to ping (or run nslookup) from the managed system by running ping Central Management Server host name used in Destination from the command line on the managed system. If this command fails, there is a disconnect in network connectivity or name resolution between the managed system and the CMS.
d. If ping fails, edit the /etc/hosts file and add the CMS per the destination string in the subscription.
Ideally, all systems should be in DNS, but this is not always the case.
e. After ping is successful, telnet from the managed system to telnet CMS host name used in Destination 50004. To exit telnet, execute CTRL +] and enter quit.
Note: If telnet fails, the following error message is displayed Connecting To
localhost...Could not open connection to the host, on port 50004: Connect failed.

Ensure that indications are generated by the managed system After you confirm that connectivity and name resolution are not an issue and you have confirmed that you
have a valid subscription from the CMS, generate a test indication to verify that the HP-UX managed system
can send indication.
HP-UX 11.11 and 11.23
1. From the HP-UX managed system, run /ect/opt/resmon/lbin/send_test_event monitor
name . For example, /etc/opt/resmon/lbin/send_test_event disk_em.
Possible monitor names:
├в ┬в dm_memory
├в ┬в lpmc_em
├в ┬в disk_em
├в ┬в dm_chassis
├в ┬в dm_core_hw
├в ┬в ia64_corehw
├в ┬в fpl_em
2. Confirm that the test indication is shown in the HP SIM event table view after you trigger it.
3. Additionally, on the HP-UX managed system, you can run /opt/sfm/bin/evweb eventviewer
-L to verify that indications are generated and received on the local system. This command lists all of the WBEM events that have been generated on the system.

**********************************
If all of the above troubleshooting tips for WBEM indications on an HP-UX system fail, try to restart the CIMOM using the following solution and retry subscribing to the WBEM indication and following the troubleshooting tips again.
Solution: Stop the HP-UX CIMOM by running /opt/wbem/sbin/cimserver -s, and then restart the HP-UX CIMOM by running /opt/wbem/sbim/cimserver.
***********************************

Regards,
James.
pankajgadhari
New Member

Re: failed to create indication subscription on HPUX-11.11

Thanks James for ur reply !!!
I will try the suggestions given by me & will revert back
Keithfoo
Senior Member

Re: failed to create indication subscription on HPUX-11.11

Hi,
Are you specifing port 5989 under the managed node's system protocol settings for wbem?
Thanks,
Keith
Atul Ram Sahu
Occasional Advisor

Re: failed to create indication subscription on HPUX-11.11


Hi james ,


Great tip on SIM and WBEM subs..

please tell me how to use "CIM instance browsing tool" and where can i find it for my CMS..

kevin leong
Frequent Advisor

Re: failed to create indication subscription on HPUX-11.11

HI ,

The WBEM indicate event is using different port to communicate . The port number is 50004 .Please make sure on the firewall port is open.

Thanks
LeongKO