Friday, September 20, 2019

hp proliant - HP DL360 G6 SAS-4xSATA splitter




I have HP Proliant DL360 G6 server with 1 CPU, it runs Windows Server 2012.


I wanted to connect extra SATA disks, so I've bought SAS-4xSATA splitter cable like this:
SAS - 4xSATA cable. Problem is that after connecting the cable with SATA disks (with external power), Windows Server /machine does not see any of the disks attached to splitter cable.
(I have already connected other SATA disks with PCIe cards)



I don't know if I'm trying to do it right...

Do I need to configure something elsewhere (to see the extra disks on splitter cable) or do something else?


Answer



HP RAID 410i controller dosn't support JBOD mode of disks. Create new logical drives from real HDD's in BIOS RAID setup mode when server will boot. Windows will see only logical drives on this controller. You can see same answer at https://serverfault.com/questions/267751/hadoop-jbod-disk-configuration-on-hp-smart-array-410-i-disk-controller


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...