Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Failed installation 1

Status
Not open for further replies.

generaal

Programmer
Jan 11, 2007
58
ZA
Good day

I am trying an installation but I keep coming with this "internal program allocation is too large" error. Is there any way to determine where the fault lies?

Error message:

CFG0694 ** ERROR

MEMORY DEFAULT



REASON :



A INTERNAL PROGRAM ALLOCATION IS TOO LARGE



ACTION :



1 CHECK SELECTED INPUT PIFS

2 MODIFY AVAILABLE MEMORY ALLOCATION SIZE



WFIS00610 - Unable to build 425GApif RIF

Correct the problem indicated by preceding messages

save_exec : /vwsa/catia/425/unload/code/bin/wfcrepif -r 425GApif -D all -f -X : EXIT WITH ERROR

install_normal : EXIT WITH ERROR

 
With no information about the application, version of the OS, machine type, I'm going to guess you're trying to install a 64-bit app on a 32-bit kernel?
 
The application is Catia V4, OS AIX 5.3. One of the pre-checks is whether to install 32-bit or the 64-bit version of the software, and it passes. The initial installation of the OS was also for 64-bit.

But nevertheless I thought i would make sure:

# prtconf -c
CPU Type: 64-bit
# prtconf -k
Kernel Type: 64-bit
# prtconf -m
Memory Size: 4096 MB
# prtconf -s
Processor Clock Speed: 1452 MHz
 
Hello

The problem has been resolved. Found out it was a problem with the ulimit. Instead of unlimited for most values it was:

time(seconds) unlimited
file(blocks) 2097151
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000


Thanks for everything blarneyme
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top