Monday, December 7, 2015

raid - ESXi sees RAID1 as two hard drives

The server is Proliant ML330 G6. I've activated the embeded SATA RAID in BIOS. Created 1 logical drive in "Option Rom Configuration for Arrays" in RAID 0+1 that consists of two 1TB drives. So in other words I have 1 TB storage because of RAID1. I tried to install ESXi 5.5.0 on that server, but when I get to the screen where I need to select where to install the ESXi I see those two drives. I can choose one of them.



Shouldn't I see only one RAID1 logical drive?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...