iAMT(INTEL Active Management Technology,英特尔主动管理技术)
是Intel搞的一个集成在芯片组中的嵌入式操作系统
可以用来做远程管理
看了看wiki和百度知道
感觉其跟HP的ilo差不多
只不过HP的ilo是单独的网络接口
我们工作中用的最多的就是ilo
dell的DRAC也有一些
看看如果好好研究下iAMT
以后intel构架的hp机器是不是可以不要ilo接口呢
这样貌似可以省好多米哟
呵呵
只不过如果真要在生产环境使用的话
需要一台台初始化配置是不现实的
好歹iAMT也有enterprise mode
只不过在这种环境下还需要个所谓配置服务器
这个东东怎么弄
还需要再学习
貌似现在还只有Windows平台上的SCS
而且
这个windows上的配置服务器
还需要active directory的配合
这样的话
貌似生产环境使用就有点问题了……
一种叫MegaCli的LSI management utility
可以用来在线维护LSI Logic SAS/SATA RAID Controller的raid
由于dell的服务器多半是用的这种raid卡
所以MegaCli可以用来维护dell机器的raid
谈谈基本用法吧
这里有3个基本参数需要首先说一下
- Adapter parameter -aN
这里的参数-aN(N是从0开始的整数或者是字符串ALL)是指raid卡的adapter ID
这个adapter ID可以从controller的信息等很多信息里看到
如果你只有一块raid卡,那么这里直接用ALL就好
- Physical drive parameter -PhysDrv [E:S]
这里的参数-PhysDrv [E:S]是用来确定物理硬盘的
E是指enclosure device ID;S是指slot number
可以用命令”MegaCli -EncInfo -aALL”来看enclosure device ID
- Virtual drive parameter -Lx
参数-Lx是用来确定虚拟设备(Vitual device)的(x是从0开始的整数或者是字符串all)
讲几个有用的参数吧
MegaCli -PDList -aALL
这是用来看物理硬盘的信息的
MegaCli -LDPDInfo -aall
这是用来看逻辑设备(我把LD称之为Logical Device)和物理硬盘之间的关系的
MegaCli -CfgLdAdd -r(0|1|5) [E:S, E:S, ...] -aN
这是用来建立新的raid 0,1,5的虚拟设备的命令
MegaCli -LDBI -ProgDsply -LALL -aALL
这是用来看raid的building进度的
MegaCli是我们常用来维护dell服务器阵列的linux下的命令行工具
用MegaCli -h来看帮助
MegaCli -AdpBootDrive -Get -a0
MegaCli -LdInfo -Lall -a0
MegaCli -pdlist -a0
MegaCli -LdPdInfo -a0
MegaCli -CfgLDAdd -L1 -r0[1:1] CachedBadBBU -strpsz128 -a0
朋友有台server,是dell的1950
故障现象:
突然之间大堆的
“Input/output error”、”Bus error”
然后有的分区还被重新mount成只读的
重启的时候
系统提示:
”
Memory/Battery problems were detected. The adapter has recovered, but cached data was lost. Press any key to continue.
”
在这里找到dell官方的说法:
This message occurs under the following conditions:
- the adapter detects that the cache in the controller cache has not yet been written to the disk subsystem
- the boot block detects an ECC error while performing its cache checking routine during initialization
- the controller then discards the cache rather than sending it to the disk subsystem because the data integrity cannot be guaranteed
To resolve this problem, allow the battery to charge fully. If the problem persists, the battery or adapter DIMM might be faulty. In that case, contact Dell Technical Support.
看来不一定是硬盘坏
而有可能是raid卡要换电池了
在dell的官方网站的这里下载的
把单独的包下下来解开再重新打包在一起
传上来备一下
这里可以下我打的包
最近评论