- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: setup 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
04-18-2001 04:30 AM
04-18-2001 04:30 AM
I just setup NIS for controle users, I have only one server and a few workstations.
there is no change of my /etc/nsswitch.conf.
Do I have to do it manually ?
Marcel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 05:12 AM
04-18-2001 05:12 AM
Re: setup NIS
nsswitch.compat<< An example file that could be copied over to /etc/nsswitch.conf; it
# uses NIS (YP) in conjunction with files.
nsswitch.hp_defaults An example file that could be copied over to /etc/nsswitch.conf; it
# uses NIS (YP) in conjunction with files and dns
Take a look at each one and decide what you need, then copy it to /etc/nsswitch.conf, i.e.,
#cp /etc/nsswitch.hp_defaults /etc/nsswitch.conf.
Berlene
If you are using 10.20, take a look at the examples found in /usr/examples/nsswitch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 05:25 AM
04-18-2001 05:25 AM
Re: setup NIS
On this system I use 10.20. I looked in the
example files, but they don't use "passwd"
I expected : "passwd nis [NOTFOUND=continue files".
Isn't it nessesary ?
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 06:01 AM
04-18-2001 06:01 AM
SolutionI have lots of clusters with NIS, and I didn't cheange any of nsswitch.conf files for that to work. I did change that just for DNS use.
so, the only thing you nee to do, if you only want it to work with users, is to change the file /etc/rc.config.d/namesrvs with the following parameters in the NIS Server:
NIS_MASTER_SERVER=1
NIS_SLAVE_SERVER=0
NIS_CLIENT=1
NIS_DOMAIN=
on Nis clients:
NIS_MASTER_SERVER=0
NIS_SLAVE_SERVER=1
NIS_CLIENT=1
NIS_DOMAIN=
check this:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90043/B1031-90043_top.html&con=/hpux/onlinedocs/B1031-90043/00/00/16-con.html&toc=/hpux/onlinedocs/B1031-90043/00/00/16-toc.html&searchterms=NIS&queryid=20010418-070057
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 06:04 AM
04-18-2001 06:04 AM
Re: setup NIS
Regards,
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 06:12 AM
04-18-2001 06:12 AM