http://blog.arnoudvermeer.nl/post/52375062605/howto-setup-ipmi-sol-on-a-dell-r-series-server

http://topics-cdn.dell.com/pdf/dell-opnmang-dplymnt-toolkit-v5.2_Reference Guide_en-us.pdf

http://fmad.io/blog-supermicro-serial-kvm.html

yum install syscfg

# 配置sol
/opt/dell/toolkit/bin/syscfg --serialcomm=OnConRedirCom2
/opt/dell/toolkit/bin/syscfg --extserial=com1
/opt/dell/toolkit/bin/syscfg --SerialPortAddress=Serial1Com1Serial2Com2
/opt/dell/toolkit/bin/syscfg --RedirAfterBoot=disable
/opt/dell/toolkit/bin/syscfg --FailSafeBaud=115200
/opt/dell/toolkit/bin/syscfg --ConTermType=vt100vt220
/opt/dell/toolkit/bin/syscfg lanchannelaccess --ipmioverlan=alwaysavail # 配置性能
/opt/dell/toolkit/bin/syscfg --ProcCores=all
/opt/dell/toolkit/bin/syscfg --LogicalProc=disabled
/opt/dell/toolkit/bin/syscfg --SysProfile=custom
/opt/dell/toolkit/bin/syscfg --ProcPwrPerf=maxperf
/opt/dell/toolkit/bin/syscfg --DynamicCoreAllocation=disable
/opt/dell/toolkit/bin/syscfg --MemFrequency=maxperf
/opt/dell/toolkit/bin/syscfg --ProcTurboMode=enabled
/opt/dell/toolkit/bin/syscfg --ProcC1E=disabled
/opt/dell/toolkit/bin/syscfg --ProcCStates=disabled
/opt/dell/toolkit/bin/syscfg --MonitorMwait=disabled
/opt/dell/toolkit/bin/syscfg --MemPatrolScrub=standard
/opt/dell/toolkit/bin/syscfg --MemRefreshRate=1x
/opt/dell/toolkit/bin/syscfg --MemVolt=autovolt
/opt/dell/toolkit/bin/syscfg --CollaborativeCpuPerfCtrl=disabled /opt/dell/toolkit/bin/syscfg --AcPwrRcvry=off
/opt/dell/toolkit/bin/syscfg --ReportKbdErr=noreport
/opt/dell/toolkit/bin/syscfg --InSystemCharacterization=disabled
/opt/dell/toolkit/bin/syscfg --ErrPrompt=disabled # 配置启动
/opt/dell/toolkit/bin/syscfg --bootseq=hdd.emb.0
/opt/dell/toolkit/bin/syscfg --embnic1=enabled
/opt/dell/toolkit/bin/syscfg --embnic2=enabled
/opt/dell/toolkit/bin/syscfg --embnic3=enabled
/opt/dell/toolkit/bin/syscfg --embnic4=enabled # 配置虚拟化
/opt/dell/toolkit/bin/syscfg --virtualization=disable

ipmitool -I lanplus -H 192.168.1.200 -U root -P access54321 sol activate

yum install ipmitool


yum install raidcfg

