- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nslookup does not work with NIS+
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
06-14-2001 04:41 AM
06-14-2001 04:41 AM
In the man page for nsswitch.conf there are some libs mentioned /usr/lib/nss_nisplus.1. (among others). This lib does not exist on my system. I've also applied the patch PHNE_23249 ONC/NFS patch
Any takers!!
contents of /etc/nsswitch.conf
:
hosts: nisplus [NOTFOUND=continue] files
:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 05:09 AM
06-14-2001 05:09 AM
SolutionA NIS+ client has nisplus listed in the hosts line of
/etc/nsswitch.conf. However, nslookup does not appear torecognize nisplus as a valid service:
# nslookup
*** Unknown source : nisplus. Not Supported
*** You have defind one or more supported sources.
*** Please modify your configuration file and try again
*** or you will get unreliable information.
RESOLUTION
This is an expected result as nslookup does not support the use of
NIS+. This is evident from the nslookup(1) man page:
"Note, NIS+ is not supported by nslookup. If the hosts source nisplus is
found in the /etc/nsswitch.conf file. It will be ignored."
Instead, another resolver such as nsquery should be used as
nsquery does support the use of nisplus within
/etc/nsswitch.conf.
NOTE: There has been an Enhancement Request JAGac77715 submitted to
to have the nslookup error refer the user to a more suitable resolver when
nisplus is present in /etc/nsswitch.conf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 05:33 AM
06-14-2001 05:33 AM
Re: nslookup does not work with NIS+
Thanks. However, if you do (on HP-UX 11.00)
# man nsswitch.conf
Look towards the bottom it mentions files & /usr/lib/nss_nisplus.1 in particular. From this I infered that these libraries allow the nisplus (files/nis/compat) tokens to work! Where do I get these nss_???.1 librarys from?
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 06:12 AM
06-14-2001 06:12 AM
Re: nslookup does not work with NIS+
A colleague has just checked the Sun tech page out and it would appear that this is the case ..... but if anyone's certain of this please post !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 08:22 AM
06-18-2001 08:22 AM
Re: nslookup does not work with NIS+
Super annoying! As it happens nslookup does work on NIS+ clients (well it did on mine) despite saying it will not!!