When you "ping server" and "ping server.domainname", you
get different results. Why?
Answers were Sorted based on User's Feedback
Answer / guest
If you give "ping hostname" the server will give the result
from /etc/hosts file & if you give "ping hostname.domainname"
then i will search through internet.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / shareef
Dear Colleagues
/etc/nsswitch.conf decides on the services used for a
variety of name resolution requirements
the part of interreset for this question is :
hosts: files ----> this will only resolve hostnames
from the /etc/hosts file
but if you add 'dns' next to files ; then you activate the
name resolution service [otherwise called to DNS client] ;
that used to resolve names through hosts file to resolve
names [ this time through dns naming model] from the server
configured in /etc/resolve.conf
which may look something like this
myhost# cat /etc/resolv.conf
domain mydomain.internal
search mydomain.internal
options retry:1 timeout:1
nameserver 10.234.206.73
nameserver 10.10.98.38
this file direct the name resolution through the configured
nameserver ; and will search for a given hostname through
hosts file first then through DNS resolution by appending
the configured domain name
regards
| Is This Answer Correct ? | 1 Yes | 0 No |
If your are pointing to the DNS server why you need to add
it in a /etc/hosts
if you are not able to ping through hostname just type "dns"
in /etc/nsswitch.conf file if you try to access through
hostname it read the nsswitch.conf file this file will
point to dns server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahesh
Both gives the same result.
this result would confirm the server is alive or not.
| Is This Answer Correct ? | 0 Yes | 2 No |
How to mirror and unmirror a disk?
solaris network daemon
How to stop the VCS
How can we take the failback in Veritas Cluster Server.
How can u find a file which is logged in last week?
How to know actual capacity of Ethernet port by command line? (Sun Fire V480 and some one configured Eth interface as 100mbps and need to change to 1000mbps but How i would know that port is of capacity 1000mbps or not?
Explain shrinking the disk
If telnet not working, what are the thing to be checked
How to find out the shared file system from server and client
How to rename the old root disk. In this example, rootdisk is being renamed as rootold.
How to review IP as weel as port no in solaris?
if /etc/system file file got deleted how you will regenerate from ok prompt ? in solaris and if and /etc/inittab file got deleted how you will regenerate from ok prompt and if both files got deleted how you will regenerate from ok prompt