- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS setup question
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
05-21-2004 06:23 AM
05-21-2004 06:23 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 06:44 AM
05-21-2004 06:44 AM
Re: NIS setup question
1. edit /etc/rc.config.d/namesvrs
set NIS_CLIENT=1,NIS_DOMAIN=domainname
2. cp /etc/nsswitch.nis /etc/nsswitch.conf
edit as per your requirement (it may work as it is)
3. execute /sbin/init.d/nis.client start
Try logging in with NIS user.
Hope that works.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 08:01 AM
05-21-2004 08:01 AM
Re: NIS setup question
pluto# ./nis.client start
starting NIS CLIENT networking
starting up the rpcbind
rpcbind already started, using pid: 602
domainname APCUNIX
starting up the Network Information Service
starting up the ypbind daemon
FAILURE CODE: 1
Checking NIS binding.
Bound to NIS server using domain APCUNIX.
starting up the keyserv daemon
keyserv already started, using pid: 22004
pluto# ps -ef | grep -i nis
root 23231 21129 2 15:13:58 pts/0 0:00 grep -i nis
pluto# ps -ef | grep -i yp
root 23234 21129 1 15:14:03 pts/0 0:00 grep -i yp
Then if I try ypwhich:
pluto# ypwhich
ypwhich: pluto is not running ypbind
pluto#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 08:08 AM
05-21-2004 08:08 AM
Re: NIS setup question
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 08:11 AM
05-21-2004 08:11 AM
Re: NIS setup question
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 08:11 AM
05-21-2004 08:11 AM
SolutionTry this,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90053/B1031-90053_top.html&con=/hpux/onlinedocs/B1031-90053/00/00/29-con.html&toc=/hpux/onlinedocs/B1031-90053/00/00/29-toc.html&searchterms=nis&queryid=20040521-140938
I believe you should have ypbing running on the client.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 08:18 AM
05-21-2004 08:18 AM
Re: NIS setup question
NIS_CLIENT
NIS_DOMAIN
WAIT_FOR_NIS_SERVER
MAX_NISCHECKS
YPBIND_OPTIONS
KEYSERV_OPTIONS
YPSET_ADDR
All the best.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 08:25 AM
05-21-2004 08:25 AM
Re: NIS setup question
in HP-UX,by default ypbind tries to bind with ypserv using broadcast. and if ur NIS client and NIS server are not in the same subnet then you got make couple of changes to the /etc/rc.config.d/namesvrs
Try tis
NIS_CLIENT=1
NIS_DOMAIN=APCUNIX
YPBIND_OPTIONS="-ypset"
YPSET_ADDR="
/sbin/init.d/nis.client start
See if this helps