If you already
have 12.2.0.1 and above GI/RAC installation and you want to migrate to ASMFD, click
here.
For this example, I already have createda disk partition /dev/sdb1 which I will be labelling using ASMFD during the configuration of GI. As root user, configure the ASMFD as follows. /u01/app/12.2.0/grid is where I have extracted the GI software.
[root@salman11 ~]# export
ORACLE_HOME=/u01/app/12.2.0/grid
[root@salman11 ~]# export
ORACLE_BASE=/tmp
[root@salman11 ~]# $ORACLE_HOME/bin/asmcmd
afd_label DATA /dev/sdb1 --init
[root@salman11 ~]# $ORACLE_HOME/bin/asmcmd
afd_lslbl /dev/sdb1
--------------------------------------------------------------------------------
Label Duplicate Path
=====================================================================
DATA /dev/sdb1
[root@salman11 ~]# unset ORACLE_BASE
|
Now during GI
configuration setup (initiate $ORACLE_HOME/gridSetup.sh), you will see
following screen where this new disk will be listed. Select this disk and click
the checkbox “Configure Oracle ASM Filter Driver”. ASM Filter Driver will be
configured automatically during the setup and you can start using ASMFD for
your future ASM disks configurations. As stated above, now you are no longer required
to use ASMLib.
No comments:
Post a Comment