I have two SMC216 24-bay disk trays each connected to a separate LSI 9201-16e controller, but I am experiencing an interesting issue where the disks are not being presented in the GUI for use.
If I navigate to home --> disks I clearly see my two hard drives listed (2x 300gb, 10k SAS 6Gbps):
However, if I navigate to home --> disks --> details there are no disks showing up (either in use nor available).
Knowing the disk ID's, I can manually create a pool using these drives from the console though:
The command completes successfully and the pool is useable pool.
What's weird is that once I create the pool from the console the disks then show up in the "disks in use" list, however if I navigate to the home --> disks --> Smartinfo page, I get no readings from these disks.
If I manually type:
I can get the smart info that should have parsed correctly to get Smart Info.
I did a little port swapping, and the drives are always recognized on the main home --> disks page, but it's like the napp-it gui won't display the drives if the controller sits on a card that has two digits (ie cXX vs cX as the first part of the label).
In my two disks, this is c11 and c12. When I get on to a port that is c1 through c9, everything seems to display just fine. I could just swap ports for now, but the long term goal is to use the 4 remaining ports. So I would like to figure out what would cause this.
Does anyone know if there is something in the GUI that would prevent cXX controllers from displaying?
If I navigate to home --> disks I clearly see my two hard drives listed (2x 300gb, 10k SAS 6Gbps):
c11t5000C50033660355d0
c12t5000CCA00AA0EA99d0
c12t5000CCA00AA0EA99d0
However, if I navigate to home --> disks --> details there are no disks showing up (either in use nor available).
Knowing the disk ID's, I can manually create a pool using these drives from the console though:
Code:
# zpool create tank mirror c11t5000C50033660355d0 c12t5000CCA00AA0EA99d0
The command completes successfully and the pool is useable pool.
user@openindiana:/tank# df -h | grep tank
tank 274G 31K 274G 1% /tank
What's weird is that once I create the pool from the console the disks then show up in the "disks in use" list, however if I navigate to the home --> disks --> Smartinfo page, I get no readings from these disks.
If I manually type:
# /usr/sbin/smartctl -a -d scsi -T permissive /dev/rdsk/c11t5000C50033660355d0
I can get the smart info that should have parsed correctly to get Smart Info.
I did a little port swapping, and the drives are always recognized on the main home --> disks page, but it's like the napp-it gui won't display the drives if the controller sits on a card that has two digits (ie cXX vs cX as the first part of the label).
In my two disks, this is c11 and c12. When I get on to a port that is c1 through c9, everything seems to display just fine. I could just swap ports for now, but the long term goal is to use the 4 remaining ports. So I would like to figure out what would cause this.
Does anyone know if there is something in the GUI that would prevent cXX controllers from displaying?