- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- install oracle 8.1.7,but the cdrom can not eject o...
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-16-2002 12:08 AM
09-16-2002 12:08 AM
install oracle 8.1.7,but the cdrom can not eject out
how to handle it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 12:14 AM
09-16-2002 12:14 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
Did you pfs_umount
If it did but the CD is still stuck you can try using a paperclip on the front of the CD device to do a manual force eject.
If pfs_umount doesnt work it could be because someone is in the
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 12:16 AM
09-16-2002 12:16 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
#pfs_umount mountpoint
#fuser -ku mountpoint
but still can not eject cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 12:17 AM
09-16-2002 12:17 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
use pfs_umount /mountpoint to umount the CD-Rom.
Change the CD-ROM
Then use
pfs_mountd /Mountpoit
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 12:23 AM
09-16-2002 12:23 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 12:38 AM
09-16-2002 12:38 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 01:05 AM
09-16-2002 01:05 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 01:35 AM
09-16-2002 01:35 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
Also, I suggest you to use the fuser command and get the process running over the file system.
I hope my comments help you.
Juanma.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 02:21 AM
09-16-2002 02:21 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
Please proceed as follows:
1. use the attached script for both mounting and unmounting the Oracle CD
2. Launch the installation using the absolute path.
i.e. /SD_CDROM/runInstaller.sh
instead of using the relative path:
i.e. $ cd SD_CDROM; ./runInstaller.sh
Hope this Helps!
Best Regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 08:43 AM
09-16-2002 08:43 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
cd /
fuser -kc /cdrom
umount /cdrom
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 11:17 AM
09-16-2002 11:17 AM
Re: install oracle 8.1.7,but the cdrom can not eject out
if you have still open the Java "Installer" window, use it the "browse" down to the root directory with it, then switch to a terminal window where you are logged in as "root" and try the "pfs_umount /cdrom" again.
Does it work now?
Then exchange the CD-ROMs, "pfs_mount" the new one, and go back to the "Installer" window and browse to the mount-point of the new CD-ROM.
HTH,
Wodisch
PS: installing the patches PHKL_26448,HPCO_26449, PHKL_26450 and then using plain old "mount" with the new option "-o rr" would be much easier...