cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

hardware:7mode:aggregation.html



NetApp Data ONTAP 7-Mode CLI Commands [Old Device]

Netapp:Aggregation

Basic Knowlege

  • you can group the physical data storage resources on your storage system into one or more aggregates.

Commands

Checking Aggregation

Operation Command Complement
Display Aggregation aggr status
aggr status aggr1 -r
Displays free disk space. df -Ah
df -Am ← Megabyte
df -Ah aggr1
Displays a list of the RAID information for that aggregate. aggr status -r
Displays a listing of the spare disks on the node. aggr status -s


Configuration

Creating Aggregate

> aggr create aggr0 -d 8a.16 8a.17 8a.18 8a.19
> aggr create aggr1 -B 64 3   <-  64bit 3 HDD

Adding a disk to aggregate

> aggr add aggr0 -d 8a.20

Deleting aggregate

> aggr aggr0 offline
> aggr aggr0 destoroy


Examples




hardware/7mode/aggregation.html.txt · Last modified: 2016/09/18 by admin

Page Tools