1. 软件安装
rpm -ivh Lib_Utils-1.00-09.noarch.rpm
rpm -ivh MegaCli-8.02.21-1.noarch.rpm
2. 常用命令
/opt/MegaRAID/MegaCli/MegaCli64 -AdpAllInfo -aALL  	//查看raid卡详细信息
/opt/MegaRAID/MegaCli/MegaCli64 -LdPdInfo -aALL //查看raid和组成raid的磁盘
/opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -Lall -aALL //查看raid
### //查看磁盘信息,精筛选
/opt/MegaRAID/MegaCli/MegaCli64 -PDList -aALL|grep -Ei "(Enclosure Device|Slot Number|PD Type|Raw Size|Inquiry Data|Firmware state|ForeignState)"
  • Adapter#0 -----raid卡控制器编号
  • Enclosure Device ID: 64 -----外壳设备ID,也就是raid卡的ID号
  • Slot Number: 6 ------磁盘槽位号
  • PD Type: SAS ------磁盘类型
  • Raw Size: 3.638 TB [0x1d1c0beb0 Sectors] ------大小
  • Firmware state: Online, Spun Up ------磁盘状态
查看磁盘状态
/opt/MegaRAID/MegaCli/MegaCli64 -pdlist -aall|grep -E 'Slot\ Number|Firmware\ state'
查看磁盘是否有fail报错
/opt/MegaRAID/MegaCli/MegaCli64 -pdlist -aall|grep -E 'Slot\ Number|Predictive\ Failure\ Count'
查看磁盘是否有error报错
/opt/MegaRAID/MegaCli/MegaCli64 -pdlist -aall|grep -E 'Slot\ Number|Error\ Count'
定位故障盘VD
/opt/MegaRAID/MegaCli/MegaCli64 -ldpdinfo -a0|grep -Ei "(Target Id:|VirtualDrive:|RAID Level|^Size|Enclosure Device|Slot Number)"
定位故障盘盘符
ls -l /dev/disk/by-path
查看磁盘是否有外来配置
/opt/MegaRAID/MegaCli/MegaCli64 -pdlist -aall|grep -E 'Slot\ Number|Foreign\ State'
扫描RAID卡是否有外来配置
/opt/MegaRAID/MegaCli/MegaCli64 -CfgForeign -Scan a0
清除外来配置
/opt/MegaRAID/MegaCli/MegaCli64 -CfgForeign -Clear a0
报错处理
Adapter 0: Configure Adapter Failed

FW error description:
The current operation is not allowed because the controller has data in cache for offline or missing virtual drives.
Exit Code: 0x54
处理: (6为硬盘ID数)
/opt/MegaRAID/MegaCli/MegaCli64 -DiscardPreservedCache -L6 a0
删除阵列
/opt/MegaRAID/MegaCli/MegaCli64 -CfgLdDel -L1 -a0 (1 为RIAD组Target Id号)

