ONTAP Discussions

How to designate SPARE disk as DATA disk??

NAYABRASOOL
2,783 Views

Hi all,

We have two spare disks out of which one we needs to made as data disk can anybody help me out with command to do this. Will the "aggr add" will do please confirm.

Thanks

Nayab

1 ACCEPTED SOLUTION

DIDIER_THILL_ATOS
2,783 Views

Hi!

Just add them to the aggregate using 'aggr add <aggregate_name> -d <id_of_disk1>  <id_of_disk2>.

You will maybe need to change the aggregate raidsize.

you can identify the disk ID using 'vol status -s' and then get the 'device id' ( something like 0c.00.11 )

View solution in original post

2 REPLIES 2

DIDIER_THILL_ATOS
2,784 Views

Hi!

Just add them to the aggregate using 'aggr add <aggregate_name> -d <id_of_disk1>  <id_of_disk2>.

You will maybe need to change the aggregate raidsize.

you can identify the disk ID using 'vol status -s' and then get the 'device id' ( something like 0c.00.11 )

CCOLEMAN_
2,783 Views

Didier instructions are correct.

You can also download the OnCommand System Manager for a rich gui to manage your NetApp.

It's good for manager your NetApp for tasks like these, without having to familiarize yourself with NetApp commands you only use once in a blue moon.

Public