码迷,mamicode.com
首页 > 其他好文 > 详细

服务器初始化

时间:2015-09-22 14:47:36      阅读:358      评论:0      收藏:0      [点我收藏+]

标签:raid ipmi

服务器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

原文地址:http://jishuweiwang.blog.51cto.com/6977090/1696985

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!