Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
AIX TYPE=JP RC=27
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
GAZOU  
View profile  
 More options Feb 23 2007, 7:02 am
From: "GAZOU" <mario.pi...@gmail.com>
Date: Thu, 22 Feb 2007 12:02:29 -0800
Local: Fri, Feb 23 2007 7:02 am
Subject: AIX TYPE=JP RC=27
Hi,

I'm trying to create a large file (over the 2GB limit) and see the
error message I've got.

CREATE-FILE /JBASE_ACCOUNTS/PROD/BIG.FILE.JP TYPE=JP 1 700001

[ 417 ] File /JBASE_ACCOUNTS/PROD/BIG.FILE.JP]D created , type = JP

** Error [ JEDI_FILEOP_FAIL ] **

File operation failed, rc 27, for file /JBASE_ACCOUNTS/PROD/
BIG.FILE.JP

The errmsg 27 say:

Unix error (27): - 'File too large'

So I wonder if my problem is due to the type of machine I'm using - RS/
6000 model H50 (32 bits system) and jPlus file is a 64 bits.

 I know that /JBASE_ACCOUNTS is a jfs2 file system so I guest it is
large file enable?

Maybe I should set the JEDI_PREFILEOP with something special to be
able to create JPlus file because of then JEDI_FILEOP_FAIL message?

I know for sure that there is no limit for file block in ulimit
setting:

ulimit -a

time(seconds)        unlimited

file(blocks)         unlimited

data(kbytes)         262144

stack(kbytes)        32768

memory(kbytes)       32768

coredump(blocks)     2097151

nofiles(descriptors) 2500

I test the OS and the file system with this

cat TS.GRI.ACT TS.GRI.ACT TS.GRI.ACT > bigfile

TS.GRI.ACT has 1073741312 bytes and the result file has 3221223936 so
I know that the problem is not AIX or the ulimit

You have an idea?

Thanks,


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
GAZOU  
View profile  
 More options Feb 24 2007, 1:57 am
From: "GAZOU" <mario.pi...@gmail.com>
Date: Fri, 23 Feb 2007 06:57:44 -0800
Local: Sat, Feb 24 2007 1:57 am
Subject: Re: AIX TYPE=JP RC=27

Oups! I have to forget to say the detailes of Jbase and the machine!

On JBase RELEASE Information         : Major 4.1 , Minor 5.11 , Patch
5574 (Change 42810) Version 32 Bits for AIX

And Machine (prtconf du H50)

System Model: IBM,7026-H50
Processor Type: PowerPC_604
Number Of Processors: 2
Processor Clock Speed: 332 MHz
CPU Type: 32-bit
Kernel Type: 32-bit
LPAR Info: -1 NULL
Memory Size: 1024 MB
Good Memory Size: 1024 MB
Firmware Version: IBM,L04197
Console Login: enable
Auto Restart: true
Full Core: false

Thanks,


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Malai  
View profile  
 More options Feb 26 2007, 8:47 pm
From: "Malai" <malaisel...@gmail.com>
Date: Mon, 26 Feb 2007 01:47:09 -0800
Local: Mon, Feb 26 2007 8:47 pm
Subject: Re: AIX TYPE=JP RC=27
AIX 5.2

AIX has two journal file systems, jfs and jfs2. Both can support large
files. To see which you currently have, run the command 'lsjfs' as
root user.

Sample output
#MountPoint:Device:Vfs:Nodename:Type:Size:Options:AutoMount:Acct:OtherOptio ns:LvSize:FsSize:FragSize:Nbpi:Compress:Bf:AgSize:

/data:/dev/lv00:jfs:::9961472:rw:yes:no::
9961472:9961472:4096:4096:no:false:8:

/huge:/dev/lv01:jfs:::54263808:rw:yes:no::
54263808:54263808:4096:4096:no:true:64:

The column Bf means 'Big files allowed' and in this example is set to
true to allow the use and creation of large files. Change this via
SMIT.

JFS2 is large file enabled by default and is the best choice for file
system on AIX.

May be this could help you.

Thanks
Malai


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Idle  
View profile  
 More options Feb 27 2007, 4:27 am
From: "Jim Idle" <j...@temporal-wave.com>
Date: Mon, 26 Feb 2007 09:27:49 -0800
Local: Tues, Feb 27 2007 4:27 am
Subject: RE: AIX TYPE=JP RC=27
You may not have ulimit defined correctly either. There are soft and hard
limits. To ensure that this is correct:

ulimit -Hd unlimited
ulimit -Sd unlimited

Additionally, jBASE has to be compiled with -DLARGE_FILE in 32 bit mode in
order to support file offsets >32K. I am 'fairly' sure that this flags is
used, but I can't tell you with certainty that this is the case. The people
still working on jBASE on this list should be able o tell you (as should
TEMENOS support).

However, the real answer to be honest is to switch to a 64 bit kernel and
process model. It is possibly the case that the processor you have does not
support 64 bit kernels though. You can find out easily enough though but
using smit and seeing if "enable 64 bit mode" is an option in the operating
system parameters. You will then need to load the 64 bit version of jBASE,
which you may or may not have by default (again, time to ask TEMENOS support
on this one.)

