I have several Dell 2950 and I have been using XenServer. I am trying to install OMSA on XCP 1.6
When attempting to use
OM-SrvAdmin-Dell-Web-LX-7.1.0-5304.XenServer60_A00.iso
I get
Error: Repository is not compatible with installed product (XenServer expected)
Do you want to continue? (Y/N) y
FATAL: missing dependency xs:main
I seem to have installed it using this method
http://linux.dell.com/wiki/index.php/Repository/OMSA
It looks good when I start it
# /opt/dell/srvadmin/sbin/srvadmin-services.sh start
Starting Systems Management Device Drivers:
Starting dell_rbu: Already started [ OK ]
Starting ipmi driver: Already started [ OK ]
Starting Systems Management Data Engine:
Starting dsm_sa_datamgrd: Already started [ OK ]
Starting dsm_sa_eventmgrd: Already started [ OK ]
Starting dsm_sa_snmpd: Already started [ OK ]
DSM SA Shared Services is already started
DSM SA Connection Service is already started
I added port 1311 to iptables even though it looks like everything is open.
It looks like it is listening
netstat -anp | grep 1311
tcp 0 0 0.0.0.0:1311 0.0.0.0:* LISTEN 10222/dsm_om_connsv
But I cannot access the web GUI on port 1311
Has anyone got this working? Any suggestions?