- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NIS configuration problem
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-04-2005 02:41 AM
04-04-2005 02:41 AM
NIS configuration problem
the problem is i configured a NIS server & client
the server configration completed without any error
but if i am logging through client
it is comming with an error
"No directory /home/
logging in with home= "/"
-bash-2.05 b $" ------>comes to the prompt
it is not going to the home directory
help me to sort-out this issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 02:54 AM
04-04-2005 02:54 AM
Re: NIS configuration problem
The user needs to have permission to enter the directory.
Also, make sure the user is not duplicated in /etc/passwd and other file based security files on the client NIS server.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 03:50 AM
04-04-2005 03:50 AM
Re: NIS configuration problem
If not the users home directory must exist on every machine they try to log in to.
--Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 12:15 PM
04-04-2005 12:15 PM
Re: NIS configuration problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 05:37 PM
04-04-2005 05:37 PM
Re: NIS configuration problem
share /home on NIS server with NFS.
Edit the file /etc/auto.master and append this line to it:
/home /etc/auto.home
Then create /etc/auto.home and place this line in it:
* intr,soft,rw nisservername:/home/&
after that restart the autofs service:
service autofs restart
and it should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 08:35 PM
04-05-2005 08:35 PM
Re: NIS configuration problem
It seems user home directory is not created.
If it is automounted form another server, then follow as alexander told. Or else manually create the home directory, then give the proper
permission for the folder. It happens when NIS user is added in automount environment by using
sam.
Cheers
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 02:42 AM
04-06-2005 02:42 AM
Re: NIS configuration problem
thare was a problem in automount only
now it is working fine
thanks for u r valuable replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2005 06:03 PM
04-17-2005 06:03 PM
Re: NIS configuration problem
Regards
Prabu