Tuesday, September 29, 2015

Create new volume on Netapp




scenario1.
Create a new aggregate. Then create a 500GB new volume on the aggr1.
Subject: - Create a new aggregate and create a new volume
Target Storage devices:
Aggregate type:
raid size: 20 (18 disks + 2 dp)
type: raid-dp
name: aggr1

Instruction:
1. Login to
2. Check the existing aggregate and spare disks status
> sysconfig -r
3. Create a new aggregate
> aggr create aggr1 -r 20 -t raid_dp -d xx.xx.xx xx.xx.xx xx.xx.xx xx.xx.xx xx.xx.xx xx.xx.xx ......
4. Check the aggregate status
> aggr status -v
> sysconfig -r
> aggr show_space -h
5. Check capacity of aggr1
> df -Ah aggr1
6. Create a 500GB volume on aggr1
> vol create <volume name> aggr1 500g
7. Check the volume and aggregate status
> vol status <volume name>
> aggr show_space -h
> df -h

No comments: