May 17, 2012
tom

MegaCLI always returns blank output

Question

This server is a Dell R200 running Ubuntu 8.04LTS using a LSI SAS1068E raid card supplied from Dell, I suspect that there might be some kind of RAID issue with the hardware raid built into the motherboard, but I can’t seem to get MegaCLi to return any useful output:

root@81 $ ./MegaCli -AdpAllInfo -aALLroot@81 $ ./MegaCli -PDList -aALLroot@81 $

The disks work and AFAIK the raid software is installed correctly. I’ve seen this issue on RedHat issues also in the past. The RAID was initially setup through the BIOS on this server and appears to be functioning fine apart from this.

Asked by JamesHannah

Answer

The SAS1068E is closer to a “fake” firmware RAID controller than a “real” controller. MegaCLI is designed only for “real” controllers.

According to this thread on a Dell mailing list, there are two alternatives:

  1. mpt-status, an open-source utility, or
  2. lsiutil, provided by LSI
Answered by Charles

Related posts:

  1. Use MegaCli to reconstruct RAID on Dell PERC 5/i?
  2. How to interpret this output from MegaCli?
  3. perc 6/i monitoring with megacli on non dell mobo
  4. How can I manage Dell H700 RAID controllers from the Linux command line?
  5. LSI Storage Manger for Windows PERC H700 Controller

Leave a comment