Megacli 错误码

Megacli 错误码MegaCLIError tpossiblefor host

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/212353.html原文链接:https://javaforall.net

(0)
上一篇 2026年3月18日 下午8:14
下一篇 2026年3月18日 下午8:15


相关推荐

  • 最全的大数据采集方法分类

    最全的大数据采集方法分类数据采集的设计,几乎完全取决于数据源的特性,毕竟数据源是整个大数据平台蓄水的上游,数据采集不过是获取水源的管道罢了。一、大数据环境下的数据处理需求大数据环境下数据来源非常丰富且数据类型多…

    2022年5月14日
    91
  • linux命令之pstack[通俗易懂]

    linux命令之pstack[通俗易懂]很多时候我们想知道在Linux下后台程序到底运行到哪里了,卡住了吗,出错了吗,最简单的我们会使用#psauxf|grep来查看后台程序的状态,可是如果想知道的更多,那就可以用到pstack这个命令了。首先举一个简单的例子(test.c)来引出这个命令 #include#include#includevoid*thread_proc(void*data)

    2025年11月18日
    5
  • centos5-6修复心血漏洞

    centos5-6修复心血漏洞下面的内容是针对想升级OpenSSL1.0.1g的CentOS5x64:rpm-ivh–nosignaturehttp://rpm.axivo.com/redhat/axivo-release-5-1.noarch.rpmCentOS6x64:rpm-ivh–nosignaturehttp://rpm.axivo.com/redhat/axivo-rel…

    2022年7月17日
    13
  • web图书销售管理系统_图书管理系统的主要功能有哪些?

    web图书销售管理系统_图书管理系统的主要功能有哪些?我们都已经了解到图书管理系统使用带来的好处,那么图书管理系统到底能给图书管理实现哪些功能。1、基础资料商品信息齐全,易学易用商品信息,供货商,客户,员工,仓库等基本参数的设置。支持一品多码管理。可快速检索商品,提高收银效率。可按岗位角色分组、分层、分级进行自定义权限管理。2、采购管理按需采购商商品,节省库存成本系统提出按需采购,市场拉动采购理念,减少库存积压,提高存货流转率。系统按照库存上下限来建…

    2022年6月11日
    39
  • linux下线刷硬盘

    linux下线刷硬盘

    2022年3月5日
    49
  • 入门指南 ​

    入门指南 ​

    2026年3月12日
    2

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号