cancel
Showing results for 
Search instead for 
Did you mean: 

sapccm4x agent terminates

Former Member
0 Kudos

Hi ,

I am facing a strange problem.The sapccm4x agent for our quality box terminates after 5 minutes after starting with following error.

-


INFO: entering sReInitSapccmsrLight

ERROR: Reinitialization called more than 10 times in the last 5 minutes

ERROR: Agent will stop now..

HINT: Please check compatibility of versions.

SAPCCM4X of release 7.00 is to be used only to monitor ABAP or Double Stack instances of kernel release 7.00 (NW04s).

-


We are using the latest CCMS agent avialable for our ABAP stack 701 release on HP-UX 11.31 IA64

The strange thing is the same version is working properly on the dev and prod boxes which have the same configuration.I searched a lot of forums and notes but could not find anything tht cud solve the problem.

Please let me know if anyone has faced this similar issue.

Regards,

Max

Accepted Solutions (0)

Answers (3)

Answers (3)

Nibu
Contributor
0 Kudos

Hi

Refer

, hope it will help you .

Regards,

Nibu Antony

Former Member
0 Kudos

The agent stops, due it can't initialize the needed shared memory

segment. It can be also seen in the dev_disp trace:

-


CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

      • ERROR => e=13 semop(10485875,(0,-1,4096),1) (13: Permission denied)

[semux.c 1186]

      • ERROR => CCMS: AlCreateAttachShm_AS : lock semaphore return 1

[alxxappl.c 665]

      • ERROR => CCMS: sAlInit: could not create/attach shared memory key 13 (rtc = 1) [alxx.c 1187]

      • ERROR => AlDpAdmInit: sAlInit rtc = 1 [alxx.c 514]

      • ERROR => DpLoopInit: AlDpAdmInit [dpxxdisp.c 2016]

-


I ran the following command:

sappfpar check pf=/usr/sap/<SID>/SYS/profile/<profile>

It showed, that the pool 10 and pool 40 were exhausted. I followed the recommendations and raised the pools.

However the agents did not start after this changes too so raised to SAP.SAP suggested that this still is a shared memory issue and a server restart should solve this issue.

Indeed this solved the problem.The agents are now running fine.

Former Member
0 Kudos

I am also getting the same issue. My kernel release is 701. But my question is why it is working fine for all other system with same kernel release.

Thanks

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

As per logs you are using CCMS agent of release 700 but your kernel release is 701. Could you please check it ?

Thanks

Sunny