Operating System - HP-UX
1834935 Members
2503 Online
110071 Solutions
New Discussion

Re: Oracle staging problem

 
khalid rasool_2
Advisor

Oracle staging problem

I have two boxes of itanium RX6600 and RX2660, OS is HP-UX 11iv3, when I tried to install Oracle R12 thru DVD drive it stuck after built 1.8GB (approx) stage area.I thought that's the problem is large fileystem option, but when I checked this option it was enabled.
I tried different media from DVD but result was same.Then I tried to copy these files from DVD to HDD but result was same after 1.8 or 1.9 GB it gave me the error like this,

cp : bad copy to/visr12/StageR12/oraDB/. /SD_CDROM/Disk4/dbts/stage/db177_javam.
zip:read:I/O error
Media is fine I tried this media on HP-UX11iv23 and found no error and all media dumped on HDD successfully.
6 REPLIES 6
Gokul Chandola
Trusted Contributor

Re: Oracle staging problem

Hi,
You will get solution 100%, follow me...

This problem is due to no large file supported.
Mean your crated file system is not supporting large files- its default option upto 2 gb.

Solution is that remove all file system and create new with Enable large file support option.

Use SAM and you will get this option in Advance option/other option, when you will crate filesystem.

I have face this problem erlier. Check it and try it, that your file system is support large files or not.

Regards,
Gokul Chandola
There is always some scope for improvment.
khalid rasool_2
Advisor

Re: Oracle staging problem

Dear Gokul
I think there is no need to remove filesystems because filesystems are enabled with large files option.I have checked this to create a dummy file to merge different directories thru "tar" command and after that I created another dummy file with the "cp" command and this was also larger than 4GB.But all creation done HDD to HDD.Might be there is some issue in DVD driver or some kind of limitation in DVD copying which I don't know.This would be interesting for you that there is no issue in 11iv23.
Sandeep_Chaudhary
Trusted Contributor

Re: Oracle staging problem

try pfs_mount for mounting oracle CD

/usr/sbin/rpc.lockd

/usr/sbin/rpc.statd

pfs_mountd &
sleep 3
pfsd &
sleep 4
pfs_mount -o xlat=unix /dev/dsk/c4t2d0 /SD_CDROM
Dennis Handly
Acclaimed Contributor

Re: Oracle staging problem

>Sandeep: try pfs_mount for mounting oracle CD

I'm not sure why you would ever want to use the obsolete and buggy pfs_mount? Is it available still on 11.31?
khalid rasool_2
Advisor

Re: Oracle staging problem

I tried to dump these cds on other server and tried to pick these thru NFS but again facing 2GB problem.
Johnson Punniyalingam
Honored Contributor

Re: Oracle staging problem

Hi Khalid,

have tried copy the files with cpio .?

Thanks,
Johnson
Problems are common to all, but attitude makes the difference