1822437 Members
2643 Online
109642 Solutions
New Discussion юеВ

Re: File size limit ?

 
asif munir
Advisor

File size limit ?

We have OpenVMS version 7.1 having a nfs mount from a hp-ux 11i unix box. I have allowed for lagefiles on the unix file system but when i try to do on oracle export of a dump file to the mounted filesystem on VMS i keep geeting an error when the file size gets to more than 2GB. I receive the following error message,

"EXP-00015: error on row 1895219 of table DOSLIGN, column DATFIN_LD, datatype 12

EXP-00222:

System error message 5

%RMS-F-WBE, error on write behind



EXP-00002: error in writing to export file

EXP-00002: error in writing to export file

EXP-00000: Export terminated unsuccessfully



EXP-00222:

System error message 5

%RMS-E-DAC, ACP file deaccess failed during $CLOSE
"

After looking up the error code it says that there is no space left on the device.

I was just wondering is there a limitation on nfs mount to VMS of are there any paramters that i need to change in order for this export to happen.

Asif
7 REPLIES 7
asif munir
Advisor

Re: File size limit ?

Just to add, this is a 100GB mount point on the unix box so we have no issue of the size, only 2% is being used at the moment so there is no issue with the space.

Asif
Karl Rohwedder
Honored Contributor

Re: File size limit ?

Asif,

could you pls. tell more about:
- which TCPIP serice version
- do you export a native VMS filesystem or a container flesystem
- NFS V2 or V3

regards Kalle
Hein van den Heuvel
Honored Contributor

Re: File size limit ?

There is a 1TB limit on VMS: 2**31 * 512
There is a 2GB limit on HPUX out-of-the-box.

You want the HPUX host folsk to investigate the 'large file' settings to allow to break this 2GB boundary.

Just google for "+hpux +largefiles"
If you trust/like ITRC pointers, then add +site:itrc.hp.com

Cheers,
Hein.


asif munir
Advisor

Re: File size limit ?

The version of tcp/ip on vms is,

Digital TCP/IP Services for OpenVMS Alpha Version V4.2 - ECO 3

I am running nfs v3 on the HP-UX server.

Also i have configured the filesystem on HP-UX for largefiles so that is not an issue.

Asif
asif munir
Advisor

Re: File size limit ?

The HP-UX server is my NFS server and i am using the VMS server as the NFS client to the hp-ux box.

Asif
Steven Schweda
Honored Contributor

Re: File size limit ?

Support in the C run-time library for large
files may not exist in VMS V7.1.

At VMS V7.3-2 (with some CRTL patches) in:
SYS$COMMON:[DECC$LIB.REFERENCE.DECC$RTLDEF]DECC$TYPES.H
it says:

# error " Support for large files not available before OpenVMS Alpha V7.2"

I don't know how the NFS programs are
implemented, but I'd expect them to be
written in C, and I'd be a little amazed if
anything so old as TCPIP V4.2 - ECO
would offer large-file support.

You might look through the TCPIP release
notes to see if large-file support is ever
mentioned.
David Jones_21
Trusted Contributor

Re: File size limit ?

The first test I'd do would be to see if oracle can create the dump file to a local ODS-5 or ODS-2 volume. If it can, the problem is a restriction in the NFS implementation. If it can't, you need to chase down the problem with Oracle before determining if NFS has a problem.
I'm looking for marbles all day long.