I have an HP P420i SAS controller configured in JBOD mode (I booted linux and used the official ciss utilities to configure it that way) so each drive is passed as a plain device, no RAID. I have 4 drives used, 2 of them in a mirror, the other 2 just added singly in a zfs pool each. I want to add a 5th drive but it is not recognized (well partially, but no device appears)
running
that shows the new drive is online and recognized by the HP controller at least (it's the one on bay7)
after that I expected that
would make the new drive appear as da5 (or anything really but something in /dev/daXXX). Instead, nothing changes. No new drive, no new device.
What am I missing ?
running
Code:
sudo cciss_vol_status -V /dev/ciss0
Controller: Smart Array P420i
Board ID: 0x3354103c
Logical drives: 0
Running firmware: 8.00
ROM firmware: 8.00
Physical drives: 5
connector 1I box 2 bay 1 HP EH0146FCBVB 84O0A05RFRP91434 HPD8 OK
connector 1I box 2 bay 2 HP EH0146FCBVB 9440A0F4FRP91436 HPD8 OK
connector 1I box 2 bay 4 ATA WDC WD60EFRX-68M WD-WX31D743YXZV 82.00A82 OK
connector 2I box 0 bay 7 ATA WDC WD10EALX-009 WD-WCATR7475597 15.01H15 OK
connector 2I box 0 bay 8 ATA WDC WD100EFAX-68 JEJU78UX 83.H0A83 OK
/dev/ciss0(Smart Array P420i:0): Non-Volatile Cache status:
Cache configured: No
that shows the new drive is online and recognized by the HP controller at least (it's the one on bay7)
after that I expected that
sudo camcontrol rescanwould make the new drive appear as da5 (or anything really but something in /dev/daXXX). Instead, nothing changes. No new drive, no new device.
What am I missing ?