[转帖]Megacli 错误码
-
MegaCLI Error Messages
-
-
0x00 Command completed successfully
-
0x01 Invalid command
-
0x02 DCMD opcode is invalid
-
0x03 Input parameters are invalid
-
0x04 Invalid sequence number
-
0x05 Abort isn't possible for the requested command
-
0x06 Application 'host' code not found
-
0x07 Application already in use - try later
-
0x08 Application not initialized
-
0x09 Given array index is invalid
-
0x0a Unable to add missing drive to array, as row has no empty slots
-
0x0b Some of the CFG resources conflict with each other or the current config
-
0x0c Invalid device ID / select-timeout
-
0x0d Drive is too small for requested operation
-
0x0e Flash memory allocation failed
-
0x0f Flash download already in progress
-
0x10 Flash operation failed
-
0x11 Flash image was bad
-
0x12 Downloaded flash image is incomplete
-
0x13 Flash OPEN was not done
-
0x14 Flash sequence is not active
-
0x15 Flush command failed
-
0x16 Specified application doesn't have host-resident code
-
0x17 LD operation not possibe - CC is in progress
-
0x18 LD initialization in progress
-
0x19 LBA is out of range
-
0x1a Maximum LDs are already configured
-
0x1b LD is not OPTIMAL
-
0x1c LD Rebuild is in progress
-
0x1d LD is undergoing reconstruction
-
0x1e LD RAID level is wrong for requested operation
-
0x1f Too many spares assigned
-
0x20 Scratch memory not available - try command again later
-
0x21 Error writing MFC data to SEEPROM
-
0x22 Required HW is missing (i.e. Alarm or BBU)
-
0x23 Item not found
-
0x24 LD drives are not within an enclosure
-
0x25 PD CLEAR operation is in progress
-
0x26 Unable to use SATA(SAS) drive to replace SAS(SATA)
-
0x27 Patrol Read is disabled
-
0x28 Given row index is invalid
-
0x2d SCSI command done, but non-GOOD status was received - see mf.hdr.extStatus for SCSI_STATUS
-
0x2e IO request for MFI_CMD_OP_PD_SCSI failed - see extStatus for DM error
-
0x2f Matches SCSI RESERVATION_CONFLICT
-
0x30 One or more of the flush operations failed
-
0x31 FW real-time currently not set
-
0x32 Command issues while FW in wrong state (i.e. GET RECON when op not active)
-
0x33 LD is not OFFLINE - IO not possible
-
0x34 Peer controller rejected request (possibly due to resource conflict)
-
0x35 Unable to inform peer of communication changes (retry might be appropriate)
-
0x36 LD reservation already in progress
-
0x37 I2C errors were detected
-
0x38 PCI errors occurred during XOR/DMA operation
-
0x39 Diagnostics failed - see event log for details
-
0x3a Unable to process command as boot messages are pending
-
0x3b Returned in case if foreign configurations are imcomplete
-
0x3d Returned in case if a command is tried on unsupported hardware
-
0x3e CC scheduling is disabled
-
0x3f PD CopyBack operation is in progress
-
0x40 Selected more than one PD per array
-
0x41 Microcode update operation failed
-
0x42 Unable to process command as drive security feature is not enabled
-
0x43 Controller already has a lock key
-
0x44 Lock key cannot be backed-up
-
0x45 Lock key backup cannot be verified
-
0x46 Lock key from backup failed verification
-
0x47 Rekey operation not allowed, unless controller already has a lock key
-
0x48 Lock key is not valid, cannot authenticate
-
0x49 Lock key from escrow cannot be used
-
0x4a Lock key backup (pass-phrase) is required
-
0x4b Secure LD exist
-
0x4c LD secure operation is not allowed
-
0x4d Reprovisioning is not allowed
[转帖]Megacli 错误码的更多相关文章
- UTF-8,Unicode,GBK,希腊字母读法,ASCII码表,HTTP错误码,URL编码表,HTML特殊字符,汉字编码简明对照表
UNICODE,GBK,UTF-8区别 UNICODE,GBK,UTF-8区别 简单来说,unicode,gbk和大五码就是编码的值,而utf-8,uft-16之类就是这个值的表现形式.而前面那 ...
- 腾讯开放平台 手机QQ登录 错误码:110406 解决办法
作者:Panda Fang 出处:http://www.cnblogs.com/lonkiss/p/4204284.html 原创文章,转载请注明作者和出处,未经允许不可用于商业营利活动 腾讯开发平台 ...
- Windows错误码解析
C或者C++开发肯定经常会遇到各种错误码,由于每个错误码只是一个枚举或者一个整形数值,调试或者输出日志的时候,无法知道这个错误码的具体含义,这时候就需要将此错误码解释出来.对于自己定义的错误码,可以通 ...
- win7中 SQL server 2005无法连接到服务器,错误码:18456
win7中 SQL server 2005无法连接到服务器,错误码:18456.. 数据库刚装完.我用Windows登陆 结果登陆不上去.. 选中SQL Server Management Stud ...
- Xcode奔溃错误码
在这里了解一下XCode用来表示各种崩溃类型的术语,补充一些这方面的各知识.崩溃通常是指操作系统向正在运行的程序发送的信号,所以我们在查看崩溃日志时,常常看到如下错误摘要:Application re ...
- 微信支付:curl出错,错误码:60
如下是运行微信支付测试代码时出错代码: Fatal error: Uncaught exception ‘WxPayException‘ with message ‘curl出错,错误码:60‘ in ...
- 微信支付curl出错及错误码解决方案
1. curl错误码6 出现场景 PHP Fatal error: Uncaught exception 'WxPayException' with message 'curl出错,错误码:6' in ...
- 【Fine原创】常见的HTTP错误码的具体含义整理
常见的HTTP错误码的具体含义 "100" : Continue 客户端应当继续发送请求. "101" : witching Protocols ...
- 蓝牙-HCI错误码列表
错误码定义: /* Success code */ #define HCI_SUCCESS 0x00 /* Possible error codes */ #define HCI_UNKNOWN_HC ...
- 黄聪:微信支付错误两个问题的解决:curl出错,错误码:60
如下是运行微信支付测试代码时出错代码: Warning: curl_setopt() expects parameter 2 to be long, string given in D:\wwwroo ...
随机推荐
- Java中单体应用锁的局限性&分布式锁
互联网系统架构的演进 在互联网系统发展之初,系统比较简单,消耗资源小,用户访问量也比较少,我们只部署一个Tomcat应用就可以满足需求.系统架构图如下: 一个Tomcat可以看作是一个JVM进程,当大 ...
- 你真的会用 npx 吗❓❓❓
Hello,大家好! 日常开发中大家应该经常使用 npm install xxx 来安装包依赖,那是否注意到npm升级到 npm@5.2.0 之后,在 npm 二进制命令旁边安装了一个 npx 二进制 ...
- 我开源了一个 Go 学习仓库
目录 前言 一.综述 1.1 Hello Word 1.2 命令行参数 1.3 查找重复行 1.4 GIF 动画 1.5 获取一个URL 1.6 并发获取多个URL 1.7 实现一个 Web 服务器 ...
- 如何在SAP GUI中快速执行新的事务代码
当我们成功登录SAP的某个连接后,在SAP GUI起始页(SAP轻松访问),我们可以通过点击[收藏夹]或者在界面左上角的输入框输入对应的事务代码,直接进入对应事务的界面.但是下面列举的场景,你是否知道 ...
- Boost程序库完全开发指南:1.1-C++基础知识点梳理
主要整理了N多年前(2010年)学习C++的时候开始总结的知识点,好长时间不写C++代码了,现在LLM量化和推理需要重新学习C++编程,看来出来混迟早要还的. 1.shared_ptr 解析:sh ...
- 理论+实践,揭秘昇腾CANN算子开发
摘要: 本文介绍了CANN自定义算子开发的几种开发方式和算子的编译运行流程.然后以开发一个DSL Add算子为例,讲解算子开发的基本流程. 本文分享自华为云社区<昇腾CANN算子开发揭秘> ...
- 华为云举办AI经典论文复现活动,打造领先AI开发者学习社区
摘要:百余篇经典论文算法上线华为云AI Gallery,学AI就用ModelArts 2020年8月28日,华为云AI院长峰会在杭州千岛湖举行,来自中国科学院.中国工程院的多位院士,以及清华大学.北京 ...
- 解读分布式调度平台Airflow在华为云MRS中的实践
摘要:Airflow是一个使用Python语言编写的分布式调度平台,通过DAG(Directed acyclic graph 有向无环图)来管理任务. 本文分享自华为云社区<分布式调度平台Air ...
- 加快云原生技术转型, 智能调度登陆华为云DevOps: 增速,节源
摘要:本文将探讨智能资源调度在华为云DevOps上的应用与实践. 本文分享自华为云社区<加快云原生技术转型, 智能调度登陆华为云DevOps: 增速,节源>,作者: DevAI. 1. 背 ...
- OpenHarmony移植案例:如何适配服务启动引导部件bootstrap_lite
摘要:本文介绍了startup子系统之bootstrap_lite服务启动引导部件的移植适配案例及原理. 本文分享自华为云社区<OpenHarmony移植案例与原理 - startup子系统之b ...