How can all disks be allocated to Pool 1 using SyncMirror configuration?
- Views:
- 82
- Visibility:
- Public
- Votes:
- 0
- Category:
- not set
- Specialty:
- metrocluster
- Last Updated:
- 8/14/2023, 5:31:29 AM
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
N/A