Convert a baseline ASMFD disk group to a CTE guarded ASMFD disk group using the Offline method
We will use the following example scenario in this section:
Objective:
-
Convert the baseline ASMFD disk group DATA1, to a CTE guarded ASMFD disk group.
-
Current configured baseline DATA1 disk group consists of ASMFD disk DISK1 on a raw partitioned device
/dev/sdc1
.
To convert:
-
If the targeted raw disk partition to be guarded does not yet exist, create it. For example:
/dev/sdd1
.Note
The capacity of
/dev/sdd1
must be large enough to transfer all of the data from ASMFD disk DISK1 on/dev/sdc1
. -
Using CTE, guard the raw partitioned device.
-
Create an ASMFD disk on the guarded raw partition:
Example
-
Ensure that there are current backups of all of the database(s) residing on the ASMFD disk group DATA.
-
Shutdown all databases residing on ASMFD disk group DATA1.
-
In the ASM database, run the following SQL command with the rebalance option to add a guarded ASMFD disk DISK2 to ASMFD disk group DATA1, type:
Example
-
Verify the results, type:
System Response:
-
Run the following SQL command, in the ASM database, to transfer all data from ASMFD disk DISK1 to ASMFD disk DISK 2 and then drop ASMFD disk DISK1 from ASMFD disk group DATA1, type:
Example:
Verify the results:
System response
At this point, all data in the ASMFD disk group DATA1 has been transferred from the baseline ASMFD disk DISK1, to the guarded ASMFD disk DISK2. At this time, the databases that are residing in ASMFD disk group DATA1 can now be restarted.