- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- resolver mystery
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
12-11-2002 09:02 AM
12-11-2002 09:02 AM
nslookup asp_st2 gives
216.217.92.178, 64.246.28.77, 216.40.251.1
these addresses are on the internet somewhere but they don't relate to anything I am doing
on the SGI box,
/etc/resolve.conf points to my dns running on HP-UX
but on the HP-UX box
nslookup asp_st2 just gives not found which is the answer I expect!
Can anyone explain why I am getting these bizarre addresses?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 09:09 AM
12-11-2002 09:09 AM
SolutionI don't know SGI, but on hp-ux, if a host can't be found using DNS, then it can search in files or using NIS. This feature is implemented using /etc/nsswithc.conf. Perhaps your SGI does the same and find asp_st2 in /etc/hosts file or using NIS ...
Regards.
Check nslookup policy using :
/.root # nslookup
> policy
#Lookups = 2
dns [RCCC] files [RRRR]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 09:17 AM
12-11-2002 09:17 AM
Re: resolver mystery
man switch
might help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 10:50 AM
12-11-2002 10:50 AM
Re: resolver mystery
It is possible that the HP is giving the bad information, and your hp does not get the same answer because the HP is not using DNS resolver, or a differently configured /etc/nsswitch.conf.
Host information can only come from 5 places.
1. DNS
2. /etc/hosts
3. NIS
4. NIS+
5. LDAP
Lookup order is always defined by /etc/nsswitch.conf.
Chances are you are not using services 5 and 6, which limits you to 1,2, and 3.
If your using NIS, check the nis master for this entry in it's hosts table. "ypcat hosts" If it's there, remove from /etc/hosts on the nis master and rebuild maps.
Item 2 is self explanatory. Edit /etc/hosts
Item 1 is the hardest. Get a good book on DNS and have fun! ;) esp. "DNS and BIND Administration", published by O'Reilly and Associates.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 11:15 AM
12-11-2002 11:15 AM
Re: resolver mystery
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 11:20 AM
12-11-2002 11:20 AM
Re: resolver mystery
On the SGI, in nslookup I set debug,
then queries refer to ns1.domain777.com
also saw some reference to topclicks
still looking!