<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Server Management - Systems Insight Manager의 주제 Re: subscribe to WBEM Events</title>
    <link>https://community.hpe.com/t5/server-management-systems/subscribe-to-wbem-events/m-p/3776670#M19823</link>
    <description>At this time, WBEM subscription is only for HP-UX.  Additionally, there is no ProLiant-specific data in the OpenPegasus CIMOM, so there isn't any meaningful event data you can get anyway.</description>
    <pubDate>Mon, 24 Apr 2006 12:12:40 GMT</pubDate>
    <dc:creator>David Claypool</dc:creator>
    <dc:date>2006-04-24T12:12:40Z</dc:date>
    <item>
      <title>subscribe to WBEM Events</title>
      <link>https://community.hpe.com/t5/server-management-systems/subscribe-to-wbem-events/m-p/3776669#M19822</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Data collection for a Linux&lt;BR /&gt;System (Proliant,SLES9 SP3 + PSP7.50)failed &lt;BR /&gt;with error message : &lt;BR /&gt;An error occurred connecting to this system with the WBEM protocol.  Check the system configuration.&lt;BR /&gt;&lt;BR /&gt;seems to be a authorization problem with WBEM problem - &lt;BR /&gt;&lt;BR /&gt;HPSIM Server is a Proliant running Windows 2003 SP1 and HPSIM Version 5.00.01.01 SP4 &lt;BR /&gt;&lt;BR /&gt;I tried to run "subscribe to WBEM Events", but failed also with : &lt;BR /&gt;&lt;BR /&gt;There was a problem connecting to the HP Systems Insight Manager server. Make sure that:&lt;BR /&gt;1. Your username has been added to HP Systems Insight Manager.&lt;BR /&gt;2. Your username and password, if specified, are correctly spelled.&lt;BR /&gt;3. HP Systems Insight Manager is running.&lt;BR /&gt;4. You used ´--´ for any long options and double quotes if your username includes a domain.&lt;BR /&gt;Example: &lt;COMMANDNAME&gt; --user "mydomain\myusername" --pass mypassword&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then I tried to run  "mxwbemsub -a -n &lt;NODENAME&gt; on cmd line and got error : &lt;BR /&gt;Host URL to connect to is = https://&lt;NODE-IP-ADDRESS&gt;:5989/cimom&lt;BR /&gt;&lt;BR /&gt;    Note: Although this does not mean this command failed, we could not create subscription for destination=floxp3 in nameSpace=root/cimv2&lt;BR /&gt;&lt;BR /&gt;Indication subscription successfully created.&lt;BR /&gt;&lt;BR /&gt;"Create handler instance failed: CIM_ERR_NOT_FOUND(CIM_ERR_NOT_FOUND: The requested object could not be found)&lt;BR /&gt;&lt;BR /&gt;further I looked on the linux client system to verfiy "cimserver" config - &lt;BR /&gt;there are 2 scripts in /etc/init.d which both &lt;BR /&gt;are able to startup "cimserver" &lt;BR /&gt;"owcimomd" and "pegasus-wbem" ; &lt;BR /&gt;&lt;BR /&gt;which one has to be used? &lt;BR /&gt;&lt;BR /&gt;after Installing PSP750, just "owcimomd" startup autom. when System reboot; &lt;BR /&gt;&lt;BR /&gt;but there is no "cimserver" process running on the System nor does "cimprovider" show up any active "provider" on the linux client system &lt;BR /&gt;&lt;BR /&gt;any Idea whats going wrong? &lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;-Walter &lt;BR /&gt;&lt;BR /&gt;&lt;/NODE-IP-ADDRESS&gt;&lt;/NODENAME&gt;&lt;/COMMANDNAME&gt;</description>
      <pubDate>Mon, 24 Apr 2006 11:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/subscribe-to-wbem-events/m-p/3776669#M19822</guid>
      <dc:creator>Walter Habichler</dc:creator>
      <dc:date>2006-04-24T11:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: subscribe to WBEM Events</title>
      <link>https://community.hpe.com/t5/server-management-systems/subscribe-to-wbem-events/m-p/3776670#M19823</link>
      <description>At this time, WBEM subscription is only for HP-UX.  Additionally, there is no ProLiant-specific data in the OpenPegasus CIMOM, so there isn't any meaningful event data you can get anyway.</description>
      <pubDate>Mon, 24 Apr 2006 12:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/subscribe-to-wbem-events/m-p/3776670#M19823</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2006-04-24T12:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: subscribe to WBEM Events</title>
      <link>https://community.hpe.com/t5/server-management-systems/subscribe-to-wbem-events/m-p/3776671#M19824</link>
      <description>Hello Walter, &lt;BR /&gt;&lt;BR /&gt;   To receive WBEM related notification from Linux Node, the following steps needs to be performed . &lt;BR /&gt;&lt;BR /&gt;1) Install the OpenPegasus Wbem implementation with SSL enabled option.&lt;BR /&gt;2) Create indication provider .&lt;BR /&gt;3) Register the MOF files in the cimserver of WBEM(Which gets installed with OpenPegasus Wbem installation ).&lt;BR /&gt;4) Follow the steps provided in the below URL to create a subscription from HP SIM&lt;BR /&gt;"&lt;A href="http://h18013.www1.hp.com/products/servers/management/hpsim/HPSIM_SshWbemSubscriptions.html" target="_blank"&gt;http://h18013.www1.hp.com/products/servers/management/hpsim/HPSIM_SshWbemSubscriptions.html&lt;/A&gt;".&lt;BR /&gt;&lt;BR /&gt;Hope this helps. I am able to get the sample event notifcation in HP SIM from linux node.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Sudesh</description>
      <pubDate>Wed, 14 Feb 2007 03:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/subscribe-to-wbem-events/m-p/3776671#M19824</guid>
      <dc:creator>sudesh_5</dc:creator>
      <dc:date>2007-02-14T03:11:57Z</dc:date>
    </item>
  </channel>
</rss>

