storcli安装和使用方法

本文介绍了storcli这款用于管理Broadcom/LSI和AVAGORAID控制器的命令行工具,涵盖了查看控制器信息、硬盘和虚拟磁盘状态、创建和删除RAID、以及查看事件日志的基本操作。
摘要由CSDN通过智能技术生成

storcli 是一款用于管理 Broadcom(原 LSI)和 AVAGO RAID 控制器的命令行实用程序。这个工具可以帮助用户配置、监视和管理硬件 RAID(Redundant Array of Independent Disks)解决方案。RAID 控制器通常用于管理硬盘阵列,提供数据冗余和性能优化。

以下是一些 storcli 常见的用法和命令:

  1. 查看控制器信息:

    storcli /c0 show
    

    这个命令用于显示控制器 c0 的详细信息,包括型号、固件版本、缓存状态等。

  2. 查看物理硬盘信息:

    storcli /c0/eall/sall show
    

    这个命令显示控制器 c0 上所有硬盘(eall 表示所有扩展器,sall 表示所有插槽)的详细信息,包括序列号、容量、状态等。

  3. 查看虚拟磁盘信息:

    storcli /c0/vall show
    

    这个命令用于显示控制器 c0 上所有虚拟磁盘的详细信息,包括 RAID 级别、状态、磁盘组成等。

  4. 创建虚拟磁盘:

    storcli /c0 add vd type=raid0 drives=0:0
    

    这个命令用于创建一个 RAID 0 类型的虚拟磁盘,使用控制器 c0 上的第一个硬盘(0:0)。

  5. 删除虚拟磁盘:

    storcli /c0/v0 delete
    

    这个命令用于删除控制器 c0 上的虚拟磁盘 v0。

  6. 查看事件日志:

    storcli /c0 show events
    

    这个命令用于显示控制器 c0 上的事件日志,包括警告、错误等信息。

以上只是 storcli 的一些基本用法示例,实际使用时,你需要根据具体的硬件配置和需求进行相应的命令调用。要获得详细的帮助和文档,可以运行 storcli /c0 help 或参考官方文档。

下载前注意,该手册为英文版,以下是部分目录 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 . . . . . . .
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值