- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remove cd w/o rebooting
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
09-13-2001 02:03 AM
09-13-2001 02:03 AM
remove cd w/o rebooting
How do I remove my CD without rebooting when my connection suddenly disconnect from remote workstation? By the way I used pfsd, pfs_mountd and pfs_mount to mount my Oracle CD and prompts me device busy when I used pfs_umount.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2001 03:13 AM
09-13-2001 03:13 AM
Re: remove cd w/o rebooting
you did cd away from the mountpoint before trying to pfs_umount??
Use lsof or fuser to find out which process is still running on this mountpoint. Stop/kill it and try pfs_umount again.
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2001 03:29 AM
09-13-2001 03:29 AM
Re: remove cd w/o rebooting
Do "fuser -u /mount_point"
This will show the list of process ID's and usernames of everyone using the mounted directory.
Warn users to cd out of the directory, and kill any process that are using the directory. You can use this command to kill all processes using the directory
fuser -ck /mount_point
then unmount the directory or CD
umount /mount_point
Then kill the processes related to pfs_* like pfs_mountd, pfsd, rpc.pfs* and all the processes related to pfs.
If this doesn't solve your problem, then there is no choice rather than rebooting the box.
Hope this helps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 01:42 AM
09-14-2001 01:42 AM
Re: remove cd w/o rebooting
I ran the fuser command on the cd mount
# fuser node:/cdrom
then ran a ps on the process number returned. The process number belonged to the Oracle listener & the letter c at the end of the return from fuser indicated that the process was using the cd as its current directory.
If you do have this problem you can run the Oracle lsnrctl utility to stop & restart the listener & remove the lock from the cd mount.
BUT BEWARE, I now have problems getting the ORA-12547 error when I try to connect to the database. I believe that this is related to a patching issue which I'm currently fixing, but I though I ought to warn you just in case it's anything to do with the listener.
HTH
Sharon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 05:10 AM
09-14-2001 05:10 AM