如果iDRAC的IP或者设置出现问题,不能够链接,那么可以通过RACADM这个程序在系统层面可以对iDRAC进行设置,使用的方法以及命令都在下边. RACADM provides command line interfacet to the DRAC. #Linux 的默认路径 Located in /opt/dell/srvadmin/sbin #系统下重置IP地址不需要重启 To change NIC settings without rebooting: racadm setniccfg
1. ssh idracip, and reset RAC -- will need around 10mins /admin1-> racadm racreset RAC reset operation initiated successfully. It may take up to a minute for the RAC to come back online again. 2. check the web service status /admin1-> racadm getconf
1.IPMI工作原理图: 2.脚本实现流程图: 3.适配服务器机型: 4.演示效果: 5.实现代码: #!/usr/bin/env bash # Author : JACK ZHAO # Date : // # Description : This script is userd to manage the PC server remote management card account. ###Global variable### WORKDIR=`pwd` SSH_PORT= IPMI_PO