<?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>topic Re: WBEM Management Protocol not recognised on Windows Servers in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203522#M51532</link>
    <description>I think the WBEM agent publish it's information to WMI (Microsofts implementation of WBEM) that uses RPC to set up communication. RPC listens on port 135 and then assign a new port for the connection. The range of port it uses can be configured if needed (when using firewalls other than Windows firewall).&lt;BR /&gt;&lt;BR /&gt;You need to make sure that the user has permission to access DCOM remotely and that all ports are open (unless you change the DCOM RPC port range). By default, members of the group "Distributed DCOM users" have this permission.&lt;BR /&gt;&lt;BR /&gt;DCOM settings are managed using the MMC snapin "Component Services".</description>
    <pubDate>Wed, 14 Oct 2009 07:06:16 GMT</pubDate>
    <dc:creator>Alexander A</dc:creator>
    <dc:date>2009-10-14T07:06:16Z</dc:date>
    <item>
      <title>WBEM Management Protocol not recognised on Windows Servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203519#M51529</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I can’t seem to get HP SIM to detect WBEM as a management protocol in any of our Windows servers, even though I have installed a WBEM provider in the servers to be monitored. The WBEM provider generates test events fine, but when I run an “Identify” in HPSIM it responds as follows:&lt;BR /&gt;&lt;BR /&gt;Starting identification process...&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Checking for WBEM support on system.&lt;BR /&gt;This system does not have any SMI-S CIMOM installed&lt;BR /&gt;This system doesn't have a server CIMOM installed locally, or cannot connect to &lt;BR /&gt;it using all credentials specified&lt;BR /&gt;Running WBEM rules based identification.&lt;BR /&gt;Cannot get ComputerSystem WBEM/WMI data from the system&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Running Storage identification.&lt;BR /&gt;Did not detect WBEM support on this system. Will not attempt storage identificat&lt;BR /&gt;ion. If this is a storage host, check WBEM credentials and make sure the provide&lt;BR /&gt;rs and CIMOM are operational on the host.&lt;BR /&gt;Storage identification completed.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;System identification done with this system.&lt;BR /&gt;&lt;BR /&gt;I have turned off the firewall on both the monitored and management servers, and have the domain and local admin accounts entered in the Global Sign-in Credentials. WBEM is enabled in the Global Protocol Settings.&lt;BR /&gt;&lt;BR /&gt;The Management Protocols reported for all Windows servers are : HTTP:, SMH:2.0, SNMP:1.0&lt;BR /&gt;&lt;BR /&gt;Environment: &lt;BR /&gt; Windows Servers - Version Server 2003 SP2, Server 2008 SP1&lt;BR /&gt; HPSIM Version 5.3 with SP1 (Build version C.05.03.01.00)&lt;BR /&gt;&lt;BR /&gt;WBEM is recognised as a management protocol on our VMware ESX hosts.&lt;BR /&gt;&lt;BR /&gt;Appreciate any help in enabling WBEM as a management protocol on our Windows Servers.&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Oct 2009 20:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203519#M51529</guid>
      <dc:creator>B Hardy</dc:creator>
      <dc:date>2009-10-11T20:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: WBEM Management Protocol not recognised on Windows Servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203520#M51530</link>
      <description>If CMS and manged servers are located in different subnets with a firewall between them  - try to install Pegasus WMI proxy  and make shure the network traffic from  CMS  to Managed servers port 5989 is allowed</description>
      <pubDate>Mon, 12 Oct 2009 06:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203520#M51530</guid>
      <dc:creator>Dzmitryj Jakavuk</dc:creator>
      <dc:date>2009-10-12T06:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: WBEM Management Protocol not recognised on Windows Servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203521#M51531</link>
      <description>Thanks. The CMS and the managed servers are in the same subnet, and the firewalls on both are currently turned off. Ports 5988 and 5989 are both unblocked and listening on the CMS but the executable they are associated with is JavaWrapper.exe. Not sure if this is correct, and is there a way of changing the ports used?</description>
      <pubDate>Tue, 13 Oct 2009 02:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203521#M51531</guid>
      <dc:creator>B Hardy</dc:creator>
      <dc:date>2009-10-13T02:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: WBEM Management Protocol not recognised on Windows Servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203522#M51532</link>
      <description>I think the WBEM agent publish it's information to WMI (Microsofts implementation of WBEM) that uses RPC to set up communication. RPC listens on port 135 and then assign a new port for the connection. The range of port it uses can be configured if needed (when using firewalls other than Windows firewall).&lt;BR /&gt;&lt;BR /&gt;You need to make sure that the user has permission to access DCOM remotely and that all ports are open (unless you change the DCOM RPC port range). By default, members of the group "Distributed DCOM users" have this permission.&lt;BR /&gt;&lt;BR /&gt;DCOM settings are managed using the MMC snapin "Component Services".</description>
      <pubDate>Wed, 14 Oct 2009 07:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203522#M51532</guid>
      <dc:creator>Alexander A</dc:creator>
      <dc:date>2009-10-14T07:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: WBEM Management Protocol not recognised on Windows Servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203523#M51533</link>
      <description>Problem solved. Turns out that as we are running both HP-SIM and Command View for our EVA4400 SAN on the same server there was a conflict on port 5989 between the JavaWrapper.exe that is used in Command View and the WMIServer.exe used by HP-SIM for WBEM.&lt;BR /&gt;&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;Solution as follows:&lt;BR /&gt;&lt;BR /&gt;Open the file "C:\Program Files (x86)\Hewlett-Packard\SMI-S\CXWSCimom\config\cxws.properties"&lt;BR /&gt;Change the ports to 6988 and 6989 (be sure to check these ports aren't in use).&lt;BR /&gt; &lt;BR /&gt;Open the file "C:\Program Files (x86)\HP\Systems Insight Manager\config\identification\wbemportlist.xml"&lt;BR /&gt;Change the ports to 6988 and 6989&lt;BR /&gt; &lt;BR /&gt;Stop the Hewlett Packard storage works CIMOM service &lt;BR /&gt; &lt;BR /&gt;Restart the Pegasus WMI Mapper service. &lt;BR /&gt; &lt;BR /&gt;Start the Hewlett Packard storage works CIMOM service &lt;BR /&gt; &lt;BR /&gt;To verify SMI-S can communicate with the storage on the new port, open a command prompt and change directories to where SIM is installed. (Path: C:\Program Files (x86)\HP\Systems Insight Manager\)&lt;BR /&gt; &lt;BR /&gt;Type wbemdisco &lt;BR /&gt;Specify the new port number 6989.&lt;BR /&gt;&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;Once I did the steps above and did a re-identify, the WBEM protocol was detected correctly.&lt;BR /&gt;&lt;BR /&gt;Thanks to those who responded.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Oct 2009 20:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203523#M51533</guid>
      <dc:creator>B Hardy</dc:creator>
      <dc:date>2009-10-15T20:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: WBEM Management Protocol not recognised on Windows Servers</title>
      <link>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203524#M51534</link>
      <description>Solution detailed above.</description>
      <pubDate>Thu, 15 Oct 2009 22:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/wbem-management-protocol-not-recognised-on-windows-servers/m-p/5203524#M51534</guid>
      <dc:creator>B Hardy</dc:creator>
      <dc:date>2009-10-15T22:27:10Z</dc:date>
    </item>
  </channel>
</rss>