MegaCli命令使用整理的更多相关文章

  1. 使用OPTIMIZE TABLE命令来整理表碎片实践

    操作环境:ubuntu 14.10   mysql 5.6.25 对含有BLOB或TEXT字段的表,若经常做修改或删除类的操作,需要定期执行OPTIMIZE TABLE命令来整理碎片. 1.creat ...

  2. linux学习:特殊符号,数学运算,图像与数组与部分终端命令用法整理

    指令:let.expr.array.convert.tput.date.read.md5.ln.apt.系统信息 一:特殊符号用法整理 系统变量 $# 是传给脚本的参数个数 $0 是脚本本身的名字 $ ...

  3. MegaCLi命令总结

    MegaCli命令总结 MegaCli 版本8.00.29,raid卡为lsi 8888elp,固件11.0.1-0036 1    巡读 一MegaCli -adppr -enblauto  -a0 ...

  4. MegaCli命令使用详解

    一.MegaCli命令介绍 MegaCli是一款管理维护硬件RAID软件,可以用来查看raid信息等MegaCli 的Media Error Count: 0 Other Error Count: 0 ...

  5. linux 常用命令--------雪松整理

    linux 常用命令--------雪松整理 博客: http://hi.baidu.com/quanzhou722/blog错误在所难免,还望指正!========================= ...

  6. CentOS7开放端口以及常用的使用命令记录整理

    CentOS7与以前常用的CentOS6还是有一些不同之处的,比如在设置开放端口的时候稍许有些不同,常用的iptables命令已经被firewalld代替.这几天正好有在CentOS7系统中玩Seaf ...

  7. 一、MegaCli命令介绍

    一.MegaCli命令介绍 MegaCli是一款管理维护硬件RAID软件,可以用来查看raid信息等MegaCli 的Media Error Count: 0 Other Error Count: 0 ...

  8. shell常用命令归类整理

    shell 命令整理     bash shell 含有许多功能,因此有许多可用的命令:本文档仅罗列了一些常用命令及其使用频率较高的参数.#本文档仅罗列了一些常用命令及其使用频率较高的参数.#vers ...

  9. Dell服务器MegaCli命令只返回Exit Code: 0x00问题分析

    今天同事给我说一台dell的服务器做了raid后,使用MegaCli看不到raid信息,上去看了一下确实不返回任何raid信息,但是确实机器上做了raid. 这就奇怪了,然后把MegaCli升级到最新 ...

  10. LSI MegaCli 命令使用4

    Dell服务器常用管理命令总结准备新版本的 MegaCli-1.01.24-0.i386.rpm 会把程序安装在/opt下,可以自定义安装目录,例如:rpm --relocate /opt/=/usr ...

随机推荐

  1. 安装petalinux

    1.petalinux工具下载,下载地址: https://china.xilinx.com/support/download/index.html/content/xilinx/zh/downloa ...

  2. Cron Job 表达式解析

    Cron Job 表达式解析 Redisant Toolbox 是一款面向开发者的多合一工具箱,超过30种常用的开发工具:精心设计,快速.高效:离线使用,尊重您的隐私. 目录 Cron Job 表达式 ...

  3. jqGrid--统计列

    //数据表格 <div class="gridPanel" style="width:100%;"> @* 数据表格 *@ <table id ...

  4. 让 KEPServer 变成一款 Web 组态软件

    ​KEPServerEX是行业领先的连接平台,用于向您的所有应用程序提供单一来源的工业自动化数据.该平台的设计使用户能够通过一个直观的用户界面来连接.管理.监视和控制不同的自动化设备和软件应用程序. ...

  5. SpringBoot注入时设置《多例》

    SpringBoot设置多例 1.准备数据 测试接口 package com.cc.jschdemo.springmultiton; /** * <p>spring多例测试</p&g ...

  6. Kubernetes(K8S)安装

    Kubermetes (K8S) 安装 参考文档: 官方文档: https://kubernetes.io/zh-cn/docs/concepts/overview/components/#node- ...

  7. ruby http请求组件

    github地址 https://github.com/rest-client/rest-client gemfile里添加 gem 'rest-client', '~> 2.0' 执行 bun ...

  8. 用 Certbot-auto 在 letsencrypt.org申请免费 SSL 证书实现 HTTPS

    参考帖子 https://www.cnblogs.com/lzpong/p/6433189.html https://www.cnblogs.com/756623607-zhang/p/1163850 ...

  9. ansible系列(33)--ansible实战之部署WEB集群架构(3)

    目录 1. 应用环境部署 1.1 nginx编译部署 1.2 PHP编译部署 1.3 mariadb二级制部署 1.4 redis部署 1.5 NFS部署 1.6 keepalived+LVS部署 1 ...

  10. 传入一个List集合,返回分页好的数据

    传入一个List集合,返回分页好的数据. 定义分页信息类: package com.cn.common; import java.util.List; public class CommonPage& ...