- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS Client
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
03-01-2006 02:01 AM
03-01-2006 02:01 AM
We are having two NIS servers.
1. Server A/Slave
2. Server B
We deconfigured the slave from Server A and attached to Server B as a NIS client.If i do a ypwhich its pointing to Server B.
The problem i am facing is, the NIS user in Server B is not able to login to the new NIS client. Which all are the files i need to edit for this. /var/yp/
Please help
Regards
Manoj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 02:23 AM
03-02-2006 02:23 AM
Re: NIS Client
Have you more example because i can't unbdesrtand your problem .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 02:43 AM
03-02-2006 02:43 AM
SolutionDo a ypset command to bind the client to the new NIS server system.
If you do a 'ypcat -k ypservers' command, do you still see both servers in the list? If so, you need to remake the ypserver map to remove the 1 server. This can be accomplished by converting the map to an ASCII file, modifying it, then remake back to the map file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 04:20 AM
03-02-2006 04:20 AM
Re: NIS Client
Be sure that both NIS_SERVER=1 and NIS_CLIENT=1 are set in /etc/rc.config.d/namesvrs on ServerB. Then, if you are sure the NIS server is running on ServerB, execute /sbin/init.d/nis_client start on ServerB.
As Rick said, you will have to bind the NIS clients to the new server using ypset. You may want to run ypinit -c on the client machines.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 05:09 AM
03-02-2006 05:09 AM
Re: NIS Client
you have to add a '+' at the end of these files:
/etc/hosts
/etc/passwd
/etc/group
and you have to delete all double configured users from the client.
And you have to do a 'ypmake' from the new server.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 02:17 PM
03-02-2006 02:17 PM
Re: NIS Client
Thanks a lot for the help. What i skipped is to do a ypinit at client i guess. Anyway yesterday the client rebooted because of some reason and now i am able to login from the said cleint :-))
Anyways thanks a lot for the information provided.( I know reboot was not a solution ;-) )
Regards
Manoj