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 S TART: /opt/dell/srvadmin/sbin/srvadmin-services.sh start check if console is running on port 1311 netstat -tulpn | grep 1311 access v ia https:// <ip address> :1311/OMSALogin?msgStatus=null to STOP: /opt/dell/srvadmin/sbin/srvadmin-services.sh stop