Check the CCMS Agent Status in UNIX & Linux

SAPCCMSR Agent

1. Check the sapccmsr agent status.

# su <SID>adm
> sapccmsr -status pf=/sapmnt/<SID>/profile/<instace-profile> -j2ee

INFO: CCMS agent sapccmsr working directory is /usr/sap/tmp/sapccmsr

INFO: CCMS agent sapccmsr config file is /usr/sap/tmp/sapccmsr/csmconf
ERROR: cannot open config file /usr/sap/tmp/sapccmsr/csmconf.
INFO: Checking shared memory status of sapccmsr

******** CCMS Agent is not registered  ********
******** sapccmsr Agent is not running ********

EXITING with code -1

Additional note:
Below example shows that the sapccmsr agent is not running. You can refer at the EXITING with code -1.

SAPCCM4X Agent

1. Check the sapccm4x agent status.

# su <SID>adm
> sapccm4x -status pf=/sapmnt/<SID>/profile/<instance-profile>

INFO: CCMS agent sapccm4x working directory is /usr/sap/<SID>/DVEBMGS00/log/sapccm4x

INFO: CCMS agent sapccm4x config file is /usr/sap/<SID>/DVEBMGS00/log/sapccm4x/csmconf
INFO: Central Monitoring System is [SID]. (found in config file)
******** CCMS agent running on this machine: ********
*
*      sapccm4x with profile /sapmnt/<SID>/profile/<SID>_DVEBMGS00_<hostname>
*
*      registered at central system <SID>
*
*      CCMS version  20040229, 32 bit
*      Process Id    25931
*      relno         6400
*      patchno       93
*      intno         20020600
*****************************************************

EXITING with code 0

Additional note:
Below example shows that the sapccm4x agent is running. You can refer at the EXITING with code 0.

You May Also Like

Leave a Reply?