Use umount on Linux systems or acfsdismount on Windows systems. For information about running umount or acfsdismount, see "umount" or "acfsdismount".
Remove the file system with acfsutil rmfs.
If you were not planning to remove the volume in a later step, this step is necessary to remove the file system. Otherwise, the file system is removed when the volume is deleted.
For example:
$ /sbin/acfsutil rmfs /dev/asm/volume1-123
For information about running acfsutil rmfs, see "acfsutil rmfs".
Optionally you can disable the volume with the ASMCMD voldisable command.
For example:
ASMCMD> voldisable -G data volume1
For information about running voldisable, see "voldisable".
Delete the volume with the ASMCMD voldelete command.
For example:
ASMCMD> voldelete -G data volume1
For information about running voldelete, see "voldelete".
2)如何手工启动acfs
In this Document
Symptoms
Changes
Cause
Solution
References
Applies to:
Information in this document applies to any platform.
Symptoms
ora.registry.acfs show offline and will not auto start
it is started on other node
Changes
restart of cluster
Cause
ACFS driver did not start on this node
Solution
manually start it using:
a) Start the ACFS driver manually
${GRID_HOME}/bin/acfsload start -s
b) Enable Volume in ASM instance.
ALTER DISKGROUP ENABLE VOLUME ;
( which you have created for ACFS/third party file system)
c) Mount volume as root
use your path in below example
mount -t acfs -rw /dev/asm/acfs01_db1-432 /oracle/bkup01
d) View filesystems as root
acfsutil info fs