Create 32 bit aggregate aggr1
aggr create aggr1 -t raid_dp -B 32 -T SAS -d <disk numbers>
Check the status of aggr1
aggr status aggr1
we have two methodes to convert the 32 bit aggregate to 64 bit aggregate.
By adding new disk to aggregate.
aggr add aggr1 -64bit-upgrade normal -d <disk numbers>
By changing the mode
aggr 64bit-upgrade start aggr1 -mode normal
aggr status aggr1
aggr create aggr1 -t raid_dp -B 32 -T SAS -d <disk numbers>
Check the status of aggr1
aggr status aggr1
we have two methodes to convert the 32 bit aggregate to 64 bit aggregate.
By adding new disk to aggregate.
aggr add aggr1 -64bit-upgrade normal -d <disk numbers>
By changing the mode
aggr 64bit-upgrade start aggr1 -mode normal
aggr status aggr1