Monitoraggio EVA 8100 con HP SIM, installazione HP COMMAND VIEW 10.2 e HP System Insight Manager sullo stesso server windows 2008 r2 standard
– Installare prima HP SIM e poi COMMAND VIEW 10.2 per evitare conflitto di porte tcp
– Verificare post installazione il corretto uso delle porte tcp WBEM/WMI e SMI-S (il primo installato con HP SIM e il secondo con il command view)
C: netstat –anb >netstat.txt
TCP 0.0.0.0:5988 0.0.0.0:0 LISTENING 1712 [JavaWrapper.exe]
TCP 0.0.0.0:5989 0.0.0.0:0 LISTENING 460 [WMIServer.exe]
. . . . . . . . .
TCP 0.0.0.0:60000 0.0.0.0:0 LISTENING 1712 [JavaWrapper.exe]
Nel caso evidenziato :
WBEM/WMI utilizzala porta 5989
SMI-S utilizza le porte 5988 e 60000
aggiungere a : C:Program FilesHPSystems Insight Managerconfig
identificationwbemportlist.xml le righe in BLUE
<?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>
</port>
<port id=“60000” protocol=“https”>
<interopnamespacelist>
<interopnamespace name=“interop”/>
</interopnamespacelist>
</port>
</wbemportlist>
Salvare il file e e riavviare servizio hp sim
E rilanciare da HP SIM il discovery del server su cui sono installati i componenti command view e hp sim
Maggiori info qua HP SIM and COMMAND VIEW whitepaper