- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DNS Problems
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 08:02 AM
05-22-2001 08:02 AM
DNS Problems
search ######.com
nameserver 10.14.4.133
nameserver 10.14.12.133
nameserver 10.2.0.172
nsswitch:
hosts: files [NOTFOUND=continue] dns
When I do an nslookup, before I even enter anything I get this output:
/etc =>nslookup
*** Can't find server name for address 10.14.4.133: Non-existent domain
*** Can't find server name for address 10.14.12.133: Non-existent domain
But I can ping the above servers by hostname. Can somebody clue me in as to what is going on here. I started looking at this because of long telnet connection delays. Many thanks in advance and I will assign points. Also, are there any good HP online documents concerning DNS?
Regards,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 08:25 AM
05-22-2001 08:25 AM
Re: DNS Problems
Just a few thoughts,
First of all your resolv.conf file in the search line should have the right domain name.
ie: search domain.com
After you add this you can type the command "domainname" which should return the correct domainname
Also, do you have entries of these dns servers in the local /etc/hosts file. You might want to add these and give it a shot.
- kamlesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 08:27 AM
05-22-2001 08:27 AM
Re: DNS Problems
"Installing and Administering Internet Services" is a good guide to DNS (BIND). Look at chapter-3.
http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 08:50 AM
05-22-2001 08:50 AM
Re: DNS Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 09:18 AM
05-22-2001 09:18 AM
Re: DNS Problems
I agree with Kevins suggestion, but you need the dns server entries in the /etc/hosts file, otherwise you are trying to resolve a name thru dns of a server whose name is not known!!
- Kamlesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 09:27 AM
05-22-2001 09:27 AM
Re: DNS Problems
Good Luck.
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2001 11:03 AM
05-22-2001 11:03 AM
Re: DNS Problems
Regards,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 10:47 AM
05-23-2001 10:47 AM
Re: DNS Problems
For nsswitch.conf, we like:
hosts : dns [NOTFOUND=continue UNAVAIL=return] files
And the nameserver hostnames are always found in /etc/hosts. This works better if the nameservers are unavailable.
I am not familiar with the ######.com syntax for search list. Are you trying to wildcard or just don't want us to know the domain name?
I think the best rule is, if there is just one domain the server needs to know about, then use the domain option, otherwise you should use search to list multiple subdomains, so more things can be minimally-qualified. See the 'man 4 resolver' for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 07:17 AM
07-12-2001 07:17 AM
Re: DNS Problems
This goes in the Reverse Lookup zone, and resolves the DNS server's name when nslookup does its query.
Worked like a charm.