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. memwatch

    一.简介 memwatch可以跟踪程序中的内存泄漏和错误,能检测双重释放(double-free).错误释放(erroneous free).没有释放的内存(unfreed memory).溢出(Ov ...

  2. Jquery each和map 的区别

    1,回调函数的参数顺序相反,each:i,elem,map:elem,i 2,返回值不同,map返回一个新的数组,each返回原始数组 回调的返回值,each只能返回 true 和 false,map ...

  3. JAVA 类中方法参数与返回值

    无参无返回值的方法,用public void 方法名,来声明: 有参无返回值的方法,用public void 方法名,来声明: 有参有返回值的方法,用public int 方法名(int i,int ...

  4. CSS根据屏幕分辨率应用相应样式

    当屏幕尺寸小于1200px时,应用下面的CSS样式 @media screen and (max-width: 1200px) { /*当屏幕尺寸小于1200px时,应用下面的CSS样式*/ .ind ...

  5. ios6和ios7禁止屏幕旋转

    ios6和ios7禁止屏幕旋转 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOr ...

  6. SPR EAD NET 6

    SPR EAD_NET6 下载地址 http://www.gcpowertools.com.cn/downloads/trial/Spread.NET/EN_SPREAD_NET6_SETUP_RA_ ...

  7. df和du显示的磁盘空间使用情况不一致的原因及处理

    在Linux下查看磁盘空间使用情况,最常使用的就是du和df了.然而两者还是有很大区别的,有时候其输出结果甚至非常悬殊. 1. 如何记忆这两个命令 du-Disk Usage df-Disk Free ...

  8. Informix SDK對比

    一.基本信息對比 表 1. Informix .NET Provider 和 IBM Data Server .NET Provider 的对比 特性 IBM Informix .NET Provid ...

  9. angularjs之表达式

    一:angularjs表达式的解析 angularjs会在运行$digest循环中自动解析表达式,但有时手动解析表达式也是非常用用的. angularjs通过$parse这个内部服务来进行表达式的运算 ...

  10. 荣耀6 Plus 的屏幕大小pt计算方法

    使用 gomobile 检测 华为荣耀 6 Plus 的屏幕大小为:  1080*1776 px ;   162pt*266.40pt ;  每pt像素个数:6.666665个. 而实际的数据是: 主 ...