1

I have a Dell Equallogic PS4000 with the policy set to RAID 50. I can't see in the Group Manager where there are multiple arrays to make the RAID 50. Are they created automatically in the background, when I choose RAID 50?

I have one group, one pool, and one member, 16 drives.

johnny
  • 2,328
  • 9
  • 37
  • 57

2 Answers2

1

The RAID controller is where you can see that. I am almost positive Dell has a utility you can download that can allow you to view the RAID configurations, although I can't remember what it's called.

Also, in boot up, there is always an option there to go into the RAID config utility to see the setups. You would see this by rebooting and watching the prompts.

Jonas Lear
  • 460
  • 1
  • 3
  • 5
1

Yes, the two RAID5 sets which make up the RAID50 are created automatically, in the background. They're actually handled as a single "LUN" in the RAID layer - that is to say, they're part of a single unit of storage space. Data is equally striped across both RAID 5's, so there's no real reason to display them separately unless you're interested in the potential for data loss in a scenario with disk failure.

If you had a 48-disk array (or more) and chose RAID50, there would be multiple RAID50 LUNs... But even still, those aren't exposed in an administrative view. The product is designed around taking away the need to manage things at that physical layer, and simply manage your usable capacity once things are configured.

The individual "halves" in your case can be seen with support-level commands, but it's best not to go toying with those unless you really know how to use them.

JimNim
  • 2,776
  • 13
  • 24