- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to configure the nsswitch file in pure ipv6 en...
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
11-18-2007 08:03 PM
11-18-2007 08:03 PM
How to configure the nsswitch file in pure ipv6 enviromment
we enabled the pure ipv6 on hpunix 11iv2. Now the system is having ipv6 address alone. i am getting problem for resolving name service, if i go for nslookup it only looking in to /etc/hosts file. even i registerd unix machine to ipv6 domain. that dns server details are updated in resolv.conf also. it is pinging with ipaddress and hostname also if i enter in /etc/hosts file. if not in /etc/hosts file is not pinging with hostname
can u send me some update how to configure to solve my problem :
waiting for your reply
Thanks
gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 08:40 PM
11-18-2007 08:40 PM
Re: How to configure the nsswitch file in pure ipv6 enviromment
could you post your /etc/nsswitch.conf file?
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 08:47 PM
11-18-2007 08:47 PM
Re: How to configure the nsswitch file in pure ipv6 enviromment
please find the attached screen shot for the file
Thanks
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 09:12 PM
11-18-2007 09:12 PM
Re: How to configure the nsswitch file in pure ipv6 enviromment
Try this, change the line "ipnodes: dns files" into;
ipnodes : files [NOTFOUND=CONTINUE] dns
and try again.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 10:42 PM
11-18-2007 10:42 PM
Re: How to configure the nsswitch file in pure ipv6 enviromment
i tried with that option, but i am not getting the same error, you can find the error in the screen shot. is there any option to configure with SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 04:42 AM
11-19-2007 04:42 AM
Re: How to configure the nsswitch file in pure ipv6 enviromment
the error message indicates that it can't find the nameserver(s) specified
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 04:43 AM
11-19-2007 04:43 AM
Re: How to configure the nsswitch file in pure ipv6 enviromment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 01:27 PM
11-19-2007 01:27 PM
Re: How to configure the nsswitch file in pure ipv6 enviromment
nslookup hp.com some-ipv6-address
If the DNS server refuses to reply, ping the address. Another test is to use nsquery:
nsquery hosts hp.com
But it really looks like the DNS server address is just not responding.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 02:35 PM
11-19-2007 02:35 PM
Re: How to configure the nsswitch file in pure ipv6 enviromment
for 11iv2
http://docs.hp.com/en/5990-7278/ch07s01.html
Migrating Name and IPv6 Address Lookup
Most sites test IPv6 on a development subnetwork before deploying it on a larger scale. These sites typically add IPv6 address and host names to the /etc/hosts files on IPv6 hosts, then change their hosts lookup policy to search files.
HP recommends that you maintain at least a minimal /etc/hosts file that includes important addresses like gateways, root servers, and your hostâ s own IP address. HP also recommends that you include the word files in the hosts and ipnodes lines of /etc/nsswitch.conf to help ensure a successful system boot using the /etc/hosts file when DNS is not available.
WK