Tuesday, September 29, 2015

Add disks to an aggregate



 scenario1:
An Aggregate space is getting tight. Add 2 spare disks to the Aggregate and expand the space.

Subject: - Add disks to aggregate, aggr1 on filer_A

Target Storage devices :
Target aggregate:
aggr1

Spare disks:
spare 1a.01.01
spare 1b.02.02

 Instruction:
Check status of aggregations, raids and spare disks.
> sysconfig -r
> aggr show_space -h
Simulate adding disks to the aggregate  with "-n" option
> aggr add aggr1 -n -d 1a.01.01 1b.02.02
Add 2 spare disks to aggr1
> aggr add aggr1 -d 1a.01.01 1b.02.02
 
Check aggregations, raids and spare disks status
> sysconfig -r
> aggr show_space -h

No comments: