- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- patches eliminate pfs_mount...
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-09-2004 06:35 AM
07-09-2004 06:35 AM
patches eliminate pfs_mount...
However, when I take the Oracle CD out, and put another Oracle CD in, I try to mount it and get this message:
/dev/dsk/c0t1d0: Device Busy
I tried to umount the /cdrom and rmdir /cdrom and then do this
insert the Oracle CD
mkdir /cdrom
mount -F cdfs -o rr /dev/dsk/c0t1d0 /cdrom
and still get Device Busy. I have looked at all of the previous posts on this issue, and all of the recommendation does not help me. Anyone have this problem? I know I should unmount /cdrom before removing the Oracle CD. But should I rmdir /cdrom?
fuser -cu /cdrom shows its not mounted and a bdf shows its not mounted...but I still get a device busy.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 06:39 AM
07-09-2004 06:39 AM
Re: patches eliminate pfs_mount...
Did you unmount it before removing the CD? You shouldn't be able to open the drive without unmounting it but that's what it sounds like.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 06:42 AM
07-09-2004 06:42 AM
Re: patches eliminate pfs_mount...
I am surprized it let you take out the CD from the drive while it was still mounted on the system. If you did unmount the CD before taking it out, then I suspect a problem with the drive. Either re-insert the CD or try with a different CD, mount it and see if it is not a problem with the mount point.
Do you have an entry in your /etc/mnttab file for the CD?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 06:47 AM
07-09-2004 06:47 AM
Re: patches eliminate pfs_mount...
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 06:56 AM
07-09-2004 06:56 AM
Re: patches eliminate pfs_mount...
mnttab gives you the information you may not see in your bdf. Since you unmounted it, I do not suspect any problems with mount command itself.
Try re-inserting the CD or another one. Mount it and see if it works. If so, then CD may be bad.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 07:39 AM
07-09-2004 07:39 AM
Re: patches eliminate pfs_mount...
I did this on another server, did not have a bit of a problem. Both servers have the three patches needed to get around the pfs_mount problem. Could there be problems with the CD drive? Any utility program I can use to see if the CD Drive is problematic?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 07:42 AM
07-09-2004 07:42 AM
Re: patches eliminate pfs_mount...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2004 01:12 PM
07-10-2004 01:12 PM
Re: patches eliminate pfs_mount...
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 07:16 PM
07-11-2004 07:16 PM
Re: patches eliminate pfs_mount...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 09:59 PM
07-11-2004 09:59 PM
Re: patches eliminate pfs_mount...
CD drive may not be bad. You can confirm it by mounting a different CD.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 11:39 PM
07-11-2004 11:39 PM
Re: patches eliminate pfs_mount...
i know this problem , it happen also to me and i didnt see any process or file open on the cd .
my solution was do reboot the system and to delete the /cdrom and recreate the file again and do the process of the install again , i know that it is now a good solution but after spending 4 hours trying to trubleshoot it i gave up .
you all ready said that you try to find a process open on the files , this can be the only thing that can make the problem .
you can try also to use the command fuser -k /cdrom or also to the device file that you see in the bdf .
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 02:44 AM
07-12-2004 02:44 AM
Re: patches eliminate pfs_mount...
Eran, The server reboots on a weekly basis on Sundays. This morning, I checked and the server did reboot, and doing a ps -ef brings up this process " /usr/sbin/rpc.mountd " and I am wonderign why did this automatically come up after the reboot. This appears to be the cause of the problem, because one other HP server rebooted at the same time and did not have this process running. Anyone know why/how this process got started up, and running from /usr/sbin?
I tried mounting the CD with the mount -F cdfs -o rr /dev/dsk/cxtxdx /cdrom command, and still got the error msg: Device busy.
I think this error message is showing up because the rpc.mountd daemon is accessing the device?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:24 AM
07-12-2004 05:24 AM
Re: patches eliminate pfs_mount...
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:52 AM
07-12-2004 05:52 AM
Re: patches eliminate pfs_mount...
Thanks for your reply. So far, I have not been able to find any reason why I keep getting the "device busy: cdrom" error message.
I noticed you said that failure of the three Rockbridge Patches seems to be somewhat common...another patch has broken the -o rr functionality. This is the first time I heard of a failure with the three patches. What was the recommendation to remedy this?
I am not having a problem with one of my servers, but with two of them I keep getting "device busy". After the servers were rebooted yesterday, I was hoping the problem went away, but not so!
Have you talked to HP on this, like you said you would? I don't presume my configuration files are the problem? /etc/fstab, /etc/rc.config.d/nfsconf and such?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 06:15 AM
07-12-2004 06:15 AM
Re: patches eliminate pfs_mount...
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 09:05 AM
07-26-2004 09:05 AM
Re: patches eliminate pfs_mount...
I suspect the 'device busy' problem occurs because you are trying to install Oracle and have to change CDs. If you are running the install, the installation app "owns" the CD device and will not allow a 'mount -F' of the drive once the install has started. I highly recommend using pfs_mount as you can mount/unmount/remount without the problem, or even better, if you have enough disk space, mount the CDs and copy them to disk ( ../disk1, ../disk2, etc.) then run the install from the disk copy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 04:51 AM
07-27-2004 04:51 AM
Re: patches eliminate pfs_mount...
One clarification to my previous post - when running the Oracle install, ensure you are not in the directory where the CD is mounted (otherwise you will not be able to 'pfs_umount') - run the install from "/" by giving the full path to the install executable, i.e., for Oracle 8i: # /cdrom/runInstaller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 02:06 AM
08-02-2004 02:06 AM
Re: patches eliminate pfs_mount...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 02:29 AM
08-02-2004 02:29 AM
Re: patches eliminate pfs_mount...
fuser /dev/dsk/c1t2d0
fuser /dev/rdsk/c1t2d0
and if neither shows any processes, get a copy of lsof which will definitely find the problem process(es). Make sure that PFS isn't running.
Bill Hassell, sysadmin