- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing NIS domain name
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
07-14-2000 07:04 AM
07-14-2000 07:04 AM
Changing NIS domain name
Any suggestions? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2000 07:38 AM
07-14-2000 07:38 AM
Re: Changing NIS domain name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2000 07:55 AM
07-14-2000 07:55 AM
Re: Changing NIS domain name
domainname on the machines shows the new, correct domain name. Yes I restarted all the yp services and ypwhich -m lists the correct maps. (The config files have been modified too, which I guess will only be read at the next reboot). "ypmatch newuser passwd" even returns the correct info. But su - newuser doesn't work (nor telneting and trying to log in as the new user). Like I said, a reboot will definitely fix it - but what is causing this problem? Very intriguing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2000 09:00 AM
07-14-2000 09:00 AM
Re: Changing NIS domain name
/sbin/init.d/nis.client stop and again start.
Eventually manually push the maps to slaves (if you use nis slave in your config).
Any better?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2000 10:13 AM
07-14-2000 10:13 AM
Re: Changing NIS domain name
One last thing -- check /etc/passwd on the server to make sure the last line correctly refers login checks to NIS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2000 12:34 AM
07-17-2000 12:34 AM
Re: Changing NIS domain name
Tried that (nis.client stop/start, yppush) and also made the machine to bind to the master using ypset. /etc/passwd file has correct entry and also played with nsswitch.conf file to no avail (currently has compat in passwd line).