LSI RAID卡storcli命令详解与操作指南

需积分: 5 25 下载量 78 浏览量 更新于2024-08-05 1 收藏 36KB DOCX 举报
storcli是针对LSI RAID卡设计的一款实用工具,它允许管理员在Linux环境下进行高级RAID控制器管理和物理磁盘操作。此文档详细介绍了storcli的常用命令及其功能,包括但不限于以下几个关键部分: 1. **控制器管理**: - `storcli64/callshowall`:用于获取控制器信息,通过输出结果中的Controller、/vRAID号、/e背板号和/f外部配置来识别具体控制器。 - `storcli64/show`和`storcli64/showall`:分别提供RAID控制器的摘要和详细信息,以便监控状态。 - `storcli64/h`:用于显示帮助文档,以了解命令的使用方法。 2. **控制器属性设置**: - `storcli64/cxshow<properties>`:查看特定控制器属性,例如检查蜂鸣器状态 (`storcli64/c0showalarm`)。 - `storcli64/cxset<properties>`:允许设置控制器属性,如开启蜂鸣器 (`storcli64/cxsetalarm=on`)。 3. **物理磁盘管理**: - `PDList-aALL`:用于列出所有物理磁盘的健康状态,包括SlotNumber(插槽位置)、MediaErrorCount(可能错误计数)、OtherErrorCount(其他错误计数)等,有助于检测故障。 - `storcli64/c0/e36/s1show`:显示指定控制器、背板和槽位的磁盘详细信息。 - `storcli64/c0/eall/sallshow`:查看所有控制器的所有背板上磁盘的详细信息。 - `storcli64/c0/e36/s1setgood` 和 `storcli64/c0/e36/s1setoffline`:设置磁盘状态,如标记为良好或离线。 4. **磁盘状态与维护**: - 通过监控MedaiErrorCount和OtherErrorCount,管理员可以及时发现并处理磁盘可能存在的问题,如坏道或松动。 - Firmwarestate字段指示磁盘是否在线、启动状态,这对于确定磁盘是否能正常使用至关重要。 storcli提供了强大的RAID管理和磁盘操作工具,管理员可以通过这些命令有效地监控、诊断和维护LSI RAID系统的性能和健康。熟练掌握这些命令对确保数据中心的稳定运行至关重要。
2020-05-12 上传
下载前注意,该手册为英文版,以下是部分目录 Chapter 1: Supported Controllers and Operating Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.1 Supported Controllers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.2 Supported Operating Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Chapter 2: Installing StorCLI on MegaRAID Controllers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.1 Installing the StorCLI Tool on Microsoft Windows Operating Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.2 Installing the StorCLI Tool on the UEFI Environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.3 Installing the StorCLI Tool on Linux Operating Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.3.1 Uninstalling the StorCLI Tool on Linux Operating Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.4 Installing the StorCLI Tool on VMware Operating Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.4.1 Uninstalling the StorCLI Tool on VMware Operating Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.5 StorCLI Tool Command Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.6 StorCLI Default Logging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.7 StorCLI Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.7.1 System Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.7.1.1 System Show Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.7.2 Controller Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.7.2.1 Show and Set Controller Properties Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.7.2.2 Controller Show Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 2.7.2.3 Controller Debug Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.7.2.4 Controller Background Task Operation Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.7.2.5 Premium Feature Key Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.7.2.6 Controller Security Commands . . . . . . .