# wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash # yum install srvadmin-all
After packages installation you should start OMSA services and add them to autostart
# /opt/dell/srvadmin/sbin/srvadmin-services.sh start # /opt/dell/srvadmin/sbin/srvadmin-services.sh enable
To enter OMSA you should navigate to https://your-server-ip:1311/ in your browser (login as user root and use related password). You may need to enable incoming connections to 1311/TCP port in your firewall.
# /sbin/iptables -A INPUT -p tcp --dport 1311 -j ACCEPT
Комментариев нет:
Отправить комментарий