Hi Experts,
Clus1::> storage aggregate show-spare-disks -original-owner n1
Original Owner: n1
Pool0
Root-Data1-Data2 Partitioned Spares
Local Local
Data Root Physical
Disk Type Class RPM Checksum Usable Usable Size Status
---------------- ------ ----------- ------ -------------- -------- -------- -------- --------
1.0.23 SSD-NVM
solid-state - block 862.9GB 62.35GB 1.75TB zeroed
clus1::> storage aggregate show-spare-disks -original-owner -n2
Original Owner: 2
Pool0
Root-Data1-Data2 Partitioned Spares
Local Local
Data Root Physical
Disk Type Class RPM Checksum Usable Usable Size Status
---------------- ------ ----------- ------ -------------- -------- -------- -------- --------
1.0.5 SSD-NVM
solid-state - block 0B 62.35GB 1.75TB zeroed
1.0.23 SSD-NVM
solid-state - block 862.9GB 0B 1.75TB zeroed
2 entries were displayed.
This o/p is from a AFF400 system with 12 SSD and using root-data-data partition. Do I need to align the spares on n2?
if yes what is the correct CLI
storage disk replace -disk 1.0.5 -replacement 1.0.23 -action start
or
storage disk replace -disk 1.0.23 -replacement 1.0.5 -action start
Also noticed that spare-core status is false, what needs to be done so that it is enabled? please advise.
clus1::> storage aggregate show-spare-disks -fields is-sparecore
original-owner disk is-sparecore
----------------- ------ ------------
n2 1.0.5 false
n1 1.0.23 false
n2 1.0.23 false
3 entries were displayed.