- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: AUTOFS 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-12-2001 04:03 AM
04-12-2001 04:03 AM
AUTOFS problem
i updated my system from the old automount to the new autofs.
It seems working, but i'm having a problem.
Example:
i'm user tarek and i have my home directory on ws1. When i'm on ws1 as root and i do su - tarek or cd ~tarek, tarek's area is being mounted via nfs: /net/home/tarek
But i'm locally on the ws !!!
With the old automount when i was root and i typed those commands...tarek are wasn't mounted via nfs, it was only /home/tarek
I hope my assertion was helpful.
Do i configured something wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 04:30 AM
04-12-2001 04:30 AM
Re: AUTOFS problem
and add AUTOFS=1.
You can see http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90045/B1031-90045_top.html&con=/hpux/onlinedocs/B1031-90045/00/00/6-con.html&toc=/hpux/onlinedocs/B1031-90045/00/00/6-toc.html&searchterms=NFS%7c3.0&queryid=20010327-024540
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 04:49 AM
04-12-2001 04:49 AM
Re: AUTOFS problem
This is my entry in the /etc/rc.config.d/nfsconf
nfs_client=1
nfs_server=1
automount=1 (do i have to put it =0??)
auto_master="/etc/auto_master"
auto_options="if $auto_master"
start_mountd=1
autofs=1
My /etc/auto_master
/net - hosts nosuid
My /etc/mnttab
/dev/vg00/lvol3 / vxfs log 0 1 987001085
/dev/vg00/lvol1 /stand hfs defualts 0 0 987001087
/dev/vg00/lvol4 /home vxfs delaylog,nodatainlog 0 0 987001094
-hosts /net autofs ignore,indirect, 0 0 987001151
I hope it's enough!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:06 AM
04-12-2001 05:06 AM
Re: AUTOFS problem
You can set automount to 0.
What does your /etc/exports look like? Is /home/tarek on ws1 exported also to s1?
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:20 AM
04-12-2001 05:20 AM
Re: AUTOFS problem
/
/cdrom -o ro
I have set the automount variable to 0, i stopped the nfs client and started it, but now nfs doesn't work. Also after reboot now it isn't working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:20 AM
04-12-2001 05:20 AM
Re: AUTOFS problem
/
/cdrom -ro
I have set the automount variable to 0, i stopped the nfs client and started it, but now nfs doesn't work. Also after reboot now it isn't working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:33 AM
04-12-2001 05:33 AM
Re: AUTOFS problem
please change automount to 1 again. This will fix the startup problem.
Why don't you try to mount your nfs by sam?
did you mount where you want it to be?
sorry, I don't know if this is usefull.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:43 AM
04-12-2001 05:43 AM
Re: AUTOFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:48 AM
04-12-2001 05:48 AM
Re: AUTOFS problem
Do you get any nfs errors?
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 05:58 AM
04-12-2001 05:58 AM
Re: AUTOFS problem
/home
/cdrom -ro
i'm not having nfs errors...nfs is working..
i'm having that problem if i try to enter in my area..it is mounting it via nfs, and that isn't correct.
if i do a bdf i have
/
/stand
/home
/net/ws (it is mounting me my area /home/tarek)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 06:30 AM
04-12-2001 06:30 AM
Re: AUTOFS problem
But I think it will not solve your problem.
Try by SAM:
Networking & Communications -> Networked FileSystems -> Mounted Remote File Systems
Check there if you anything abnormal.
hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 06:31 AM
04-12-2001 06:31 AM
Re: AUTOFS problem
You're exporting your /home filesystem to all machines on the network, including your own workstation. Append "-access=
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 06:33 AM
04-12-2001 06:33 AM
Re: AUTOFS problem
If /home is mounted, what fs type has it in /etc/mnttab -- lofs or nfs? If it is lofs, it isn't mounted via nfs.
What's about direct maps?
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 06:52 AM
04-12-2001 06:52 AM
Re: AUTOFS problem
/ /net/gehp180 lofs defaults 0 0 987086221
Are you sure it isn't using nfs??
When i was using automount and i mounted my local area i was in:
/home/tarek
now with autofs i am in:
/net/home/tarek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 07:02 AM
04-12-2001 07:02 AM
Re: AUTOFS problem
lofs - loopback file system:
"Is used to mount an existing directory onto another directory."
So I think there is no nfs involved. If you mount a remote directory then it is marked as nfs in /etc/mnttab.
Bye, Thomas
- Tags:
- LOFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 08:41 AM
04-12-2001 08:41 AM
Re: AUTOFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 01:28 PM
05-20-2002 01:28 PM
Re: AUTOFS problem
The problem is that, with autoFS, if a user logs into a machine and does a 'pwd' it shows up as "/net/
I'm trying to find out how to make autoFS realize this, too.