ONTAP Discussions

create 64-bit aggregate

RATNATHURAI
5,395 Views

I would like to create an aggregate for a sas disk shelf with raid group 24 and keep one disk as spare disk.

aggr create aggrname -B 64 24

is that correct?

how do i make one disk as spares?

3 REPLIES 3

sharmadevender
5,395 Views

Hi,

How many SAS disks you have ? You don't need to create spare. Let say if you have 25 SAS disks available and you created aggr of 24 disks remaining one disk would act as spare.

and correct command to create aggr with 24 disks and 64 bit is:-

aggr create "aggr name" -B 64 -r "Raid group Size (24 in your case)" "Number of disks {24 in your case}.

Hope it will help.

RATNATHURAI
5,395 Views

I did this.

aggr create agg_name -B64 -t raid_dp -r 24 23

sharmadevender
5,395 Views

If your problem got solved. Mark it as correct answer.

Public