Jim

http://www.linkedin.com/in/jimidle


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Beaudry  
View profile  
 More options Feb 27 2007, 8:07 am
From: "Robert Beaudry" <robertbeau...@gmail.com>
Date: Mon, 26 Feb 2007 13:07:34 -0800
Local: Tues, Feb 27 2007 8:07 am
Subject: Re: AIX TYPE=JP RC=27
Hi Jim,

Thanks for your input. Unfortunately I tried that without succes,
still the same problem.

Some people at jBase said that it was impossible to use large files on
the 32 bit version of jBase4 on AIX but you seem to say that this
could be possible.

Who's right?

On 26 fév, 12:27, "Jim Idle" <j...@temporal-wave.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Bilbee  
View profile  
 More options Feb 27 2007, 8:24 am
From: "Kevin Bilbee" <kbil...@standardabrasives.com>
Date: Mon, 26 Feb 2007 13:24:08 -0800
Local: Tues, Feb 27 2007 8:24 am
Subject: RE: AIX TYPE=JP RC=27
Re-read what Jim said. He said for you to also load the 64bit version of jBase!

Kevin Bilbee


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Idle  
View profile  
 More options Feb 27 2007, 8:32 am
From: "Jim Idle" <j...@temporal-wave.com>
Date: Mon, 26 Feb 2007 13:32:20 -0800
Local: Tues, Feb 27 2007 8:32 am
Subject: RE: AIX TYPE=JP RC=27
It is possible to do it, but involves changes to the way jBASE (not your
programs) is compiled (-DLARGE_FILE) and this may engender other things that
have to be looked at (though I doubt it). Without -DLARGE_FILE, the variable
(off_t) used to keep the offset in a system level file descriptor is only a
signed 32 bit value, which limits you to the 2GB offset value with a 32 bit
build. With the -D_LARGE_FILE set, then this structure element becomes an
unsigned 64 bit value (unsigned long long) which gives you the full 64 bit
offset range. When compiling in 64 bit mode the -DLARGE_FILE flag is not
required because off_t becomes "unsigned long long" by default.

You can easily test it by writing a small C function that writes one byte to
a file at a large offset and compile it with and without the -D_LARGE_FILE
option.

So, the answer is that it is impossible unless TEMENOS start building the
jEDI files with -DLARGE_FILE, which pleasingly makes everyone correct, but
is of no comfort to you ;-).

Jim
http://www.linkedin.com/in/jimidle


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris  
View profile  
 More options Feb 28 2007, 9:50 am
From: "Chris" <ch...@halkyon.com>
Date: Tue, 27 Feb 2007 14:50:40 -0800
Local: Wed, Feb 28 2007 9:50 am
Subject: Re: AIX TYPE=JP RC=27

> system parameters. You will then need to load the 64 bit version of jBASE,
> which you may or may not have by default (again, time to ask TEMENOS support
> on this one.)

Recently I got this reply from Temenos helpdesk:

Do you provide jBase for AIX 5.3?
Yes.
Do you provide 64-bit version of jBase or only 32-bit?
32- bit jBASE.

Chris


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Idle  
View profile  
 More options Feb 28 2007, 10:49 am
From: "Jim Idle" <j...@temporal-wave.com>
Date: Tue, 27 Feb 2007 15:49:29 -0800
Local: Wed, Feb 28 2007 10:49 am
Subject: RE: AIX TYPE=JP RC=27
That does not sound correct. Especially as I personally configured the build
scripts for jBASE 4.1 to build in 64 bit mode on Solaris, HPUX, Tru64 and...
AIX 5.2/5.3. I can't think of any reason why they would therefore not supply
it!

Jim


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dmiller  
View profile  
 More options Mar 1 2007, 1:54 am
From: dmiller <dmil...@s7.com>
Date: Wed, 28 Feb 2007 08:54:50 -0600
Local: Thurs, Mar 1 2007 1:54 am
Subject: RE: AIX TYPE=JP RC=27
There is a 64 bit release of 4.1.5.12 for AIX 5.2(3).  We have a copy
of it to prove it!

Doug

At 05:49 PM 2/27/2007, you wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard W  
View profile  
 More options Mar 1 2007, 11:48 pm
From: "Richard W" <Goo...@wispelweij.nl>
Date: Thu, 01 Mar 2007 04:48:49 -0800
Local: Thurs, Mar 1 2007 11:48 pm
Subject: Re: AIX TYPE=JP RC=27
Hi,

We have the same problem.
We are running on aix 5.1 with release 4.1 (patch 5468)
IBM only support 64 bit and Temenos only 32 bit.
So we are in the middle.
Now we are running jbase on a 64 bit machine everything is working
fine except for the 2gig files
So we have to distribute a little more frequently (this also gains
performance)

On Feb 28, 12:49 am, "Jim Idle" <j...@temporal-wave.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google