300-615 · Question #264
300-615 Question #264: Real Exam Question with Answer & Explanation
The correct answer is C. Add a domain and name server to the resolv.conf file.. The error message Name or service not known indicates a DNS resolution issue. The Guest Shell can reach the internet, as shown by the successful ping to 8.8.8.8, but it fails to resolve the name of the package repository. To resolve this issue, you need to add a domain and name s
Question
Exhibit
Options
- AConfigure the mgmt0 IP address
- BInstall the networking RPM before the PIP install
- CAdd a domain and name server to the resolv.conf file.
- DDefine the management VRF
Explanation
The error message Name or service not known indicates a DNS resolution issue. The Guest Shell can reach the internet, as shown by the successful ping to 8.8.8.8, but it fails to resolve the name of the package repository. To resolve this issue, you need to add a domain and name server to the resolv.conf file within the Guest Shell, ensuring that DNS resolution works correctly. echo "nameserver 8.8.8.8" >> /etc/resolv.conf This will allow the Guest Shell to resolve domain names and successfully install the required
Community Discussion
No community discussion yet for this question.
