Which three fragments will complete this statement correctly? In a cluster environment, an ACFS
volume___________.
A.
Will be automatically mounted by a node on reboot by default
B.
Must be manually mounted after a node reboot
C.
Will be automatically mounted by a node if it is defined as cluster stack startup if it is included in
the ACFS mount registry.
D.
Will be automatically mounted to all node if it is defined as cluster resource when dependent
cluster resources requires access
E.
Will be automatically mounted to all node in the cluster when the file system is registered
F.
Must be mounted before it can be registered
Explanation:
By default, an Oracle ACFS file system that is inserted into the cluster mount
registry is automatically mounted on all cluster members, including cluster members that are
added after the registry addition.
The Oracle ACFS registry resource actions are designed to automatically mount a file system only
one time for each Oracle Grid Infrastructure initialization to avoid potential conflicts with
administrative actions to dismount a given file system.
Oracle Automatic Storage Management Administrator’s Guide
A: FALSE. An ACFS volume is automatically mounted only if it’s registered.
B: FALSE. If it’s registered, won’t be necessary to mount it manually.
F: FALSE. Is not necessary to mount the volume before it can be registered.
ANSWER: C, D, E.
http://docs.oracle.com/cd/E11882_01/server.112/e18951/asmfilesystem.htm#CACJGEAC
A is wrong. not by a node, but all nodes
B is wrong. no need manually mounted
C is right. in the registry, mount is done automatically
D is right.
E is right. if it is registered
F is wrong. once registered, mount is done automatically
So C.D.E. are correct