Operating System - HP-UX
1836631 Members
1703 Online
110102 Solutions
New Discussion

Re: install oracle 8.1.7,but the cdrom can not eject out

 
daniel yao_1
Occasional Advisor

install oracle 8.1.7,but the cdrom can not eject out

i am installing oracle 8.1.7 for hpux,and i use pfs_mount mount the cdrom,when change the second media,the cdrom can not been eject out,

how to handle it
10 REPLIES 10
Stefan Farrelly
Honored Contributor

Re: install oracle 8.1.7,but the cdrom can not eject out


Did you pfs_umount first before trying to eject it ? did the command complete successfully ?

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 directory prevening the umount.
Im from Palmerston North, New Zealand, but somehow ended up in London...
daniel yao_1
Occasional Advisor

Re: install oracle 8.1.7,but the cdrom can not eject out

i have do
#pfs_umount mountpoint
#fuser -ku mountpoint
but still can not eject cdrom
Peter Klausner_1
Frequent Advisor

Re: install oracle 8.1.7,but the cdrom can not eject out

Hi,


use pfs_umount /mountpoint to umount the CD-Rom.

Change the CD-ROM

Then use

pfs_mountd /Mountpoit


Peter

Re: install oracle 8.1.7,but the cdrom can not eject out

I've had the same problem before and haven't found the solution to that yet. pfs_umount just seems unsuccessful. What I did was copy the entire distribution (CD 1 and 2) to hard drive and install from there. If you're in a rush you could do that as well but fellow members might have a better/the right solution.
Leif Halvarsson_2
Honored Contributor

Re: install oracle 8.1.7,but the cdrom can not eject out

I had a similar problem when installing Oracle 8 on Solaris. And I too needed to copy the entire distribution (CD 1 and 2) to hard drive before installing.
daniel yao_1
Occasional Advisor

Re: install oracle 8.1.7,but the cdrom can not eject out

thanks everyone. now i know.when you change the second cd,you must use pfs_umount to umount the cdrom filesystem.otherwise,if you use umount to do it,you maybe need to reboot box and you can eject the cdrom :)
Juan Manuel López
Valued Contributor

Re: install oracle 8.1.7,but the cdrom can not eject out

If you have use pfs daemon to mount your CDrom, you have to use pfs_umount /mountpoint to dismount it. Otherwise, you will be not able to dismount it. All you can do is to reboot the machine to get the control again.
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.
I would like to be lie on a beautiful beach spending my life doing nothing, so someboby has to make this job.
Yogeeraj_1
Honored Contributor

Re: install oracle 8.1.7,but the cdrom can not eject out

hi,

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
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Anil C. Sedha
Trusted Contributor

Re: install oracle 8.1.7,but the cdrom can not eject out

Try this as root,

cd /
fuser -kc /cdrom
umount /cdrom

Regards,
Anil
If you need to learn, now is the best opportunity
Wodisch
Honored Contributor

Re: install oracle 8.1.7,but the cdrom can not eject out

Hi Daniel,

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...