NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

When I create an aggregate, what size of number using "-disksize" options in Clustered Data Ontap?

KHYOON123
6,754 Views

Hi all,

 

I attemped creating an aggregate.

 

My system has an different of mixing disks. 600GB, 450GB..

 

I want to create an aggregate contains 600GB disks.

 

For example,

 

::> aggregate create -aggregate aggr1 -diskcount 5 -disktype "???"

 

If I make an aggregate all 600GB.

 

What size of the number?

 

I don`t know how to measure that.

 

Thanks.

8 REPLIES 8

deepuj
6,749 Views

Hi,

 

disk-type specifies the Data ONTAP drive type. This option is needed when creating aggregates on systems that have mixed drive types or both drives and array LUNs.

for example : FCAL, SAS,SSD etc.

 

thanks

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

KHYOON123
6,746 Views

Thank you for your reply.

 

My answer is wrong.

 

not -disk-type, -disksize is right.

 

-Kunho

deepuj
6,747 Views

-disksize  specifies the size, in GB, of the disks on which the aggregate is to be created. Disks with a usable size between 90% and 105% of the specified size are selected.

 

You can choose -disksize as 600GB, am I answering your question? If not, can you give me more clarity on the question please?

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

KHYOON123
6,742 Views

What size is specify GB?

 

Physical size or other size?

 

In 7-mode, If I create an aggregate contain 600GB, 5disks

 

> aggr craate aggr1 600@5

 

How do I same thing in Clustere Data Ontap?

 

Many Thanks.

KHYOON123
6,741 Views

Oh, "-disksize" means aggregate size?

 

I thought "-disksize" that means per disk size in an aggregate.

 

Thank you so much.

KHYOON123
6,735 Views

My installed System Has 24 450GB disks and 24 600GB disks.

 

If I create an agreegate only using 5 450GB disks.

 

So how do I creat an aggregate do not mixed 600GB Disks?

 

Shuld I use options for particula disks?

 

Thank you.

deepuj
6,719 Views

Hi,

 

-disksize is the size per disk, not the total aggr size. you can see this link for more info about parameters which can be used https://library.netapp.com/ecmdocs/ECMP1511539/html/storage/aggregate/create.html

 

Thanks 

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

KHYOON123
6,710 Views

Many Many Thanks.

Public