Linux系统中storcli命令部署及使用指南

需积分: 5 0 下载量 15 浏览量 更新于2024-10-04 收藏 2.02MB ZIP 举报
资源摘要信息:"Linux storcli 命令是用于管理和配置基于Linux操作系统的存储控制器的工具,尤其适用于使用Adaptec或PMC(也称为LSI Logic)系列的RAID卡。Storcli不仅支持RAID控制器的管理,还能够对连接到控制器的硬盘进行操作,包括创建和维护RAID阵列、监控状态以及诊断问题等。 此资源包包含了storcli工具的rpm包以及部署脚本,能够帮助用户在基于Red Hat或CentOS等Linux发行版的服务器上快速部署storcli工具。版本信息为storcli-007.1613,这是storcli工具的一个稳定版本,提供了较全面的功能和改进。 为了验证rpm包的完整性,提供了MD5、SHA1和CRC32校验码,这些校验码分别代表不同的校验算法: - MD5(Message-Digest Algorithm 5)是一个广泛使用的哈希函数,它产生一个128位(16字节)的哈希值,用于验证数据的完整性。 - SHA1(Secure Hash Algorithm 1)是一种加密哈希函数,产生一个160位(20字节)的哈希值,比MD5更为安全。 - CRC32(Cyclic Redundancy Check 32-bit)是一种校验码,用于检测数据传输或存储中的错误,通常用于文件完整性校验。 标签信息中包含了关键词‘linux’, ‘运维’, ‘服务器’以及‘storcli-007.1613’,这些标签帮助用户快速识别该资源包与Linux系统运维相关的特性。 压缩包子文件的文件名称列表显示,当前资源包的名称为‘storcli-linux’,这表明该压缩包中包含的是适用于Linux系统的storcli工具相关文件。" 在Linux系统中,storcli工具的使用通常需要root权限或者使用sudo命令来获取相应的权限。安装storcli工具后,可以通过命令行界面输入storcli命令并结合一系列的选项和参数来执行不同的操作。 常见storcli命令的使用方式包括: - 查询存储控制器信息,如 `storcli /cALL show` 用于展示所有控制器的概要信息。 - 管理物理磁盘,如添加磁盘到RAID阵列或从RAID阵列中移除磁盘,如 `storcli /c0 add vd type=0 disk=1E:0` 添加一个新的虚拟磁盘。 - 配置虚拟磁盘(也称为RAID阵列),如 `storcli /c0/v0 create type=5` 创建一个RAID 5的虚拟磁盘。 - 检查存储控制器的状态和事件,如 `storcli /c0 show all` 显示控制器0的所有信息。 在部署storcli工具时,需要注意的是,不同版本的Linux系统可能会因为内核或库的差异导致安装包的兼容性问题。因此,在安装之前应该确认Linux发行版的版本和内核版本,以及是否支持所下载版本的storcli。 此外,使用storcli之前,还需要确认服务器的RAID控制器是否被支持。可以通过查询硬件规格或查看服务器文档来确认。只有支持的控制器才能使用storcli进行管理。 最后,由于storcli命令涉及到底层的存储配置,因此错误的操作可能会导致数据丢失,建议在操作前进行充分的测试,并且在执行任何对存储有影响的命令之前做好数据备份工作。
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 . . . . . . .