- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Enable NIS User Account ??????
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-23-2004 01:52 AM
тАО02-23-2004 01:52 AM
Enable NIS User Account ??????
*I used sysman and not command line
- Tags:
- NIS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2004 02:22 AM
тАО02-23-2004 02:22 AM
Re: Enable NIS User Account ??????
What are the results of:
grep bwuser /etc/passwd
and
ypcat passwd | grep bwuser
If you get a nil answer from the 2nd command and a non-zero from the first, you must remove the user from the local /etc/passwd file, and add it's record to the NIS passwd file which is at /var/yp/src/passwd on the master NIS server. When that is done cd to /var/yp and use "make passwd" to update the NIS map's.
Don't see a way to do this via sysman menu.
Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2004 02:37 AM
тАО02-23-2004 02:37 AM
Re: Enable NIS User Account ??????
grep bwuser /etc/passwd
bwuser:....:202:15::/usr/users/bwuser:/bin/sh
ypcat passwd | grep bwuser
no such map in servers domain
So now I remove bwuser entry from /etc/passwd
Place entry in appropriate yp dir
run "make passwd" script
I am working on getting windows services for unix configured. Will I have to copy the new /etc/passwd over to my nfs server? I am assuming so since i would have made changes to it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2004 08:20 AM
тАО02-23-2004 08:20 AM
Re: Enable NIS User Account ??????
The output of the ypcat command learns us that you did not configure a passwd file on your NIS master server.
What system is the NIS serverfor the password ? The command "ypwhich -m " will show that.
You should copy sections of local /etc/passwd files with user records to the /var/yp/src/passwd file on the NIS server.
For setting up a NIS master server on a Tru64 UNIX system, first read at least the manpage nis_manual_setup.
NFS server and NIS server are 2 totally separate functionalities. A NIS server is not necessarily a NFS server.
Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2004 06:56 PM
тАО02-23-2004 06:56 PM
Re: Enable NIS User Account ??????
Be sure the passwd.dir and passwd.pag file is deleted after the changes or the hashed entries will be used.
The whole NIS system is explained within the network guide. Have a look into it, a gui can not handle all operations...