Configuring Oracle ASM Filter Driver During Installation
Hi,
I am installing a new Oracle 19c RAC on Linux 8.3. All pre-requisites are done. We want to use ASM Filter Driver from the beginning. For this I am following this doc : https://docs.oracle.com/en/database/oracle/oracle-database/19/ostmg/administer-filter-driver.html#GUID-6F16B5EC-BE7D-44FA-A05B-A62CF33763D3
As mentioned I did the following:
# export ORACLE_HOME=/u01/app/19.0.0/grid/ # export ORACLE_BASE=/tmp # export PATH=$ORACLE_HOME/bin:$PATH # asmcmd afd_lslbl /dev/sdb1 -------------------------------------------------------------------------------- Label Duplicate Path ================================================================================ OCRVOTE /dev/sdb1 Run the setup installation script (gridSetup.sh) to install Oracle Grid Infrastructure and enable Oracle ASM Filter Driver configuration. On the Create ASM Disk Group wizard page during the installation process, check the Configure ASM Filter Driver box to enable configuration of Oracle ASM Filter Driver and then add your provisioned disks to the initial disk group (typically named DATA).