- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- New automount
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-02-2001 04:32 AM
04-02-2001 04:32 AM
New automount
AUTOMOUNT=1
AUTO_MASTER="/etc/auto_master"
AUTO_OPTIONS="-f $AUTO_MASTER"
START_MOUNTD=1
AUTOFS+1
AUTOMOUNT_OPTIONS=""
AUTOMOUNTD_OPTIONS=""
My /etc/auto_master is:
/net -hosts -hard -timeo=14 -retry=3 -rsize=4096 -wsize=4096
When i stop and start the nfs.client i have this message:
Trying to start AUTOFS but the old Automounter may still be running. Stop the old automount daemon before starting AutoFS
How can i enable the new autofs??
If i use the new autofs and the other client/servers in my network use the old automount do i have problem in mounting them or viceversa??
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 06:00 AM
04-02-2001 06:00 AM
Re: New automount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 06:01 AM
04-02-2001 06:01 AM
Re: New automount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 07:56 AM
04-02-2001 07:56 AM
Re: New automount
You probably still have an automount PID running. ps -ef|grep automount and also grep pid /etc/mnttab to verify.
Your nfsconf file looks fine, so you can REBOOT and that will get AutoFS going. Grep net /etc/mnttab and verify that indeed it is
set up the way you want it to be.
Hope this helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 11:23 PM
04-02-2001 11:23 PM
Re: New automount
gehp180:(pid714) /net ignore ro,intr,port=890,map=-hosts,indirect,dev=0000 0 0 985950178
i tried to kill pid714 but i have the output no such process...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 11:30 PM
04-02-2001 11:30 PM
Re: New automount
................
starting up the AutoFS daemon
/usr/lib/netsvc/fs/autofs/automountd
Running the AutoFS command interface
/usr/sbin/automount
automount: Warning: invalid entry for /net in /etc/auto_master ignored.
automount: Warning: invalid entry for /net in NIS map auto_master ignored.
FAILURE CODE: 3
mounting remote NFS file systems ...
starting NFS SERVER networking
............................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 03:06 AM
04-03-2001 03:06 AM
Re: New automount
/usr/lib/netsvc/fs/autofs/autmountd
if i try to mount a directory now i can..but i have a strange entry in the /etc/mnttab:
-hosts /net autofs ignore,indirect, 0 0 986292035
i have modified the /etc/auto_master:
/net -hosts nosuid
is it all ok??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 06:15 AM
04-03-2001 06:15 AM
Re: New automount
thanks...