7.0.8 Insight Remote Support Monitored Devices Configuration Guide

Monitored Devices Configuration Guide
Chapter 18: Configuring P6000 and Enterprise Virtual Arrays
To obtain a snapshot of the current port assignments in your environment, in a command window, execute
the following command:
C:\ netstat –anb >netstat.txt
Installing HP SIM For the First Time
When installing HP SIM for the first time, the First Time Wizard includes a step to configure WBEM/WMI
Mapper Proxy.
Keep the default setting of port 5989. After you complete the installation of HP SIM, add the port that
P6000 Command View SMI-S will use to the .xml file shown in step 1 of the following procedure.
Follow these steps to identify the port that HP SIM will use to connect to SMI-S. In this example, port
60000 is used for the SMI-S HTTPS connection to the interop namespace.
1. Open the following file in a text editor:
C:\Program Files\HP\Systems Insight Manager\config\identification\wbemportlist.xml
2. Add the following red lines of text to the end of the file.
<port id="60000" protocol="https">
<interopnamespacelist>
<interopnamespace name="interop"/>
</interopnamespacelist>
</port>
The following example shows the complete file after you add the 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"/>
<interopnamespace name="root/emulex"/>
<interopnamespace name="root/qlogic"/>
<interopnamespace name="root/ibm"/>
<interopnamespace name="root/emc"/>
<interopnamespace name="root/smis/current"/>
<interopnamespace name="root/hitachi/dm51"/>
<interopnamespace name="interop"/>
<interopnamespace name="root/interop"/>
<interopnamespace name="root/switch"/>
<interopnamespace name="root/cimv2"/>
</interopnamespacelist>
HP Insight Remote Support (7.0.8)Page 136 of 248