- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Name Resolution
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
01-11-2002 08:31 AM
01-11-2002 08:31 AM
Name Resolution
nslookup will not resolve a hostname that is NOT in dns. I tried moving my resolv.conf to a different name. My nsswitch.conf looks like this:
hosts: files nisplus dns
This is causing loading my omniback client to fail. Thanks!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 08:34 AM
01-11-2002 08:34 AM
Re: Name Resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 08:41 AM
01-11-2002 08:41 AM
Re: Name Resolution
workstation that I am trying to load OmniBack on, but thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 08:41 AM
01-11-2002 08:41 AM
Re: Name Resolution
You have posted the same 3 times ! See this:
http://forums.itrc.hp.com/cm/FamilyHome/1,,117,00.html
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 08:43 AM
01-11-2002 08:43 AM
Re: Name Resolution
I thought I needed to repost because
I had not posted it to the correct category.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 08:44 AM
01-11-2002 08:44 AM
Re: Name Resolution
If you are using DNS also, let your /etc/nsswitch.conf look like this,
hosts : DNS [NOTFOUND=CONTINUE] files
or
hosts : files [NOTFOUND=CONTINUE, TRYAGAIN=CONTINUE] DNS
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 08:53 AM
01-11-2002 08:53 AM
Re: Name Resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 08:56 AM
01-11-2002 08:56 AM
Re: Name Resolution
nsswitch file should look like this
hosts: dns [NOTFOUND=continue UNAVAIL=continue] file [NOTFOUND=return UNAVAIL=continue
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 08:58 AM
01-11-2002 08:58 AM
Re: Name Resolution
Can you invoke the command with 'swdebug' option ? This may help you in tracing out the problem.
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:02 AM
01-11-2002 09:02 AM
Re: Name Resolution
this is what my /etc/nsswitch.conf looks like,
hosts : DNS {NOTFOUND=CONTINUE] files
my /etc/resolv.conf looks like
search my.local.domain
nameserver my.nameserver.ip_1
nameserver my.nameserver.ip_2
nameserver my.nameserver.ip_3
I have added a new ip to my /etc/hosts file and then did a nslookup. I got the info from the files (/etc/hosts)
nslookup
> server_name_in_/etc/hosts
>exit
I got the ip address of this system which is not specified in the DNS but is specified in the /etc/hosts file.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:08 AM
01-11-2002 09:08 AM
Re: Name Resolution
I'm not familiar with swdebug. It doesn't seem to be on the linux box.
/etc/hosts still seems to not ever get looked at. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:17 AM
01-11-2002 09:17 AM
Re: Name Resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:19 AM
01-11-2002 09:19 AM
Re: Name Resolution
check the permission on your /etc/hosts file. you should have read permission for the file.
Also check the nslookup policy,
nslookup
> policy
> exit
Can you post your policy.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:24 AM
01-11-2002 09:24 AM
Re: Name Resolution
I have the same problem with solaris. HPUX nslookup works fine. I think it has something to do with nslookup. nslookup on solaris will not look in the hosts file???? However, if i attempt to ...let say ping a host...it resolves fine.
If anyone else has the official answer, I would also like to hear it.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:27 AM
01-11-2002 09:27 AM
Re: Name Resolution
hosts: dns [!UNAVAIL=return] files
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:31 AM
01-11-2002 09:31 AM
Re: Name Resolution
Does any options specified in the $HOME/.nslookuprc ? Is this happening to only a single host ? Does it pickup if you give ip_address instaed of hostname ? R u using an FQDN ?
some thoughts ...
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:32 AM
01-11-2002 09:32 AM
Re: Name Resolution
nsswitch.conf entry:
hosts: files
????????
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:38 AM
01-11-2002 09:38 AM
Re: Name Resolution
nslookup will not resolve at all. However all other utilities resolve fine...telnet,ping,traceroute...
Not using FQDN
Like I said, I think it is something with nslookup.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:41 AM
01-11-2002 09:41 AM
Re: Name Resolution
!!!A BIG KUDOS TO ITRC FORUM!!!
YOU MAY NOT GET THE ANSWER YOU WANT, BUT YOU WILL GET A ANSWER!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 10:06 AM
01-11-2002 10:06 AM
Re: Name Resolution
Try this sun solaris manual to resolve your hostname lookup problem,
http://docs.sun.com/ab2/coll.47.8/NISQSTART/@Ab2TocView?Ab2Lang=C&Ab2Enc=iso-8859-1
Hope this helps.
Regds