Acfs Mount and Unmount: 2.6 Unmounting ACFS File Systems
Acfs Mount and Unmount: 2.6 Unmounting ACFS File Systems
mbkwillbe.wordpress.com/2016/01/13/acfs-mount-and-unmount/
Shut down the processes using the software files on ACFS and then unmount the ACFS file
system.
Note:
Make sure to stop the non-Oracle processes that use ACFS file systems.
If the ACFS file system is used by Oracle database software, then perform Steps 1 and 2.
1. Execute the following command to find the names of the CRS managed ACFS file
system resource.
2. Execute the following command to stop the CRS managed ACFS file system resource
with the resource name found from Step 1.
As root user execute:
# srvctl stop filesystem -d <volume device path> -n <node to stop file system on>
If the ACFS file system is not used for Oracle Database software and is registered in the
ACFS registry, perform the following steps.
1. Execute the following command to find all ACFS file system mount points.
As the root user execute:
# /sbin/acfsutil registry
1/3
2. Unmount ACFS file systems found in Step 1.
As the root user execute:
# /bin/umount <mount-point>
Note:
3. Verify that the ACFS file systems are unmounted. Execute the following command to
verify.
As the root user execute:
# /sbin/acfsutil info fs
The previous command should return the following message if there is no ACFS file
systems mounted.
1. Execute the following command to find the names of the CRS managed ACFS file
system resource.
As root user execute:
2. Execute the following command to start and mount the CRS managed ACFS file
system resource with the resource name found from Step 1.
As root user execute:
# srvctl start filesystem -d <volume device path> -n <node to start file system on>
If the ACFS file system is not used for Oracle Database software and is registered in the
ACFS registry, these file systems should get automatically mounted when the CRS stack
comes up. Perform Steps 1 and 2 if it is not already mounted.
1. Execute the following command to find all ACFS file system mount points.
As the root user execute:
# /sbin/acfsutil registry
2/3
2. Mount ACFS file systems found in Step 1.
As the root user execute:
# /bin/mount <mount-point>
3/3