- Community Home
- >
- Services
- >
- Insight Remote Support
- >
- Re: FAILED to create indication subscription to WB...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2009 06:20 AM
тАО11-30-2009 06:20 AM
FAILED to create indication subscription to WBEM events
I' trying to reconfigure on HP SIM/RSP 5.3 two cluster node hp-ux 11.31.
On both node I'm using the same procedure.
The discovery work fine,but the subscription
FAILED only on one node.
Systems have the same software configuration, but clearly one node has a problem.
Any idea on how to debug this problem ?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2009 11:43 PM
тАО11-30-2009 11:43 PM
Re: FAILED to create indication subscription to WBEM events
Frauke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2009 02:25 AM
тАО12-04-2009 02:25 AM
Re: FAILED to create indication subscription to WBEM events
This is my output of identify system with non-priviledge user:
Checking for WBEM support on system.
This system has WBEM protocol support
This system does not have any SMI-S CIMOM installed
This system has a server CIMOM installed
Running WBEM rules based identification.
Got ComputerSystem WBEM/WMI data from the system
Can you please tell me where can I found conconfig output?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2009 02:28 AM
тАО12-04-2009 02:28 AM
Re: FAILED to create indication subscription to WBEM events
This is my output of identify system with non-priviledge user:
Checking for WBEM support on system.
This system has WBEM protocol support
This system does not have any SMI-S CIMOM installed
This system has a server CIMOM installed
Running WBEM rules based identification.
Got ComputerSystem WBEM/WMI data from the system
Can you please tell me where can I found conconfig output?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2009 04:07 AM
тАО12-06-2009 04:07 AM
Re: FAILED to create indication subscription to WBEM events
#cimconfig -lc
It is important that the following value is set to true:
enableSubscriptionsForNonprivilegedUsers=true
If you want to test you wbem user set enableHttpConnection=true and do a #osinfo -u
To change the values do
#cimconfig -s enableSubscriptionsForNonprivilegedUsers=true -p
#cimconfig -s enableHttpConnection=true -p
#cimserver -s
#cimserver
After the test you might want to disable to http protocol again (set value for enableHttpConnection back to false) to have only secure communication.
Frauke