03.01. restoring the file system after rebooting the server

                   <<< Back   Next >>>

1. Checking the download of the ACFS driver
[root]# lsmod | grep oracle
### load if doesn't exist
[root]# 
export ORACLE_HOME=/u01/app/19.0/grid
$ORACLE_HOME/bin/acfsload start

2. Enabling volumes
[oracle]$
asmcmd volenable --all
asmcmd volinfo --all

3. Mount directories
[root]# 
mount -t acfs /dev/asm/oradata-360 /u02/oradata/bank
mount -t acfs /dev/asm/oralog-360 /u02/fra

4. Checking the status of snapshots.
[oracle]$ acfsutil snap info /u02/oradata/bank
                   <<< Back   Next >>>

No comments:

Post a Comment