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 |
what is mount ? in that what will happen exactly ?
What is the difference between the VERITAS 3.0 and VERITAS 4.0?
How to bring the Disk into diskgroup on veritas.
tell me the steps to configure the vg
how to install a patch in solaris 10( step by step details)?
How to delete “abc” files using find command
What is the difference between container and zones?
I have single NIC card and we have two ports can we configure as IPMP?
How far VCS supports?
how to add an user without using "useradd" command in solaris10?
If super block corrupted how to recover
What is mean by paging & server average time.