1Z0-821 · Question #226
You are troubleshooting the Oracle Solaris11 Automated Installer (AI), which is not connecting with the IPS software repository. Which three steps will help determine the cause of DNS name…
The correct answer is A. Verify the contents of /etc/resolve.conf. B. Run netstat -nr to verify the routing to the DNS server. F. Run the command /sbin/dhcpinfo DNSserv to ensure that the DHCP server providing the DNS. (A) Check whether DNS is configured on your client by verifying that a non-empty /etc/resolv.conf file exists. (F) If /etc/resolv.conf does not exist or is empty, check that your DHCP server is providing DNS server information to the client: # /sbin/dhcpinfo DNSserv If this…
Question
You are troubleshooting the Oracle Solaris11 Automated Installer (AI), which is not connecting with the IPS software repository. Which three steps will help determine the cause of DNS name resolution failure?
Options
- AVerify the contents of /etc/resolve.conf.
- BRun netstat -nr to verify the routing to the DNS server.
- CPing the IP address of the IPS server to verify connectivity.
- DOn the installation server, verify that the menu.1st file for the client points to a valid boot arc hive.
- ERun df -k to verify that the boot directory containing the boot archive is loopback mounted under
- FRun the command /sbin/dhcpinfo DNSserv to ensure that the DHCP server providing the DNS
How the community answered
(37 responses)- A84% (31)
- C11% (4)
- D3% (1)
- E3% (1)
Explanation
- (A) Check whether DNS is configured on your client by verifying that a non-empty /etc/resolv.conf file exists. * (F) If /etc/resolv.conf does not exist or is empty, check that your DHCP server is providing DNS server information to the client: # /sbin/dhcpinfo DNSserv If this command returns nothing, the DHCP server is not set up to provide DNS server information to the client. Contact your DHCP administrator to correct this problem. * (B) If an /etc/resolv.conf file exists and is properly configured, check for the following possible problems and contact your system administrator for resolution: ** The DNS server might not be resolving your IPS repository server name. ** No default route to reach the DNS server exists.
Topics
Community Discussion
No community discussion yet for this question.