服务器初始化

服务器IPMI设置

/etc/init.d/ipmi start

ipmitool lan set 1 ipaddr 10.28.48.21

ipmitool lan set 1 netmask 255.255.252.0

ipmitool lan set 1 defgw ipaddr 10.28.48.254

ipmitool lan set 1 access on

ipmitool delloem lan set shared with lom2

ipmitool delloem lan get active



查询MAC等信息

ifconfig |egrep "em1|em2" && ipmitool lan print 1 |egrep "MAC Address|IP Address|Default Gateway IP|Subnet Mask"


grep "model name" /proc/cpuinfo  


grep "processor" /proc/cpuinfo  |wc -l


free -m |grep Mem


fdisk -l |grep GB


crtl+r 进入BIOS设置

1.raid1 4快盘开启预读回写

F2 2.System Bios  Logical Processor Disabled process setting

3. Intergrated  SR-LOV只在有2T盘的服务器上打开,做虚拟化用

4, IDRAC -- Network   -- static IP address

5.测试eth1与IPMI进行网卡口公用


2盘:raid1

4盘:raid10





make makefiles CCARGS="-I/usr/local/include -DHAS_LDAP" AUXLIBS="-L/usr/local/lib -R/usr/local/lib -lldap -L/usr/local/lib -R/usr/local/lib -llber"


本文出自 “技术成就未来” 博客,谢绝转载!

你可能感兴趣的:(raid,IPMI)