tar -xvf OM_6.1.0_ManNode_A00.tarThis will give the following files/volders:
COPYRIGHT.txt
docs/
license.txt
linux/
setup.sh2) Run setup (as root) and select the first 3 options
sh setup.sh
##############################################
Server Administrator Custom Install Utility
##############################################
Components for Server Administrator Managed Node Software:
[x] 1. Server Administrator Web Server
[x] 2. Server Instrumentation
[x] 3. Storage Management
[ ] 4. Remote Access Core Components
[ ] 5. Remote Access SA Plugin Components
[ ] 6. All
Enter the number to select a component from the above list.
Enter q to quit.
Then select i to install3) start the Openmanage services
srvadmin-services.sh start4) Open the vmware firewall to allo access to the openmanage web interface
/usr/sbin/esxcfg-firewall -o 1311,tcp,in,OpenManage
Make sure you test it so you know openmanage is working and can see your hardware. If you can see the disk systems, memory, cpus etc, then fix openmanage first.Setup passive polling from ITAssistant Passive monitoring is where the ITAssistant polls the server at a regular interval. Supported methods in ITAssistant are CIM, SNMP and IPMI. SNMP with the "get" string is the usual method and what this howto covers. The ITAssistant documentation recommends creating a new readonly string for use with ITAssistant. 1) Edit the snmp conf file/etc/snmp/snmpd.conf2) Locate line 41 which should contain this string:
com2sec notConfigUser default public3) Change the value from public to your string used with discovery in ITAssistant. 4) Append the following to the bottom of the file
smuxpeer .1.3.6.1.4.1.674.10892.1
This allows the snmp service to also serve out the Dell MIB information.5) Restart the SNMPD service
/sbin/service snmpd restart
It often shows "failed" for the stop part but you can ignore that.6) Restart the Dell Openmanage services for good measure
srvadmin-services.sh restart7) Open up the SNMP service on the vmware firewall:
/usr/sbin/esxcfg-firewall -e snmpd7) Test SNMP with the troubleshooting tool in ITAssistant (tools->troubleshooting tool). Select the SNMP connectivity test and click the configure button to change the get string to your string (if you're not using Alternatively use snmpwalk on the Dell MIB Tree
snmpwalk -v2c -c <your-string> 127.0.0.1 .1.3.6.1.4.1.674.10892.1
This should produce alot of scrolling text as it prints all the snmp output. I'm still ironing out the quirks with active alerts (SNMP traps) and hope to have a definitive guide soon!