- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: automount an cdrom
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
05-08-2002 06:04 AM
05-08-2002 06:04 AM
I want to mount an cdrom via the new automounter (autofs) and it should be umounted after an short period.
I put this entry in /etc/auto.direct
/cdrom -fstype=cdfs,ro :/dev/dsk/c0t1d0
The mount of /cdrom works now. But the automatic umount takes several hours after using it.
Does someone have ideas ?
TIA.
Regards
Stephan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:08 AM
05-08-2002 06:08 AM
Re: automount an cdrom
There's a -t option which specifies the duration in minutes that the filesystem should remain mounted when not in use.
See man automount.
HTH,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:08 AM
05-08-2002 06:08 AM
Re: automount an cdrom
Sorry, that's duration in seconds, not minutes.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:16 AM
05-08-2002 06:16 AM
Re: automount an cdrom
I found the option, but where/how to use it ?
Beside, the default is 5 minutes, why does it take several hours here ?
Regrads
Stephan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:24 AM
05-08-2002 06:24 AM
Re: automount an cdrom
It seems like a patch problem to me. If you are using HP-UX 11.00, then apply this patch - PHNE_25626 (s700_800 11.00 ONC/NFS General Release/Performance Patch). That may solve your issue.
Also apply the latest system patches and it's dependencies from HP-ITRC custom patch manager.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 06:29 AM
05-08-2002 06:29 AM
Re: automount an cdrom
I would guess that either it's a patch issue, as Shiju suggested, or it's still in use. Try fuser and see if someone's still using it.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 07:13 AM
05-08-2002 07:13 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 12:51 AM
05-10-2002 12:51 AM
Re: automount an cdrom
Kevin found the reason. It was Glance which keeps the automounted filesystems mounted. Does anyone have idea to prevent this ?
Regards
Stephan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:26 AM
05-10-2002 06:26 AM
Re: automount an cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:38 AM
05-10-2002 06:38 AM
Re: automount an cdrom
My 11.0 N class server does not exhibit this problem. Glance version is C.02.40.000.
PHNE_22642 1.0 ONC/NFS General Release/Performance Patch
is the most recent NFS patch that I have. There do not appear to be any Glance patches.
HTH,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:42 AM
05-10-2002 06:42 AM
Re: automount an cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 07:05 AM
05-10-2002 07:05 AM
Re: automount an cdrom
I think an upgrade of your Glance software is in order. The December application CD has C.03.50.00. If you can install that, I think your problem will go away.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 02:11 AM
08-07-2002 02:11 AM
Re: automount an cdrom
I opened an Call an the investigation by the Lab tokk a while ....
The result is:
Glance prevents umounting the filesystem/cdrom ! They fixed this problem for normal filesystems (autofs) but not for cdfs Filesystems.
The workaround for this should be:
"The workarounds available for the customer is to make the autofs timeout to
be less than 4 minutes, or else to configure the cd as an indirect mount so
it is not directly under /. This makes a difference because then the type
returned to mwa is autofs, which is ignored for the statvfs calls, not cdfs
which is not ignored. "
Perhaps this information helps somebody else.
Regards
Stephan