1826811 Members
3828 Online
109704 Solutions
New Discussion

DNS

 
kumars
New Member

DNS

Dear All,

How to Configure Dns in hpux 11.0 and how to check that dns working fine and what file i have add the addl. hosts.

Thanks
2 REPLIES 2
Vincente Fernandes
Valued Contributor

Re: DNS

You need to update and configure files /etc/resolv.conf & /etc/nsswitch.conf.

James R. Ferguson
Acclaimed Contributor

Re: DNS

#Hi:

A discussion of how to setup DNS on HP-UX can be found in Chapter-3 ("Configuring and Administering the BIND Name Service") of "Installing and Administering Internet Services". A link to this is hre:

http://docs.hp.com/hpux/onlinedocs/B2355-90759/B2355-90759.html

Be sure to look at the manual pages for the following as you setup and debug your enviroment:

# man (1) nslookup # see especially the -policy option.
# man (1M) named
# man (4) nsswitch.conf
# man (4) resolver
# man (5) hostname

I would also do a search within this forum for keywords like 'DNS'. You should be well rewarded.

Hopefully this will get you started.

...JRF...