服务器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 ...
随机推荐
- LeetCode154.寻找旋转排序数组中的最小值 II
154.寻找旋转排序数组中的最小值 II 描述 假设按照升序排序的数组在预先未知的某个点上进行了旋转. ( 例如,数组 [0,1,2,4,5,6,7] 可能变为 [4,5,6,7,0,1,2] ). ...
- Marlin (思维)
The city of Fishtopia can be imagined as a grid of 44 rows and an odd number of columns. It has two ...
- vue控制父子组件渲染顺序
在父组件中,如下图渲染子组件,那如何在父组件中加入一些数据获取逻辑且能控制子组件渲染呢. 就是像在上图中红框圈起来的那样,挂个 ok(其他你自己定义的也可以) 参数,同时在父组件的任何生命周期中去改变 ...
- no git binary found in $path(已解决,但是还有疑问)
跟同行研究个项目代码,他把代码打包发我后,我解压到本地,路径和我本地个人项目路径基本相同, 但是当执行npm install时,就报了 no git binary found in $path ,这个 ...
- 将M个客服随机分配给N个客户
class AllocUser { //客户多于客服 public static void Test() { var customers = new List<Customer>() { ...
- Java执行操作系统命令
从网上学来的方法,sample: try { String[] cmd = new String[] { System.getenv("HOMEPATH") + "/te ...
- cmd命令行编译c/c++程序
一.打开文件夹(文件夹名字为123,文件夹里面有程序345.cpp) cd 123 二.在cmd里面编译程序 1.cd Desktop //在打开文件夹之前不回到桌面会出错 2.cd 123 ...
- 2019.3.13 Java的特性——继承
继承 面向对象编程(OOP)三大特征:继承,封装,多态 目的:为了减少重复代码,避免复制粘贴 创建父类Animal public class Animal { private String name; ...
- SpringBoot---开发的热部署
1.模板的热部署 在SpringBoot中,模板引擎的页面默认是开启缓存的: 如果修改了页面的内容,则刷新不到修改后的页面: 可以在application.properties中关闭模板引擎的缓存: ...
- 转帖 css的块元素、内联元素、内联块元素、display属性、浮动、定位
块元素 块元素,也可以称为行元素,布局中常用的标签如:div.p.ul.li.h1~h6.dl.dt.dd等等都是块元素,它在布局中的行为:1.支持全部的样式.2.如果没有设置宽度,默认的宽度为父级宽 ...