Monday, August 8, 2011

How to install Dell Open Manage Server in vMA appliance

- Login to vMA using vi-admin account
- Enter the follwing commands
sudo bash -l
export dist_base=el
export dist_ver=5
export dist=el5

- Optionally configure a proxy server to use: (assuming our proxy is proxy.mydomain.com listening to port 3128)
export http_proxy="http://proxy.mydomain.com:3128"
export ftp_proxy="http://proxy.mydomain.com:3128"

- Download and run bootstrap.cgi from Dell:
wget http://linux.dell.com/repo/hardware/latest/bootstrap.cgi
sh bootstrap.cgi

- Modify dell repository finding all lines starting with mirrorlist and setting osname=el5, for example:
vi /etc/yum.repos.d/dell-omsa-repository.repo
changed line: mirrorlist=http://…/mirrors.cgi?osname=el5&basearch=…
- Install and start omsa web server:
yum install srvadmin-webserver
sudo service dsm_om_connsvc start

- Open port 1311 in vMA's firewall entering the utility:
system-config-securitylevel-tui
- Try Open Manage Server opening in a browser the address:
https://vma.ipaddress.com:1311
where vma.ipaddress.com is vMA's IP address
- Remember to select Manage Remote Node in web interface and before you login check Ignore certificate warnings in the same page

For more information go to the Dell OM 6.5.1 Linux repository.
You can also read these articles:
http://www.liquidstate.net/2010/12/07/using-dell-openmanage-with-vmware-esxi-4-x/
http://techontip.wordpress.com/2011/07/27/dell-open-manage-server-administrator-for-esxi-4-1/
http://www.md3v.com/dell-openmanage-on-centos-5x

No comments:

Post a Comment