- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS 11i configuration / problem solving
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-31-2002 12:20 PM
01-31-2002 12:20 PM
NIS 11i configuration / problem solving
Problem: I want NIS (not NIS+) to be my primary name resolution service for hosts, passwds etc and then fall back to DNS as a secondary name service resolution. . .. I configure my /etc/nsswitch.conf, specify the domain etc . . . here is the error I get when I try starting /sbin/init.d/nis.client
"root@cad127-/ > /sbin/init.d/nis.client start
starting NIS CLIENT networking
starting up the rpcbind
rpcbind already started, using pid: 679
domainname lci
starting up the Network Information Service
starting up the ypbind daemon
FAILURE CODE: 1
calling ypset with 149.223.100.100
Sorry, I can't set up a udp connection to ypbind on host cad127.
Checking NIS binding.
Bound to NIS server using domain lci.
starting up the keyserv daemon
keyserv already started, using pid: 730
From the docs page it seems that NIS on 11i is a little different then in 10:20 and 11:00. But I don't have enough debug savvy . . . thats why I'm coming to the experts. Thanks for any hints, suggestions, and of course solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 01:04 PM
01-31-2002 01:04 PM
Re: NIS 11i configuration / problem solving
# ifconfig lan0 ===> assuming you got lan0
If the broadcast address is not correct, change it and restart nis-client again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 01:11 PM
01-31-2002 01:11 PM
Re: NIS 11i configuration / problem solving
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 02:10 PM
01-31-2002 02:10 PM
Re: NIS 11i configuration / problem solving
# cd /var/yp
# mv secureservers secureservers.bak
Now restart NIS-client again. Often if secureservers file is corrupted or wrongly configured, it could cause ypbind to fail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 09:53 PM
01-31-2002 09:53 PM
Re: NIS 11i configuration / problem solving
In /etc/rc.config.d/namesvrs file,check the following flags has been set
NIS_CLIENT="1"
NIS_DOMAIN="domain_name" ( domain name of your NIS server)
YPBIND_OPTIONS="-ypset"
YPSET_ADDR="x.x.x.x" ( IP of NIS server)
then do
#/sbin/init.d/nis.client stop/start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 07:02 AM
02-01-2002 07:02 AM
Re: NIS 11i configuration / problem solving
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 09:18 AM
02-01-2002 09:18 AM
Re: NIS 11i configuration / problem solving
Just had success loading a second box. Did the exact same steps as the original failing box. I'm going to reinstall . . . will let you know.