Questions tagged [megaraid]

192 questions
19
votes
9 answers

MegaCli: Get the /dev/sd* device name for a logical drive

Let's say I know the drive I want is on Adapter 8, Virtual Drive 0, is there a way to get the Linux device name (e.g. /dev/sdt)? I am on RHEL 6.2. -pdlistdisplays a WWN value for each physical drive, but that doesn't help much. -ldinfo doesn't print…
twblamer
  • 417
  • 1
  • 4
  • 7
17
votes
3 answers

Suddenly slow RAID performance

We recently noticed our database queries have been taking much longer than usual to run. After some investigation, it looks like we're getting very slow disk reads. We've run into a similar problem in the past caused by the RAID controller…
danpelota
  • 341
  • 1
  • 3
  • 11
11
votes
2 answers

How can I get an email alert when RAID array is degraded? VMware ESXi 5.0, MegaRAID SAS 9260-4i

We have recently bought a "white box" server to run VMware ESXi 5.0 (we're planning to use the vSphere 5 Essentials Kit). According to VMware's Compatibility Guide, the server's LSI Logic MegaRAID SAS 9260-4i RAID controller is compatible (support…
Anodyne
  • 373
  • 1
  • 2
  • 10
10
votes
2 answers

Why is my RAID1 read access slower than write access?

I have done some simple performance tests and it seems that reading from my RAID1 is slower than writing: root@dss0:~# for i in 1 2 3; do dd if=/dev/zero of=/dev/sda bs=1048576 count=131072; done 137438953472 bytes (137 GB) copied, 192.349 s, 715…
nn4l
  • 1,336
  • 5
  • 22
  • 40
8
votes
6 answers

How to create Raid 10 with megacli

I have OpenFiler storage server. Without installing Windows and MSM, I want to create raid10 array from disks 2 to 21. I have already successfully installed MegaCli to OpenFiler but I'm stuck in figuring out the correct command line for creating a…
Henno
  • 1,046
  • 5
  • 19
  • 33
8
votes
6 answers

MegaRAID JBOD substitute

It seems that certain MegaRAID chips don't support JBOD (unfortunately). I've read online that to make these controllers act as a pass-through, I should configure the disks in RAID0. What RAID0 settings do you recommend?
cedivad
  • 680
  • 3
  • 13
  • 25
7
votes
1 answer

How do I extend a RAID5 array with storcli?

I just bought a new disk. How do I extend an existing RAID array without losing data?
Aaron Digulla
  • 954
  • 1
  • 13
  • 24
7
votes
5 answers

LSI Megaraid alarm - clearing hotspare

I have several Supermicro servers with LSI Megaraid controllers, 9266-8i. One recently lost a drive; I replaced it as usual, but it is still beeping on reboot. It is set up as RAID 10 + hotspare. MegaCli64 -AdpEventLog -GetEvents -f events.log…
Bob
  • 93
  • 1
  • 1
  • 8
7
votes
0 answers

PERC MegaRAID S.M.A.R.T. Status is not matching smartctl's - looking for clues what's wrong with the HDD

I'm getting strange SMART error from MegaCli on Dell R720xd and PERC H710P with five 4Tb SATA drives in RAID5 /opt/MegaRAID/MegaCli/MegaCli64 -PDList -aALL gives me some "Failure Seq Event Number" Slot Number: 4 ... Last Predictive Failure Event…
kuz8
  • 423
  • 1
  • 6
  • 9
7
votes
2 answers

LSI 9285-8e and Supermicro SC837E26-RJBOD1 duplicate enclosure ID and slot numbers

I am working with 2 x Supermicro SC837E26-RJBOD1 chassis connected to a single LSI 9285-8e card in a Supermicro 1U host. There are 28 drives in each chassis for a total of 56 drives in 28 RAID1 mirrors. The problem I am running in to is that there…
Andy Shinn
  • 4,131
  • 8
  • 38
  • 55
6
votes
2 answers

Do I need to initialize a MegaRAID virtual disk after adding it?

I have an AVAGO 3108 MegaRAID controller. I added a virtual disk with the storcli64 command below. Do I also need to run storcli /c0/v0 start initialization? storcli64 /c0 add vd type=r6 drives=0:0-10
royco
  • 513
  • 1
  • 8
  • 15
6
votes
3 answers

smartctl & megaraid: how to find the right device node for an adapter #

I can list physical drives on all megaraid adapters using: megacli -PDList -aALL This will display an adapter # for each adapter, and then list the physical drives attached to them. The individual devices in the PDList output also have a Device Id…
lmz
  • 379
  • 2
  • 4
  • 17
6
votes
5 answers

LSI RAID: Write cache policy affects read performance?

I have a server with a LSI MegaRAID SAS 9260-4i controller, RAID-5 with 3 x 2 TB disks. I did some performance testing (with iozone3) and the numbers show clearly that the write cache policy affects the read performance as well. If I set the policy…
tlo
  • 528
  • 2
  • 8
  • 24
6
votes
8 answers

LSI MegaRAID Expected Chip Temperature?

We recently built a replicating SAN array from 2x Dell R720XD's, we are using LSI 9270-8i MegaRAID cards with CacheCade 2.0, BBU and Write Back cache enabled. Our cards are showing HUGE chip temperatures (97*C+ with NO disk activity!). Our R720's…
Myles Gray
  • 639
  • 4
  • 12
  • 33
6
votes
3 answers

Configuring RAID 10 using MegaRAID Storage Manager on an LSI 9260 RAID card

Using MegaRAID Storage Manager 13.04 on an LSI 9260 RAID card, which is the correct way to create RAID 10 using 8 drives with maximum redundancy? There appears to be multiple ways to reach the same amount of expected disk space. Spanned Drive Group…
lunitin
  • 161
  • 1
  • 1
  • 2
1
2 3
12 13