Hi,
it took some time to understand how to install omsa 7.x on xenserver 6.x but finally i got it working.
Unfotunatelly i am not able to discover the server with the OME.
I opened the ports 5986(tcp) and 161(udp), and the TS Tool says it is able to reach both port and get some SNMP information (e.g. OMSA Version)
I installed OMSA during the XenServer installation (Supplemental Pack).
After the installation I edited the comunity string within the snmpd.conf and ran the following commands:
cd /opt/dell/srvadmin/etc
./autoconf_cim_component.sh -p 5986
iptables -I RH-Firewall-1-INPUT -p tcp --destination-port 5986 -j ACCEPT
iptables -I RH-Firewall-1-INPUT -p udp --destination-port 161 -j ACCEPT
service iptables save
/etc/init.d/openwsmand restart
/etc/init.d/sfcb restart
service snmpd restart
Any suggestions?