cancel
Showing results for 
Search instead for 
Did you mean: 

More memory utilised by SAP ABAP instance zones on Solaris 10

Former Member
0 Kudos

Hi All,

We have this Solaris box which throws a WARNING during health_check.

-


fs4283# /usr/contrib/uxmon/libexec/check_health

WARNING: found error messages in /var/adm/messages: inetd: Unable to fork;<br>checked: prtdiag, psrinfo, Disksuite, zpool, syslogd, sshd, keyswitch(MAINTE.), hrdconf, /.forward, mqueue, telnetd patch, ipnodes, procs

-


The prstat -Z returns:

ZONEID NPROC SWAP RSS MEMORY TIME CPU ZONE

49 78 24G 6585M 10% 46:50:51 8.5% usai2smf

0 79 265M 256M 0.4% 76:42:01 8.0% global

48 89 29G 8635M 13% 86:35:19 3.2% usai5aio

33 70 17G 2542M 3.9% 121:41:48 1.1% usai3sts

46 67 15G 4553M 6.9% 39:30:15 0.8% usai1smb

39 72 18G 4902M 7.5% 87:59:55 0.6% usai2sts

41 92 21G 2608M 4.0% 115:59:18 0.1% usai1sts

There is only 5 GB swap space free on the host fs4283. Thats why the warning.

All are application instances of different ABAP only systems.

Is it possible to reduce the SWAP utilization by the SAP instance? And is there any possibility to check

if any paritcular process in the instance occupies more swap?

Please suggest!

Regards,

Sushma

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos
> The prstat -Z returns:
> ZONEID   NPROC    SWAP   RSS    MEMORY      TIME         CPU         ZONE
>     49       78            24G     6585M    10%        46:50:51    8.5%      usai2smf
>      0       79             265M  256M   0.4%           76:42:01    8.0%      global
>     48       89            29G    8635M    13%         86:35:19    3.2%      usai5aio
>     33       70            17G    2542M   3.9%         121:41:48  1.1%      usai3sts
>     46       67            15G    4553M   6.9%         39:30:15    0.8%       usai1smb
>     39       72            18G    4902M   7.5%         87:59:55    0.6%      usai2sts
>     41       92            21G    2608M   4.0%         115:59:18   0.1%     usai1sts

>

> Is it possible to reduce the SWAP utilization by the SAP instance? And is there any possibility to check

> if any paritcular process in the instance occupies more swap?

An application such as SAP doesn't use "swap", it uses memory. On memory shortage old memory pages are paged out into the swap area.

You will need to reconfigure the installations on the zones so they consume less memory (e. g. decrase sga_max on all systems if you use Oracle).

Markus