In Oracle VM 2.2.x, what directory will the root repository be symbolically linked to on each
Oracle VM Server attached to a storage pool?
A.
/OVS3
B.
/var/ovs/mount/root
C.
/var/ovs/mount/OVSROOT
D.
/OVSROOT
E.
/var/OVS
F.
/opt/ovs
Explanation:
The /OVS directory is the cluster root and is a symbolic link mounted to the
/var/ovs/mount/uuid directory. For example, the mount command might display something
similar to:
# mount
example.com:/OVS on /var/ovs/mount/F4135C096045458195057412169071E5 type nfs
(rw,addr=192.168.2.20)
And the ls command might display something similar to:
# ls -l /OVS
lrwxrwxrwx 1 root root 47 Sep 18 16:15 /OVS ->
/var/ovs/mount/F4135C096045458195057412169071E5