- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to resolve simple host name
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
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
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
тАО06-01-2002 07:07 PM
тАО06-01-2002 07:07 PM
I've just configured my first primary and slave dns servers -
I can resolve ip address and box names using the fqdn but seem to have trouble resolving the simple host name
I have a B class address
Have the following files in /etc/named.data
db.127.0.0
db.*.* ( network portion of address )
db.tnt
My param file looks like, have * the ip addresses
-d gb.tnt.com
-n *.*
-z *.*.*.*
-b /etc/named.boot
-s
My /etc/resolv.conf looks like
domain gb.tntpost.com
nameserver
nameserver
My nsswitch looks like
hosts: dns [NOTFOUND=continue] files
I have a feeling the issue is with the db.tnt file as this is what (should) resolve my host names -
Any help would be great -
Regards
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2002 07:29 PM
тАО06-01-2002 07:29 PM
Re: unable to resolve simple host name
what did your etc hosts file look like? Did you have the alias in there after the fqdn?
Like so?
ip.addy.of.host hosta.domain.net hosta
i used
hosts_to_named -d yourdomain.net -n 192.168.10
and simple host name look up works.
~ Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2002 08:13 PM
тАО06-01-2002 08:13 PM
Re: unable to resolve simple host name
example entry in /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2002 06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2002 11:19 AM
тАО06-02-2002 11:19 AM
Re: unable to resolve simple host name
Your hosts entries should be
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2002 11:40 AM
тАО06-02-2002 11:40 AM
Re: unable to resolve simple host name
Thanks for the replies - just got in the office - got a root disk failure to attend at the moment - will check this out later
Thanks again
Steve