* How To Install/Reinstall Or Deinstall ACFS Modules/Installation Manually? (Doc ID 1371067.1)
1. Verify the ACFS/ADVM modules are present in memory:
[root]# lsmod | grep oracle
[root]# cd $ORACLE_HOME/bin
[root]# ./acfsroot install
1. Verify the ACFS/ADVM modules are present in memory:
[root]# lsmod | grep oracle
2. If not, then reinstall them as "root" user as follow:
[root]# export ORACLE_HOME=/u01/app/19.0/grid[root]# cd $ORACLE_HOME/bin
[root]# ./acfsroot install
3. Download driver
[root]# cd $ORACLE_HOME/bin
[root]# ./acfsload start
4. Verify the ACFS/ADVM modules were loaded and are present in memory:
[root]# lsmod | grep oracle
[root]# ./acfsload start
4. Verify the ACFS/ADVM modules were loaded and are present in memory:
[root]# lsmod | grep oracle
No comments:
Post a Comment