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. MyEclipse-File Serarch时报错:Problems encountered during text search

  2. EditPlus去行号/行标

    正则表达式1: [0-9]          ---------- > 1    2   3 正则表达式1: [0-9]+:       ---------- > 1:  2:  3: 正 ...

  3. python (7)读取整个目录的所有文件夹并存入

    一,提取出来一个文件夹中的所有文件名并存入到txt文件中 import os import sys reload(sys) sys.setdefaultencoding('utf-8') path = ...

  4. 发现木马C:\windows\system32\FastUserSwitchingCompatibilityex.dll

    而且用安全狗还隔离不了

  5. VS2008 调试记录

    <以后追加> F10 单步调试 F11 进入函数 SHIFT+F11  推出当前函数

  6. Mac下lombok无法安装到eclipse mars

    eclipse升级到mars之后 , 在mac下已经不再是文件夹中有很多文件的eclipse了 , 只有一个单独的app文件.用原来的方式运行lombok再选eclipse.app已经不行了. 自己鼓 ...

  7. android webview type=file文件上传,安卓端代码

    http://stackoverflow.com/questions/5907369/file-upload-in-webview http://blog.csdn.net/longlingli/ar ...

  8. 保持UIImagePickerController后导航栏风格统一

    1. UIImagePickerController 状态栏始终保持某一种风格. -(void)navigationController:(UINavigationController *)navig ...

  9. EDE,DEDE网站搬家,DEDECMS搬家教程,一看就会

    无聊做个小教程:DEDE搬家,本人提供搬家 先来说下DEDE 大家会安装吧,不多说,看图 一.进入织梦DedeCms的后台备份数据库 步骤:系统 –> 数据库备份/还原 -> 全选有所织梦 ...

  10. JAVA中抽象类的一些总结

    抽象类和普通类一样,有构造函数.抽象类中有一些属性,可以利用构造方法对属性进行初始化.子类对象实例化的时候先执行抽象类的构造,再执行子类构造. 抽象类不能用final声明.因为抽象类必须有子类继承,所 ...