ONTAP Hardware

NetApp Storage Disk Shelf. DS212C SATA disk shelf with 12 X 4TB SATA to NetApp FAS8200 & FAS8020

KRT
2,575 Views

Hello Experts;

Hope you are all well and in good health? I have a few questions i kindly request for your expertises. 

Qns 1:

When assigning ownership to Disk of DS212C of 4TB only 8disks are assigned 4 disk become shared and I can't use them for creation of aggregates

Qns 2:

Is there a way of forcing these 4 disks to be owned by single controller so that I can use them.

 

Kindly assist me with solutions to these challenges. Thanks alot for your help

1 ACCEPTED SOLUTION

pedro_rocha
2,492 Views

Hello,

 

I do not see why you wouldn't be able to use those disks in the way you want. It seems they are partitioned. These are new/unused shelves, right?

 

Can you share the output for the below commands?

 

storage disk show -ownership

storage disk show -partition-ownership

 

If they are partitioned, you should be able to remove the partitions with the following command:

 

system node run -node xxx -command disk unpartition xx.xx.xx

 

or

 

set d

storage disk unpartition ....

 

Kind regards,

Pedro

View solution in original post

2 REPLIES 2

pedro_rocha
2,493 Views

Hello,

 

I do not see why you wouldn't be able to use those disks in the way you want. It seems they are partitioned. These are new/unused shelves, right?

 

Can you share the output for the below commands?

 

storage disk show -ownership

storage disk show -partition-ownership

 

If they are partitioned, you should be able to remove the partitions with the following command:

 

system node run -node xxx -command disk unpartition xx.xx.xx

 

or

 

set d

storage disk unpartition ....

 

Kind regards,

Pedro

junwang
34 Views

Hi,KRT

If the hard disk status is shared, it means that these disks have been partitioned and used. If you want to allocate these disks to a node for use, you need to first unpartitione and then reassign them to the same node for use.

Use the following command to view.

 

storage disk show -ownership

storage disk show -partition-ownership

 

The command to partition is as follows

system node run -node xxx -command disk unpartition xx.xx.xx

 

Or enter node mode to perform split area command

disk unpartition disk_list xx.xx.xx

Public