Dell web Drac - how to install centos

Dell web Drac - how to install centos


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



yum -y install srvadmin-all

edit to adjust settings:
mcedit /opt/dell/srvadmin/sbin/srvadmin-services.sh

to START: /opt/dell/srvadmin/sbin/srvadmin-services.sh start

check if console is running on port 1311

netstat -tulpn | grep 1311


access via https://<ip address>:1311/OMSALogin?msgStatus=null










to STOP:

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

Comments

Popular posts from this blog

How to clean DB from old logs in Magento 1.x

Reduce (shrink) and resize raw disk at Proxmox

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10