脚本 hardware_status.sh,获取硬件指标:#!/bin/bash #by maxbon 2018/12/27 硬件检测脚本 source /etc/profile #获取设备IP function GetDeviceIp() { IPs=`ifconfig | grep "inet addr:" |egrep -v "127.0.0....
wget -q -O - http://linux.dell.com/repo/hardware/Linux_Repository_15.07.00/bootstrap.cgi | bash yum install srvadmin-all -y /opt/dell/srvadmin/sbin/srvadmin-services.sh start iptables -I INPUT -...