- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- resolving server names
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-27-2006 06:47 PM
01-27-2006 06:47 PM
how is it possible ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 06:56 PM
01-27-2006 06:56 PM
Solutionhosts : files dns
read man pages for nsswitch.conf and resolver, resolv.conf for details.
/etc/resolv.conf defines dns look policies and settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 06:56 PM
01-27-2006 06:56 PM
Re: resolving server names
This happens because of you have configured /etc/nsswitch.conf to get host names. Check any of these files in your 11i,
1) nsswitch.compat
2) nsswitch.files
3) nsswitch.hp_defaults
4) nsswitch.nis
5) nsswitch.nisplus
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 06:59 PM
01-27-2006 06:59 PM
Re: resolving server names
The entry for hostname need not to be metioned in /etc/resolv.conf, it only contains the entry for the source which can be used to resolv the hostname or other parameters like passwd, group, services, networks etc.
The name defined in /etc/nsswitch.conf will actually refer to the database which should be contacted for resolving the name. It can be NIS,NIS+,DNS etc.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2006 09:46 PM
01-27-2006 09:46 PM
Re: resolving server names
Server name was resolved because you might have configured /etc/nsswitch.conf to get host names.
Is your server is a NIS client.
--
Prabu.S