- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configue NFS client to mount a home directory depe...
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-07-2005 05:36 AM
04-07-2005 05:36 AM
Configue NFS client to mount a home directory depending upon username
Please help.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 05:44 AM
04-07-2005 05:44 AM
Re: Configue NFS client to mount a home directory depending upon username
tail -f /var/adm/syslog/syslog.log on the NFS server when this happens.
That would be useful in diagnosis and cure.
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-07-2005 05:47 AM
04-07-2005 05:47 AM
Re: Configue NFS client to mount a home directory depending upon username
Does it have entry for automount?? Is automount map ok?? And perms on local dir where automount will mount the dir??
Can you mount those home dirs manually??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 06:03 AM
04-07-2005 06:03 AM
Re: Configue NFS client to mount a home directory depending upon username
javascript:postAnswerSubmit('submit');
submit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 06:30 AM
04-07-2005 06:30 AM
Re: Configue NFS client to mount a home directory depending upon username
like
mount -F host1:/directory/name /local/directory/name
what happens ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 06:32 AM
04-07-2005 06:32 AM
Re: Configue NFS client to mount a home directory depending upon username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 06:33 AM
04-07-2005 06:33 AM
Re: Configue NFS client to mount a home directory depending upon username
No problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 06:36 AM
04-07-2005 06:36 AM
Re: Configue NFS client to mount a home directory depending upon username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 07:13 AM
04-07-2005 07:13 AM
Re: Configue NFS client to mount a home directory depending upon username
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2005 02:47 AM
04-08-2005 02:47 AM
Re: Configue NFS client to mount a home directory depending upon username
/net -hosts -nosuid,soft
/home auto_home
/etc/auto_home
user1 sumserver:/home/user1
user2 sumserver:/home/user2
I hope this answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2005 03:01 AM
04-08-2005 03:01 AM
Re: Configue NFS client to mount a home directory depending upon username
Send -usr2 signal to autmountd and then try logging in with user id. Now check the debug log. (it will be created in /var/adm/syslog dir)
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2005 06:14 AM
04-08-2005 06:14 AM
Re: Configue NFS client to mount a home directory depending upon username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2005 07:48 AM
04-08-2005 07:48 AM
Re: Configue NFS client to mount a home directory depending upon username
Send -usr2 signal to autmountd and then try logging in with user id. Now check the debug log. (it will be created in /var/adm/syslog dir)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2005 02:06 AM
04-09-2005 02:06 AM
Re: Configue NFS client to mount a home directory depending upon username
/home auto_home
to
/home /etc/auto_home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 11:12 PM
04-10-2005 11:12 PM
Re: Configue NFS client to mount a home directory depending upon username
javascript:postAnswerSubmit('submit');
submit