dell ipmi sol的更多相关文章

  1. 服务器ipmi远程管理

    DELL iDRAC (Integrated Dell™ Remote Access Controller )是 Dell PowerEdge 系列服务器上的远程管理方案, 11代 12代服务器已经集 ...

  2. 利用 Serial Over Lan(SOL)搭建 XEN 的调试信息输出环境

    如有转载,请注明出处与本文连接,谢谢! 修改XEN的源码实现额外的功能,需要有一个调试环境来得到XEN的调试信息(有关源码编译并安装 XEN 请阅读我以前的博文:在CentOS下源码安装 Xen并搭建 ...

  3. Configuring IPMI under Linux using ipmitool

    http://www.thomas-krenn.com/en/wiki/Configuring_IPMI_under_Linux_using_ipmitool Configuring IPMI und ...

  4. C#通过FTP账号上传、修改、删除文件 FTPClient

    下面类文件中,主要做的工作是:从ftp服务器上下载文件把本地文件替换.添加.或删除功能,在替换本地文件时会先备份一下本地的文件,若整个操作都完成了就会发出commit命令,表示全部替换成功.若中间操作 ...

  5. IPMITOOL命令支持列表V2.0

    命令集 命令行格式 命令行说明 User ipmitool -H <IP地址> -I lanplus -U <用户名> -P <密码> user summary 查 ...

  6. PC Server远程管理卡用户管理脚本实现

    1.IPMI工作原理图: 2.脚本实现流程图: 3.适配服务器机型: 4.演示效果: 5.实现代码: #!/usr/bin/env bash # Author : JACK ZHAO # Date : ...

  7. 使用IPMI操作Dell服务器

    机房里有5台实验用的Dell R710服务器,为了低碳环保,我决定只在工作日白天开启它们,其余时间全部关闭.我选择在linux下用ipmitool结合计划任务来实现,这里只记录ipmitool工具的用 ...

  8. IPMI中sol的使用

    IPMI中sol的使用 转载韦远科 最后发布于2013-05-09 15:19:18 阅读数 7920  收藏   http://blog.chinaunix.net/uid-1838361-id-3 ...

  9. 【网络——Linux】——IPMI详细介绍【转】

    一.IPMI含义 智能平台管理接口(IPMI:Intelligent Platform Management Interface)是一项应用于服务器管理系统设计的标准,由Intel.HP.Dell和N ...

随机推荐

  1. C#之线程和并发

    建议大家对C#撑握的不错的时候,可以去看一些开源项目.走技术这条路,就要耐得住寂寞(群里双休日说要让群主找妹子进群的人必须反思),练好内功.不撑握C#高级知识点,别想看懂优秀的开源项目,更别指望吸收其 ...

  2. try catch 怎么写?

    除非必要,否则不在底层写try catch. 比如说,需要在catch里做一些处理,然后再抛出,一般不建议使用try catch掩盖程序出现的异常. try {     BuildQueryComma ...

  3. PLSQL_基础系列07_插入方式Pivoting / Unconditional / Conditional ALL / Conditional FIRST INSERT(案例)

    2014-12-08 Created By BaoXinjian

  4. Yii 框架生成缩略图

    控制器 if($model->load(Yii::$app->request->post()))        { //原图            $model->img = ...

  5. MySQL 绿色版安装方法图文教程

    一.下载,这里使用绿色解压缩版 http://mirror.services.wisc.edu/mysql/Downloads/MySQL-5.1/mysql-noinstall-5.1.32-win ...

  6. Android开发者需要面对的8大挑战

    移动开发变得越来越受欢迎,但移动开发者正面临着一系列挑战.本文将介绍的是Android开发者需要面对的8个不利因素,例如缺乏硬件标准化,以及软件碎片.为Android OS开发app,给予了开发人员极 ...

  7. 采访ServiceStack的项目领导Demis Bellot——第2部分(转)

    ServiceStack是一个开源的.支持.NET与Mono平台的REST Web Services框架.InfoQ有幸与Demis Bellot深入地讨论了这个项目.在这篇两部分报道的第2部分中,我 ...

  8. Linux内核学习之路

    每当学习到一定阶段自己觉得还行时,就会搜一些别人的文章. 这篇文章是原作者14年3月写的.转过来与自己共勉.学习累了就换着学也挺好 原文: 现在回首看看,接触Linux已经很长时间了. 在大三的时候开 ...

  9. spring应用于web项目中

    目标: 在webapp启动的时候取到spring的applicationContext对象,并把applicationContext对象存到servletContext里面,在需要的时候直接从serv ...

  10. JAVA 中关于String的特性

    一.初始化String的两种方式 String str1 = "hello"; String str2 = new String("hello"); 第一种方式 ...