- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle staging problem
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
10-08-2008 07:06 PM
10-08-2008 07:06 PM
Oracle staging problem
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 07:28 PM
10-08-2008 07:28 PM
Re: Oracle staging problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 08:34 PM
10-08-2008 08:34 PM
Re: Oracle staging problem
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 10:52 PM
10-08-2008 10:52 PM
Re: Oracle staging problem
/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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2008 03:10 AM
10-09-2008 03:10 AM
Re: Oracle staging problem
I'm not sure why you would ever want to use the obsolete and buggy pfs_mount? Is it available still on 11.31?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 09:54 PM
10-14-2008 09:54 PM
Re: Oracle staging problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 11:40 PM
10-14-2008 11:40 PM
Re: Oracle staging problem
have tried copy the files with cpio .?
Thanks,
Johnson