Index | Top - Up | Data ONTAP 8.2 |
Create an aggregate
Availability: This command is available to cluster administrators at the admin privilege level.
The storage aggregate create command creates an aggregate. An aggregate consists of disks. You must specify the number of disks or provide a list of disks to be added to the new aggregate. If you specify the number of disks without providing a list of disks, the system selects the disks.
When creating an aggregate, you can optionally specify the aggregate's home node, the RAID type for RAID groups on the aggregate, and the maximum number of disks that can be included in a RAID group.
When creating an Infinite Volume, the following types of aggregates are not supported: 32-bit and striped.
-aggregate <aggregate name> - Aggregate
{ [-chksumstyle <checksum style>] - Checksum Style
-diskcount <integer> - Number Of Disks
[-diskrpm | -R <integer>] - Disk RPM
[-disksize <integer>] - Disk Size(GB)
[-disktype | -T {ATA | BSAS | FCAL | FSAS | LUN | MSATA | SAS | SATA | SSD}] - Disk Type
[-nodes {<nodename>|local}, ...] - Nodes
| -disklist | -d <disk path name>, ... - Disks
[-allow-same-carrier [true]] } - Allow Same RAID Group Within Carrier
Having disks in the same carrier in the same RAID group is not desirable because a carrier failure can cause a simultaneous outage for two disks in the same RAID group. You create an aggregate with this characteristic, but when an alternate disk becomes available, Data ONTAP automatically initiates a series of disk copy operations to put the disks into different RAID groups. For this reason, you should use this parameter only when necessary. When possible, allow Data ONTAP to choose the disks from which to create the aggregate.
This parameter affects only the aggregate creation operation. It is not a persistent attribute of the aggregate.
[-allow-mixed-rpm | -f [true]] - Allow Disks With Different RPM Values
[-block-type | -B {32-bit|64-bit}] - Block Type (privilege: advanced)
[-maxraidsize | -s <integer>] - Max RAID Size
[-raidtype | -t {raid_dp|raid4}] - RAID Type
[-simulate [true]] - Simulate Aggregate creation
[-skip-32bit-warning [true]] - Skip Warning When Creating 32-bit Format Aggregate (privilege: advanced)
[-volume-style <flex>] - Volume Style
[-force-small-aggregate [true]] - Force the Creation of a Small Aggregate (privilege: advanced)
The following example creates an aggregate named aggr0 on a home node named node0. The aggregate contains 20 disks and uses RAID-DP. The aggregate contains regular FlexVol volumes:
cluster1::> storage aggregate create -aggregate aggr0 -nodes node0 -diskcount 20 -raidtype raid_dp -volume-style flex
The following example creates an aggregate named aggr0 on a home node named node0. The aggregate contains the disks specified and uses RAID-DP
cluster1::> storage aggregate create -aggregate aggr0 -nodes node0 -disklist 0a.15,0a.16,0a.17,0a.18,0a.19 -raidtype raid_dp
The following example creates an aggregate named aggr0 on a home node named node0. The aggregate contains 20 disks of size 10GB and of type SAS:
cluster1::> storage aggregate create -aggregate aggr0 -nodes node0 -diskcount 20 -disksize 10 -disktype SAS
Index | Top - Up | Data ONTAP 8.2 |
Copyright © 1994-2015 NetApp, Inc. Legal Information