<<Back to Oracle ASM Main Page
PRKO-2012 : filesystem object is not supported in Oracle Restart
$ /sbin/acfsutil registry -a /dev/asm/vol3-69 /acfsmounts/acfs1
Usage: srvctl <command> <object> [<options>]
commands: enable|disable|start|stop|status|add|remove|modify|update|getenv|setenv|unsetenv|config|upgrade|downgrade
objects: database|service|asm|diskgroup|listener|home|ons|oraclehome
For detailed help on each command and object and its options use:
srvctl <command> -help [-compatible] or
srvctl <command> <object> -help [-compatible]
PRKO-2012 : filesystem object is not supported in Oracle Restart
acfsutil registry: ACFS-09173: The srvctl command line "/u01/oragrid/12.2.0.1/grid/bin/srvctl add filesystem -device /dev/asm/vol3-69 -path /acfsmounts/acfs1" failed to execute. (0)
acfsutil registry: ACFS-03111: unable to add ACFS mount /acfsmounts/acfs1 within Oracle Registry
Cause
Starting with Oracle Database 12c, Oracle Restart configurations do not support the Oracle ACFS registry.
Solution
Need to start the ACFS filesystem manually as below example
# mkdir -p /acfsmounts/acfs1
#/bin/mount -t acfs /dev/asm/vol3-69 /acfsmounts/acfs1
Comments
Post a Comment