HP System Insight Manager with HP Command View EVA

White paper | HP Systems Insight Manager
34 | March 2013
Restoring defaults to wbemportlist.xml
1. Open the following file:
C:\Program Files\HP\Systems Insight
Manager\config\identification\wbemportlist.xml
2. Remove the following lines from the file:
<!-- WMI Mapper httpsPort=6989 -->
<port id=“6989” protocol=“https”>
<cimnamespacelist>
<cimnamespace name=“root/cimv2”/>
</cimnamespacelist>
</port>
3. Add the following lines to the end of the file. In this example, the port number 60000 is
used as the HTTPS port for SMI-S.
</port>
<port id=“60000” protocol=“https”>
<interopnamespacelist>
<interopnamespace name=“interop”/>
</interopnamespacelist>
</port>
The following example shows the complete file, with port number 60000 used as the
HTTPS port for SMI-S:
<?xml version=“1.0” encoding=“UTF-8”?>
<wbemportlist>
<port id=“5989” protocol=“https”>
<cimnamespacelist>
<cimnamespace name=“root/cimv2”/>
<cimnamespace name=“vmware/esxv2”/>
<cimnamespace name=“root/hpq”/>
</cimnamespacelist>
<interopnamespacelist>
<interopnamespace
name=“root/pg_interop”/>
<interopnamespace name=“root”/>