Oracle GoldenGate 12c Implementation Essentials — Question 2
Which two are true of an NFS repository when used with Oracle VM?
Answer options
- A. NFS repositories are excellent for storing guests' root file systems.
- B. NFS is a more expensive option than iSCSI or SAN fabrics.
- C. OCFS2 must be used as the filesystem format for volumes exposed through NFS.
- D. NFS shares mounted directly in a guest require the DM-NFS driver to be installed on the guest.
- E. NFS is supported for use in RAC only when mounted from the guest (not domO).
Correct answer: A, B
Explanation
Option A is correct because NFS repositories are indeed suitable for storing guests' root file systems, providing ease of management. Option B is also correct as NFS can be more costly compared to iSCSI or SAN setups. Options C, D, and E are incorrect; OCFS2 is not a requirement for NFS, the DM-NFS driver is not necessary for typical mounts, and NFS is not limited to guest mounts in RAC.