:::: MENU ::::

How to install Dell OMSA on XenServer 6.5

This tutorial describes how to install the Dell OMSA (OpenManage Server Administrator) on Citrix XenServer 6.5

1. Temporarily disable the Citrix yum repository.

mv /etc/yum.repos.d/Citrix.repo /root/Citrix.repo

2. Clear yum cache:

yum clean all

3. Install the Dell OMSA Repository.

wget -q -O - http://linux.dell.com/repo/hardware/Linux_Repository_14.12.00/bootstrap.cgi | bash

4. Install Dell OpenManage Server Administrator.

yum --enablerepo=base install srvadmin-all

5. Open port 1311 in iptables.

Add this line in /etc/sysconfig/iptables:
-A RH-Firewall-1-INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 1311 -j ACCEPT

6. Restart iptables.

service iptables restart

7. Start Dell OpenManage Server Administrator.

/opt/dell/srvadmin/sbin/srvadmin-services.sh start

8. Move the Citrix.repo file back to the original location.

mv /root/Citrix.repo /etc/yum.repos.d

9. You can now access OMSA via your browser: https://YourHostIPAddress:1311


Brak komentarzy

Co o tym sądzisz ?