How can all disks be allocated to Pool 1 using SyncMirror configuration?
Applies to
SyncMirror
Answer
To assign all disks to Pool 1 with SyncMirror, follow these steps:
- Turn off automatic disk assignment:
::> disk option modify -autoassign off *
- Remove ownership of the disks you want to assign to Pool 1:
::> disk removeowner -disk <disk name>
- Assign the disks to Pool 1:
::> disk assign -disklist <disk name> -pool 1 -owner <node name>
- Create an Aggregate for use with SyncMirror:
::> aggr create -aggregate <aggregate name> -disklist <disk name> -mirror-disklist <disk name> -node <node name>
Additional Information
additionalInformation_text