- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot rlogin into NIS client -after installing HP...
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-10-2003 10:47 AM
04-10-2003 10:47 AM
Cannot rlogin into NIS client -after installing HP-UX 11.0 9/2002
It seems like its something to do with NIS. Anyone have any clues to what is going on. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 10:55 AM
04-10-2003 10:55 AM
Re: Cannot rlogin into NIS client -after installing HP-UX 11.0 9/2002
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 11:00 AM
04-10-2003 11:00 AM
Re: Cannot rlogin into NIS client -after installing HP-UX 11.0 9/2002
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 12:32 PM
04-10-2003 12:32 PM
Re: Cannot rlogin into NIS client -after installing HP-UX 11.0 9/2002
From the /var/adm/rc.log
starting up the Network Information Service
starting up the ypbind daemon
/usr/lib/netsvc/yp/ypbind
calling ypset with
Sorry, ypbind on host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 07:53 AM
04-11-2003 07:53 AM
Re: Cannot rlogin into NIS client -after installing HP-UX 11.0 9/2002
Verify that you have the ip address associated with the name of the new client in your /etc/hosts file and then run:
ypmake hosts
See if that helps.
You can also run the ypserv with a -l logfile option and it will tell you why it doesn't like the new client.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 07:00 AM
04-14-2003 07:00 AM
Re: Cannot rlogin into NIS client -after installing HP-UX 11.0 9/2002
passwd: files.
I modified the line to be:
passwd: compat
What I discovered is that with the files designation it is looking for my username in the local passwd file not the NIS passwd file.
This is true even if the local passwd file has the +::0:0::: at the bottom of the file.
Thanks to all who responded.