HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: SLES 9 SP4 automount
Operating System - Linux
1827741
Members
3291
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-11-2009 09:25 AM
02-11-2009 09:25 AM
SLES 9 SP4 automount
Hello all
I am trying to implement automount feature for Novell SLES 9 SP4 in our environment. I have gotten the automounting to work, but for some reason the timeouts are not being read and the unmounting is not happening. I am using the autofs 4
Here are my files:
# cat /etc/auto.master
/net /etc/mount.map --timeout 3600
# cat /etc/mount.map
usr.sap.transpalglo -rw,hard,intr transpalglo:/vol/transpalglo
the /usr/sap/transpalglo is linked to /net/usr.sap.transpalglo. but after idle timeout is reached , the /net/usr.sap.transpalglo does not unmount
so my questions is, what is the proper syntax for the timeout.
is there anything else i need to set other than the above files, e.g. /etc/init.d/autofs
Any help would be appreciated
Thanks
I am trying to implement automount feature for Novell SLES 9 SP4 in our environment. I have gotten the automounting to work, but for some reason the timeouts are not being read and the unmounting is not happening. I am using the autofs 4
Here are my files:
# cat /etc/auto.master
/net /etc/mount.map --timeout 3600
# cat /etc/mount.map
usr.sap.transpalglo -rw,hard,intr transpalglo:/vol/transpalglo
the /usr/sap/transpalglo is linked to /net/usr.sap.transpalglo. but after idle timeout is reached , the /net/usr.sap.transpalglo does not unmount
so my questions is, what is the proper syntax for the timeout.
is there anything else i need to set other than the above files, e.g. /etc/init.d/autofs
Any help would be appreciated
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2009 09:35 AM
02-11-2009 09:35 AM
Re: SLES 9 SP4 automount
Shalom,
The timeouts probably are working.
Any, file handle held open by a process on NFS will keep the mount alive.
fuser -uk /mount_point
If you see more entries that the fuser PID then what I am saying is true.
I don't think its a configuration problem, I think its an open proces/file handle issue.
SEP
The timeouts probably are working.
Any, file handle held open by a process on NFS will keep the mount alive.
fuser -uk /mount_point
If you see more entries that the fuser PID then what I am saying is true.
I don't think its a configuration problem, I think its an open proces/file handle issue.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
02-11-2009 09:44 AM
02-11-2009 09:44 AM
Re: SLES 9 SP4 automount
Hi Steven
thanks for the input. I did look into that, but currently there is nothing using the /usr/sap/transpalglo or the /net/usr.sap.transpalglo
here is the output
# fuser -u /usr/sap/transpalglo
# fuser -u /net/usr.sap.transpalglo
# fuser -u /net/
/net/: 17613(root)
# ps -ef | grep 17613
root 17613 1 0 Feb02 ? 00:00:00 /usr/sbin/automount --timeout 3600 /net file /etc/mount.map
root 9154 24441 0 09:39 pts/1 00:00:00 grep 17613
thanks for the input. I did look into that, but currently there is nothing using the /usr/sap/transpalglo or the /net/usr.sap.transpalglo
here is the output
# fuser -u /usr/sap/transpalglo
# fuser -u /net/usr.sap.transpalglo
# fuser -u /net/
/net/: 17613(root)
# ps -ef | grep 17613
root 17613 1 0 Feb02 ? 00:00:00 /usr/sbin/automount --timeout 3600 /net file /etc/mount.map
root 9154 24441 0 09:39 pts/1 00:00:00 grep 17613
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP