Can you migrate a root aggregate to new disks by replacement in ONTAP 9
Applies to
ONTAP 9
Answer
- Yes, ONTAP 9 supports migrating the root aggregate onto new disks by disk replacement:
- Disk replacement process:
- Determine the Disk to Replace:
- Identify the disk path name of the file system disk you want to replace.
- Disk names can take various forms, such as
.., :.,. - Example disk name:
1.0.16.
- Identify the Replacement Disk:
- Identify the spare disk that will replace the file system disk.
- This will also have a disk path name.
- Example replacement disk name:
1.1.14.
- Initiate the Replacement:
- Use
storage disk replacecommand to start the replacement process. - Example command:
::> storage disk replace -disk 1.0.16 -replacement 1.1.14 -action start
- Use
- Determine the Disk to Replace:
