- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CanB4t eject 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
07-16-2003 12:39 PM
07-16-2003 12:39 PM
# pfs_umount /cdrom
pfs_mount: giving up on /cdrom
To mount
# pfs_mount /cdrom
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 12:46 PM
07-16-2003 12:46 PM
Re: CanB4t eject CDROM
Make sure that you are not cd'd into /cdrom.
You can do:
# fuser -cu /cdrom
...to look for processes.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 12:47 PM
07-16-2003 12:47 PM
Re: CanB4t eject CDROM
Now you can eject it.
Don't be surprised if you kill a telnet session or something. Don't be surprised if you disconnect yoruself.
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
07-16-2003 12:48 PM
07-16-2003 12:48 PM
SolutionTypically, I start pfsd and pfs_mountd and use pfs_mount only for the time required and then immediately pfs_umount and kill the pfs deamons -- this is not the most stable stuff to ever escape the HP Garage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 12:56 PM
07-16-2003 12:56 PM
Re: CanB4t eject CDROM
The psf it's buggy tool so if the kill of
all processes that use the mount point
would help you will need to make the reboot
to the machine.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 01:04 PM
07-16-2003 01:04 PM
Re: CanB4t eject CDROM
/cdrom:
No process.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 01:08 PM
07-16-2003 01:08 PM
Re: CanB4t eject CDROM
PHKL_28060, PHCO_26449, This may have superseeded look for the recent from patch databse.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 01:14 PM
07-16-2003 01:14 PM
Re: CanB4t eject CDROM
As Clay has noted, if you are the victim of a hung 'pfs_mount' your only recourse is to reboot. Killing the 'pfs' daemons in other than the reverse order in which they were started leads to hung systems. Failure to use a 'pfs_umount' also results in hung systems. Your symptoms will resemble hung NFS mounts since 'pfs' leverages features of NFS.
If you do a 'bdf' and get no response and/or if your server's load averages are increasing (as seen via 'uptime'), quit now and reboot!
Having said that, in 11.x you can natively mount CDs and throw away forever the truly awful 'pfs_mount'.
For 11.11 download and install these patches from the ITRC:
PHCO_25841
PHKL_28025
PHKL_26269
This will allow you to natively mount CDs in RockRidge Format (like ORacle uses).
While this requires a reboot to install, it is far superior to the old 'pfs' mount methodology. To mount your CD/DVD, do:
# /usr/sbin/mount -F cdfs -e -o ro,rr device_file
Similar patches are available for 11.0.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 01:51 PM
07-16-2003 01:51 PM
Re: CanB4t eject CDROM
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 06:12 PM
07-16-2003 06:12 PM
Re: CanB4t eject CDROM
First:
ps -ef | grep pfs
kill the processes
kill -9
We want the process and its daddy.
Then try and eject.
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
07-16-2003 06:54 PM
07-16-2003 06:54 PM
Re: CanB4t eject CDROM
I have had some luck in the past with using:
# pfs_umount -c
It doesn't always work but it has saved me a reboot before, especially when the CD has already been unmounted with a normal umount command and you can't eject it.
Cheers
Con