Hi All,
I am currently running 4x 4TB WD Gold Re HDDs in my HP Z640 workstation/server. These drives are in a RAID 5 array using the built in Intel(R) C600+/C220+ series chipset sSATA RAID Controller. My goal is to convert the current array from its RAID 5 level to a RAID 10 level.
I have been managing the drives and the array by using the Intel RSTe CLI tool, inside of Windows Server 2019 Standard. The conversion from the RAID 5 level to RAID 10 can be facilitated through the tool, by using the following command:
-m --volume VolumeName --level 10
My question is what the best practices for this are in order for it to succeed with minimal impact on the system. The documentation for RSTe CLI the tool does not specify things such as:
I am currently running 4x 4TB WD Gold Re HDDs in my HP Z640 workstation/server. These drives are in a RAID 5 array using the built in Intel(R) C600+/C220+ series chipset sSATA RAID Controller. My goal is to convert the current array from its RAID 5 level to a RAID 10 level.
I have been managing the drives and the array by using the Intel RSTe CLI tool, inside of Windows Server 2019 Standard. The conversion from the RAID 5 level to RAID 10 can be facilitated through the tool, by using the following command:
-m --volume VolumeName --level 10
My question is what the best practices for this are in order for it to succeed with minimal impact on the system. The documentation for RSTe CLI the tool does not specify things such as:
- Can the array be in use while it is converting the RAID level?
- Does the host operating system need to 'offline' the disk before starting the process?
- Will the drive letter need to be re-added once the process completes?
- etc.