ONTAP Hardware
ONTAP Hardware
I'm new at this so please be patient.
I added a second shelf to an existing FAS3210. On the original configuration there was a single FC cable from the 3210 to the shelf, I basically daisy chained to the second shelf and ran another FC to the 3210, as per the wiring instructions. I then changed the shelf ID from 00 (used by the original) to 01.
Short story short I can't see the drives. Executing 'sysconfig' I can see them (slot 0: SAS Host Adapter 0a 48 disks; 26880.0GB, or double of previous count/capacity), executing 'disk show -n', which should show the new disks, doesn't show anything.
What am I missing here?
Solved! See The Solution
So they were used by another system indeed. You need to force assign them to local controller. disk assign xx.xx -f. Double check disk names so you won’t accidentally assign partner disks.
May be disks were already used by another system; try “disk show -v”.
Owner and home for all new drives is listed as a number in parentesis, (15743576604)
So they were used by another system indeed. You need to force assign them to local controller. disk assign xx.xx -f. Double check disk names so you won’t accidentally assign partner disks.
That was it! Thanks a lot.