服务器bios&raid管理
新服务器配置流程
https://github.com/alces-software/knowledgebase/wiki/server-dell-rseries-r630
dell
DTK(syscfg, raidcfg)
http://zh.community.dell.com/techcenter/systems-management/w/wiki/380.openmanage
https://www.aglt2.org/wiki/bin/view/AGLT2/Dell/DellDeploymentToolkit
http://linux.dell.com/repo/hardware/latest/platform_independent/rh60_64/DTK/
srvadmin-all --- Install all OMSA components
srvadmin-base --- Install only base OMSA, no web server
srvadmin-rac4 --- Install components to manage the Dell Remote Access Card 4
srvadmin-rac5 --- Install components to manage the Dell Remote Access Card 5
srvadmin-idrac --- Install components to manage iDRAC
srvadmin-idrac7 --- Install components to manage iDRAC7
srvadmin-webserver --- Install Web Interface
srvadmin-storageservices --- Install RAID Management
dtk-scripts --- Install DTK
dcism --- Install iDRAC Service Module
自动配置
https://www.jslink.org/linux/dell-dtk-bios.html
label dtk_bios_set
kernel dtk/SA.1
append initrd=dtk/SA.2 ramdisk_size=65536 share_type=tftp share_location=dtk share_script=bios.sh tftp_ip=<PXE引导服务器地址>
#!/bin/sh -e
#/opt/dell/toolkit/bin/syscfg --virtualization=disable
#/opt/dell/toolkit/bin/syscfg --cpucle=enable
/opt/dell/toolkit/bin/syscfg --logicproc=disable
#/opt/dell/toolkit/bin/syscfg --turbomode=enable
#/opt/dell/toolkit/bin/syscfg --cstates=enable
/opt/dell/toolkit/bin/syscfg --serialcomm=on
#/opt/dell/toolkit/bin/syscfg --conboot=enable
#/opt/dell/toolkit/bin/syscfg --memintleave=disable
/opt/dell/toolkit/bin/syscfg power --profile=maxperformance --setuppwdoverride #关闭节能模式,性能最大化
reboot
supermicro
SUM
http://www.supermicro.com.tw/products/nfo/SMS_SUM.cfm
Dell PowerEdge RAID Controller (PERC)
http://www.dell.com/learn/us/en/04/campaigns/dell-raid-controllers
导入idrac license
yum install srvadmin-idrac7 srvadmin-idracadm7
idracadm7 license import my.xml -c idrac.embedded.1
idracadm7 license view
服务器bios&raid管理的更多相关文章
- BMC ipmitool 对linux服务器进行IPMI管理
IPMI是智能型平台管理接口(Intelligent Platform Management Interface)的缩写,是管理基于 Intel结构的企业系统中所使用的外围设备采用的一种工业标准,该标 ...
- 软RAID管理命令mdadm详解
软RAID管理命令mdadm详解 mdadm是linux下用于创建和管理软件RAID的命令,是一个模式化命令.但由于现在服务器一般都带有RAID阵列卡,并且RAID阵列卡也很廉价,且由于软件RAID的 ...
- 安装CentOS 6.x出现Disk sda contains BIOS RAID metadata
今天在安装CentOS 6.6的时候,当进到检测硬盘步骤的时候,总是过不去,报错如下:Disk sda contains BIOS RAID metadata, but is not part of ...
- 使用 ipmitool 实现 Linux 系统下对服务器的 ipmi 管理
http://www.ibm.com/developerworks/cn/linux/l-ipmi/ 1.简介 IPMI(Intelligent Platform Management Interfa ...
- 服务器ipmi远程管理
DELL iDRAC (Integrated Dell™ Remote Access Controller )是 Dell PowerEdge 系列服务器上的远程管理方案, 11代 12代服务器已经集 ...
- 服务器BIOS和BMC等知识详解
一个执着于技术的公众号 引言:以BIOS为核心的固件产业,是信创产业链的重要组成部分,可被誉为信创产业的"山海关".在计算机体系中,BIOS 有着比操作系统更为底层和基础性的作用, ...
- 谈谈我的windows服务器运维管理
我们开发的页游General War(http://gw.gamebox.com)上线运营也有半年多了,服务器的开发到运维基本都由我一手包办,在服务器上线之后我们又招了一个程序员接手后续功能的开发,而 ...
- Dell 服务器做Raid
Dell 服务器做Raid DELL R720 服务器 RAID阵列卡配置介绍 (H310) 关于 RAID 5 与热备份(Hot Spare) 在不同RAID组间使用热备盘——Global Hot ...
- 使用本地服务器组来管理局域网或公网上的SQLSERVER
使用本地服务器组来管理局域网或公网上的SQLSERVER 测试的两台机器 Windows7 64位 SQLSERVER2005 SP5 Windows7 64位 SQLSERVER2012 S ...
随机推荐
- Visual Studio Ultimate 2013 免费下载地址
ed2k://|file|cn_visual_studio_2010_ultimate_x86_dvd_532347.iso|2685982720|4AE6228933DDE49D9BFA4C3467 ...
- 【KMP】【字符串】KMP字符串匹配算法 学习笔记
一.简介 KMP是由Knuth.Morris和Prat发明的字符串匹配算法,它的时间复杂度是均摊\(O(n+m)\).其实用Hash也可以做到线性,只不过Hash存在极其微小的难以避免的冲突. ...
- npm install时 报错Maximum call stack size exceeded
给npm降级或者升级 降级 : npm install -g npm@5.4.0 升级 : npm install -g npm 升级到最新版
- Wscript的popup
Dim WSHShell Set WSHShell = WScript.CreateObject("WScript.Shell") WshSHell.popup "枚举主 ...
- python内置函数一
⼀. 本节主要内容:1. 内置函数 什么是内置函数? 就是python给你提供的. 拿来直接⽤的函数, 比如print., input等等. 截⽌到python版本3.6.2 python⼀共提供了6 ...
- Oracle sql语句中不支持boolean类型(decode&case)
[转自] http://blog.csdn.net/t0nsha/article/details/7828538 Oracle sql语句中不支持boolean类型(decode&case) ...
- 2.5 References & Borrowing
Here is how you would define and use a calculate_length function that has a reference to an object a ...
- lnmp 一键搭建脚本
转载注明出处!!!!!!!!! 不足之处望多多指教. 不明之处站内私. #!/bin/bash #################################################### ...
- vue中src下的assets文件与static文件的几点区别
区别一: assets文件时src下的,所以最后运行时需要进行打包:而static文件不需要打包就直接放在最终的文件中了. 区别二: assets中的文件在.vue中的template/style下用 ...
- 【计算机网络】HTTP请求和响应格式
HTTP请求格式:<request-line><headers><blank line>[<request-body>]说明:第一行必须是一个请求行(r ...