Migrating Oracle ASM Disk Groups in an Oracle Grid Infrastructure Standalone (Oracle Restart) Environment
To migrate your existing Oracle ASM disk groups to Oracle ASM Filter Driver in an Oracle Grid Infrastructure standalone environment, perform the following steps:
Log in as the Oracle Grid Infrastructure standalone server owner to run the steps in this procedure.
List the existing disk groups:
$ $ORACLE_HOME/bin/asmcmd lsdg
List the existing disks:
$ $ORACLE_HOME/bin/asmcmd lsdsk -G diskgroup_name
Check if the status of your Oracle ASM instance is active:
$ $ORACLE_HOME/bin/srvctl status asm
Stop all the databases and dismount all disk groups. For each database, run the following commands: