Sunday, May 29, 2016

How to conver the 32-bit aggregate to 64 bit aggregate

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

No comments:

Post a Comment