NS0-157 · Question #8
You create an SVM named svm7. Its DNS name is ntap7. In svm7, you create a volume named vol1 with a junction path of /users. An NFS client would mount the root of vol1 using which path?
The correct answer is B. ntap7:/users. NFS clients mount ONTAP volumes using the SVM's DNS name as the hostname and the volume's configured junction path, not the SVM object name or the volume name.
Question
You create an SVM named svm7. Its DNS name is ntap7. In svm7, you create a volume named vol1 with a junction path of /users. An NFS client would mount the root of vol1 using which path?
Options
- Asvm7:/users
- Bntap7:/users
- Cntap7:/vol1
- Dsvm7:/vol1
How the community answered
(42 responses)- A2% (1)
- B90% (38)
- C5% (2)
- D2% (1)
Why each option
NFS clients mount ONTAP volumes using the SVM's DNS name as the hostname and the volume's configured junction path, not the SVM object name or the volume name.
svm7 is the SVM's internal object name within ONTAP, not a DNS-resolvable hostname; NFS clients cannot resolve it to an IP address without a DNS entry.
NFS clients rely on DNS resolution to reach an SVM, so the correct hostname is ntap7 - the DNS name configured for svm7 - rather than the SVM's internal object name. The mount path uses the junction path /users that was configured on vol1, because ONTAP's NAS namespace exposes volumes via junction paths, making ntap7:/users the correct and complete NFS mount specification.
NFS clients use the junction path to locate volumes in the namespace, not the volume name; /vol1 is the volume name and is not the configured junction path, which is /users.
Both parts are incorrect - svm7 is not a DNS hostname that NFS clients can resolve, and /vol1 is the volume name rather than the junction path /users configured on that volume.
Concept tested: ONTAP NFS mount using DNS name and junction path
Source: https://docs.netapp.com/us-en/ontap/nfs-config/create-volume-task.html
Topics
Community Discussion
No community discussion yet for this question.