How to create Binary Dump files of 2Gb if the OS is largefileenabled?

Simon Gaarthuis

New Member
Hi,

Progress V91D on aix 4.3:

I want to dump a table who's .d file is bigger than 2Gb. With in the data-administration tool this fails because of the Unix limitation of 2Gb, at least this is the message I receive within the data-administration tool.

When I do a binary dump of this table the .bd file gets bigger than 2Gb.
Ik just want .bd files who are max. 2Gb.

How can I achieve this?
Somebody any Ideas?

Thanx in advance!
Regards,
Simon.
 
I haven't tried this but you might, perhaps, succeed by setting your ulimit to 2GB (I usually set it to "unlimited".)

Why do you want to limit the size?
 
Back
Top