dell ipmi sol
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的更多相关文章
- 服务器ipmi远程管理
DELL iDRAC (Integrated Dell™ Remote Access Controller )是 Dell PowerEdge 系列服务器上的远程管理方案, 11代 12代服务器已经集 ...
- 利用 Serial Over Lan(SOL)搭建 XEN 的调试信息输出环境
如有转载,请注明出处与本文连接,谢谢! 修改XEN的源码实现额外的功能,需要有一个调试环境来得到XEN的调试信息(有关源码编译并安装 XEN 请阅读我以前的博文:在CentOS下源码安装 Xen并搭建 ...
- Configuring IPMI under Linux using ipmitool
http://www.thomas-krenn.com/en/wiki/Configuring_IPMI_under_Linux_using_ipmitool Configuring IPMI und ...
- C#通过FTP账号上传、修改、删除文件 FTPClient
下面类文件中,主要做的工作是:从ftp服务器上下载文件把本地文件替换.添加.或删除功能,在替换本地文件时会先备份一下本地的文件,若整个操作都完成了就会发出commit命令,表示全部替换成功.若中间操作 ...
- IPMITOOL命令支持列表V2.0
命令集 命令行格式 命令行说明 User ipmitool -H <IP地址> -I lanplus -U <用户名> -P <密码> user summary 查 ...
- PC Server远程管理卡用户管理脚本实现
1.IPMI工作原理图: 2.脚本实现流程图: 3.适配服务器机型: 4.演示效果: 5.实现代码: #!/usr/bin/env bash # Author : JACK ZHAO # Date : ...
- 使用IPMI操作Dell服务器
机房里有5台实验用的Dell R710服务器,为了低碳环保,我决定只在工作日白天开启它们,其余时间全部关闭.我选择在linux下用ipmitool结合计划任务来实现,这里只记录ipmitool工具的用 ...
- IPMI中sol的使用
IPMI中sol的使用 转载韦远科 最后发布于2013-05-09 15:19:18 阅读数 7920 收藏 http://blog.chinaunix.net/uid-1838361-id-3 ...
- 【网络——Linux】——IPMI详细介绍【转】
一.IPMI含义 智能平台管理接口(IPMI:Intelligent Platform Management Interface)是一项应用于服务器管理系统设计的标准,由Intel.HP.Dell和N ...
随机推荐
- WindowsForm应用程序调用WebService
本文原创,如需转载,请标明源地址,谢谢合作!http://blog.csdn.net/sue_1989/article/details/6597078 本文的编写IDE为VSTS2008和.NET F ...
- Google glog 使用
Google glog 使用 1 简介 Googleglog 库实现了应用级的日志记录,提供了C++ 风格的流操作和各种助手宏. 代码示例: #include <glog/logg ...
- GL_Oracle Erp常用的报表(汇总)
2014-06-27 BaoXinjian 1. 总账系统
- pycharm 格式化代码
有时候将空格键和tab键混用,在windows上没什么事情,但是如果移动到linux就会有问题,所以我们在移动到linux上之前要先格式化一下代码: ctrl+alt+L可以格式化,但是和锁屏快捷键冲 ...
- mac下反编译android apk
所需要的工具 http://pan.baidu.com/disk/home#path=%252Fandroid%252Fdecompile%252Fapktool-all apktool用于将资源文件 ...
- Jenkins参数化构建
背景:每次构建项目时都需要去修改一下配置,然后保存,再去立即构建.这样修改容易修改出错误,影响到执行脚本,且每次都要去修改配置,不容易修改,操作也比较麻烦.所以决定将Jenkins修改为参数化构建.下 ...
- java小程序 实例 二分法查找
使用二分法在一个数组中查找一个数: package com.test; public class BinaryFind { private final static int size = 500000 ...
- Visual Studio 2015正式版/产品密钥 Win10正式版官方原版ISO镜像下载大全&安装激活教程
Visual Studio 2015 发行说明: https://visualstudio.com/zh-cn/news/vs2015-vs.aspx Visual Studio 2015 特性简 ...
- linux nandflash驱动之MTD层
MTD,Memory Technology Device即内存技术设备,在Linux内核中,引入MTD层为NOR FLASH和NAND FLASH设备提供统一接口.MTD将文件系统与底层FLASH存储 ...
- BestCoder Round #79 (div.2)
1001.没推到题解那么细,枚举一下也可以.用通分可以避免小数精度问题. #include<iostream> #include<stdio.h> using namespac ...