蝙蝠岛资源网 Design By www.hbtsch.com

新接手了一台Linux服务器,准备检查是否有配置RAID。
 
先查看是否有RAID卡:

复制代码 代码如下:
# dmesg|grep -i raid
mptsas: ioc0: attaching raid volume, channel 1, id 0
device-mapper: dm-raid45: initialized v0.2594l
md: Autodetecting RAID arrays.

很明显是有的,只是无法确定RAID卡的类型是ioc0还是dm-raid45,于是开始百度。后来找到了这样一个工具:mpt-status,而且在下载界面里,有这样几句话:
 
mpt-status: get status of LSI 1030 RAID (mptlinux, fusion, mpt, ioc) controller
 
This driver has many names. As best I understand their use:
LSI 1030
    The make and model of the controller
mptlinux
    The name of the driver distribution. /proc/mpt/version might say, for example, mptlinux-2.05.11.03.
Fusion
    The trade name for the chipset ("_blank" href="http://sven.stormbind.net/mpt-status-rhel/">http://sven.stormbind.net/mpt-status-rhel/
 
接着下载安装:rpm -ihv mpt-status-1.2.0_RC7-3.i386.rpm
 
建立字符设备:mknod /dev/mptctl c 10 220
加载内核模块mptctl:modprobe mptctl
 
查看RAID状态:

复制代码 代码如下:
# mpt-status       
ioc0 vol_id 0 type IM, 2 phy, 465 GB, state OPTIMAL, flags ENABLED
ioc0 phy 1 scsi_id 8 ATA      WDC WD5002ABYS-1 3B04, 465 GB, state ONLINE, flags NONE
ioc0 phy 0 scsi_id 1 ATA      WDC WD5002ABYS-1 3B04, 465 GB, state ONLINE, flags NONE

可以看出,该RAID由两块465G的物理硬盘组成,状态良好。可问题是,RAID级别是多少(0,1,5...)呢?
 
于是接着百度。
 
但这次没有结果。
 
后来在mpt-status的文档(/usr/share/doc/mpt-status-1.2.0_RC7/FAQ )里看到这样一句话:
 
> 1) Could you tell me from example #1, #2 and #3 where can you see the Raid Level of each hard disk "_blank" href="http://sven.stormbind.net/mpt-status-rhel/">http://sven.stormbind.net/mpt-status-rhel/

标签:
RAID,mpt-status

蝙蝠岛资源网 Design By www.hbtsch.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
蝙蝠岛资源网 Design By www.hbtsch.com

评论“linux系统下一个冷门的RAID卡ioc0及其监控mpt-status”

暂无linux系统下一个冷门的RAID卡ioc0及其监控mpt-status的评论...

RTX 5090要首发 性能要翻倍!三星展示GDDR7显存

三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。

首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。

据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。