Migrating Oracle ASM Disk Groups From ASMLIB to Oracle ASM Filter Driver

Follow this procedure to migrate Oracle ASM disk groups to Oracle ASMFD in an Oracle Grid Infrastructure for a standalone server environment.

  1. As the grid user, list the existing disk groups.
    $ $ORACLE_HOME/bin/asmcmd lsdg
  2. List the disks associated with each disk group.
    $ $ORACLE_HOME/bin/asmcmd lsdsk -G diskgroup
  3. Check if Oracle ASM is active.
    $ $ORACLE_HOME/bin/srvctl status asm
  4. Stop all the databases and dismount all disk groups.
    $ $ORACLE_HOME/bin/srvctl stop database -db db_unique_name
    $ /$ORACLE_HOME/bin/srvctl stop diskgroup -diskgroup diskgroup_name -f
  5. Scan the disks.
    $ $ORACLE_HOME/bin/asmcmd afd_scan
  6. Start the database and mount the disk group.
    $ $ORACLE_HOME/bin/srvctl start diskgroup -diskgroup diskgroup_name

    See Also:

    After you upgrade from Oracle ASMLIB to Oracle ASMFD, Oracle ASMFD changes the device path from /dev/mapper/* to /dev/sd*. If you are using disk multipathing, then reload Oracle ASMFD. For more information, see My Oracle Support Note 2077638.1.