cancel
Showing results for 
Search instead for 
Did you mean: 

CCMS - Configuring a Avg. for all server instances.

Former Member
0 Kudos

Is there any way to get this ????

We get the Data for the Individual server instance Production_01 where as I want it for the entire system.

As mentioned below in detail...

RZ20 - Transaction .

SAP CCMS Technical Expert Monitors

-> System / All Monitoring Segments / All Monitoring Contexts

-> SAP_CCMS_Production

-> Production_01

-> R3BasisSystem

-> MemoryManagement

-> R3MemMgmtResources

-> EsAct

Now for this we are currently monitoring only 1 instance . Something

like this is required .

Currently, for system MP1 (same problem for MP2 and MP3), I can use the

class MTE R3MemMgmtEsAct to monitor the Extended Memory.

R3MemMgmtEsAct checks the avaibility of Extended Memory for an AS.

I want get an alert only if the Extended Memory is not available for

all the AS in the system MP1, not only for an AS.

If I set a threshold value / 90% of Extended Memory used, I don't want

an alert if there are an AS with 95% of Extended Memory used and an

other AS with 20% used.

=> If there are 5 AS in my system : AS1=20% / AS2=20% / AS3=20%... =>

5x20=100% for the system.

Exemple1 / threshold value 90% :

Consumption / AS1 = 50% (-> 10% for the system)

Consumption / AS2 = 100% (-> 20% for the system)

Consumption / AS3 = 50% (-> 10% for the system)

Consumption / AS4 = 50% (-> 10% for the system)

Consumption / AS5 = 50% (-> 10% for the system)

=> Extended Memory used for the system = 60% => NO ALERT GENERATED

Exemple2 / threshold value 90% :

Consumption / AS1 = 89%

Consumption / AS2 = 100%

Consumption / AS3 = 89%

Consumption / AS4 = 89%

Consumption / AS5 = 89%

=> Extended Memory used for the system = 91,2% => ALERT GENERATED

=> I want check the system (several AS), not an AS.

Thanks to all in advance.

Regards,

Ravi Sharma

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai,

First of all this is not possible at least with SAP tools.

Secondly why do you want to produce alert by calculating the average of the threshold values in %.

As per under SAP standard, if you have 5 application servers for a system then if any one application system goes beyond the set threshold a alert will be produced for the particular application server. This will help us to rectify the problem in that application server.

As per your query if at all you setup the alert management then if 3 application servers goes beyond the set threshold (say 95%) and still if the total average for all the 5 application servers does not go beyond the limit you had set (say 90%) then you will not know that 3 of the application servers has already gone beyond the threshold (as per SAP standards). This will cause the system to be overloaded and can cause some other consequences. Keeping the standard setup will help in good way to maintain your system.

Having the CCMS setup in the standard setup is better, which helps us to maintain systems individually.

Regards,

Yoganand.V

Former Member
0 Kudos

Hi Ravi

I dont think there are specific alerts configured in CCMS for such customizations. This may be possible with appropriate ABAP scripting but i am not sure if such a functionality is provided in the SAP standard monitor templates.

However you can set other kinds of alerts using programming tools.

Regards

Chen