This is a discussion on RE: increase file limit 2gb for IDS 7.31 ontape -s -L 0 with within the Informix forums, part of the Database Server Software category; --> HI Dirk. I think IDS is implemented as following code. ulimit(UL_SETFSIZE, ...) in disk. <- 2GB. So we can ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| HI Dirk. I think IDS is implemented as following code. ulimit(UL_SETFSIZE, ...) in disk. <- 2GB. So we can not create larger than 2GB even if filesystem is allowed exceeding 2GB byte. -- Tsutomu Ogiwara from Tokyo Japan. >From: "Dirk Moolman" <DirkM@caretech.co.za> >To: "Cesar Cruz" <markaragnos17@yahoo.com.mx>, <informix-list@iiug.org> >Subject: RE: increase file limit 2gb for IDS 7.31 ontape -s -L 0 with >linux redhat 3 enterprise edition update 4 Date: Fri, 9 Dec 2005 12:14:38 >+0200 > >I do not know Linux this well, but can you enable large filesystems ? >On Solaris you can set this in your /etc/vfstab file, which allows you >to create files larger than 2Gb. > > >-----Original Message----- >From: owner-informix-list@iiug.org [mailto >On Behalf Of Cesar Cruz >Sent: 08 December 2005 03:17 AM >To: informix-list@iiug.org >Subject: increase file limit 2gb for IDS 7.31 ontape -s -L 0 with linux >redhat 3 enterprise edition update 4 > >Hi, > >We have Linux RedHat 3 Update 4 whith IDS 7.31 when ontape -s -L 0 is >send it. > >The file in /backups2/backup allways end with 2GB file size but all the >instance have 40 GB. > >This is the ulimit -a > >core file size (blocks, -c) 0 >data seg size (kbytes, -d) unlimited >file size (blocks, -f) unlimited >max locked memory (kbytes, -l) 4 >max memory size (kbytes, -m) unlimited >open files (-n) 1024 >pipe size (512 bytes, -p) 8 >stack size (kbytes, -s) 10240 >cpu time (seconds, -t) unlimited >max user processes (-u) 7168 >virtual memory (kbytes, -v) unlimited > > >This is the fstab >LABEL=/ / ext3 defaults >1 1 >LABEL=/boot /boot ext3 defaults >1 2 >none /dev/pts devpts gid=5,mode=620 >0 0 >none /proc proc defaults >0 0 >none /dev/shm tmpfs defaults >0 0 >/dev/cciss/c0d0p2 swap swap defaults >0 0 >/dev/cdrom /mnt/cdrom udf,iso9660 >noauto,owner,kudzu,ro 0 0 >/dev/fd0 /mnt/floppy auto >noauto,owner,kudzu 0 0 > >the file /etc/security/limits.conf > >has nothing configurated. > >Some one can help me? > >Regards, > > > > > > >_________________________________________________ __________ >Do You Yahoo!? >La mejor conexisn a Internet y <b >2GB</b> extra a tu correo por $100 al >mes. http://net.yahoo.com.mx >sending to informix-list > > > >The information on this e-mail including any attachments relates to the >official business of DigiCare (Pty) Ltd. The information is confidential >and legally privileged and is intended solely for the addressee. Access to >this e-mail by anyone else is unauthorised and as such any disclosure, >copying, distribution or any action taken or omitted in reliance on it is >unlawful. Please notify the sender immediately if it has inadvertently >reached you and do not read, disclose or use the content in any way. > > >No responsibility whatsoever is accepted by DigiCare (Pty) Ltd if the >information is, for whatever reason, corrupted or does not reach its >intended destination. The views expressed in this e-mail are the views of >the individual sender and should in no way be construed as the views of >DigiCare (Pty) Ltd, except where the sender has specifically stated them to >be the views of DigiCare (Pty) Ltd. >sending to informix-list sending to informix-list |