AIX 5.3 Heap Memory with SAP


 
Thread Tools Search this Thread
Operating Systems AIX AIX 5.3 Heap Memory with SAP
# 1  
Old 10-05-2006
AIX 5.3 Heap Memory with SAP

Any idea whether this parameter can be set / adjusted and where please?
# 2  
Old 10-05-2006
Which problem do you have?
Error messages?
# 3  
Old 10-05-2006
Many thanks the errors are pasted below.

STORAGE_PARAMETERS_WRONG_SET

The current program had to be terminated because of an
error when installing the R/3 System.
The program had already requested 78016400 bytes from the operating
system with 'malloc' when the operating system reported after a
further memory request that there was no more memory space
available.
Active calls in SAP kernel


=> 64 bit R/3 Kernel
=> 64 bit AIX Kernel
=> Heap limit = 134217728
=> Stack limit = 33554432
=> Core limit = unlimited
=> File size limit = unlimited
=> Heap address = 0x117ff81e0
=> Stack address = 0xfffffffffff5870
=> Stack low = 0xfffffffffff5870
=> Stack high = 0xffffffffffff760
=> Stack Trace:

Also

EXSORT_NOT_ENOUGH_MEMORY (!! the number of rows this abap querry retrieved : SY-DBCNT 1125533 )

Error in the SAP Basis system
ABAP/4 processor detected an internal system error.
The current ABAP program "AQ10ZFINVENTORY=GRIRREPORT==== " had to be terminated
because the ABAP
processor discovered an invalid system state.

The current ABAP/4 program was meant to sort a dataset (internal table
or extract). For reasons of capacity, this was not possible due to
insufficient main storage space. Therefore, the
external sort was called and resulted in the following error:
the following error:

SAP runtime system internal error.
# 4  
Old 10-23-2006
Sorry for the late reply, I'm very busy.

There are three general reasons for runtime error STORAGE_PARAMETERS_WRONG_SET:

1) Insufficient memory size
2) Improper memory settings
3) Very huge amount of processed data

Please check the following SAP notes:

146289 Parameter Recommendations for 64-Bit SAP Kernel
425207 SAP memory management, current parameter ranges
789477 Large extended memory on AIX (64-bit) as of kernel 6.20
146528 Configuration of R/3 on hosts with much RAM
153641 Swap space requirement for R/3 64-bit kernel

193529 Sort as of 4.5A / EXSORT_NOT_ENOUGH_MEMORY
51959 STORAGE_PARAMETERS_WRONG_SET
44528 STORAGE_PARAMETERS_WRONG_SET

You may also run the following utility and paste the output in here:
sappfpar check pf=<full path to instance profile>
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Sudden rise in heap memory of a process

Hi, There is a abrupt memory rise observed for a process on solaris. When the process is started the memory is around 268 MB and is stable for a day. Then suddenly the memory increased to 4364 MB. Below is the pmap -xs output for the process (only for heap) Address Kbytes ... (1 Reply)
Discussion started by: Nidds
1 Replies

2. AIX

Running SAPPFPAR Check On SAP AIX

Dear All, I have been running SAPPFPAR check on my SAP AIX system and I would like to know which areas as per below that needs tunings. Could someone please kindly let me know me. Q1) Is it compulsory to implement this solutions:- SOLUTIONS: (1) Locate shared memory segments outside of pool... (1 Reply)
Discussion started by: p507907
1 Replies

3. UNIX for Dummies Questions & Answers

Checking heap memory size for java app

Hi I have one Java application installed in my Solaris system. Is there a way to find out the heap memory allocated size/used size/free size for the particular Java process? If anyone knows the command, please let me know. Even I appreciate if I have any scripts to find out the same. ... (0 Replies)
Discussion started by: nthiruvenkatam
0 Replies

4. AIX

Oracle and SAP on AIX 6.1 + PowerHA resources ?

I was wondering if any one have any guides or documention regarding Oracle and SAP on AIX 6.1 + PowerHA setups in one guide step by step Thanks (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

5. AIX

Vulnerability AIX server (GROUPS/USERS) and SAP Systems ?

I hope you can understand me, although my english is not so good. I have a problem. I have installed 4 SAP Systems with different releases on the same server (AIX). Each SAP system has got its own operating system user through the installation. But all users belong to the group SAPSYS. So in other... (3 Replies)
Discussion started by: momok1976
3 Replies

6. AIX

Aix hacmp cluster question (oracle & sap)

Hello, I was wondering if I have 3 nodes (A, B, C) all configured to startup with HACMP, but I would like to configure HACMP in such a way: 1) Node B should startup first. After the cluster successfully starts up and mounts all the filesystems, then 2) Node A, and Node C should startup ! ... (4 Replies)
Discussion started by: filosophizer
4 Replies

7. UNIX for Dummies Questions & Answers

need aix commands specific for sap

hi i am in sap basis . any body have aix command list which are required for a basis admin to check, during critical situations thanks akhil (1 Reply)
Discussion started by: p372707
1 Replies

8. AIX

Printing problem in AIX machines running SAP

Hi all, We have a intermittent problem with printing from SAP running on AIX5.2 . Version of Sap is 4.6b. When a print is fired from SAP, the spool is created fine and then transferred to the host spool system (in this case the AIX Print queue). The problem seems to be happening when AIX... (3 Replies)
Discussion started by: pauldavi26
3 Replies
Login or Register to Ask a Question