cancel
Showing results for 
Search instead for 
Did you mean: 

CCMS Agent

Former Member
0 Kudos

Guys,

I am facing the following issue to register a dialog Agent

My server has 8 sap systems installed and I need to register the dialog agent for all of them.

I read the sapccmsr parameter and it says which I can use the command -> ./sapccmsr -r -f <pf=csmonf file>

The command is not working because it is getting the information from the default path /usr/sap/tmp/sapccmsr.

Do you guys know how the command to register a ccms agents in the server which has a lot of sap systems installed?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

>> I read the sapccmsr parameter and it says which I can use the command -> ./sapccmsr -r -f <pf=csmonf file>

Check the sapccmsr help output


It should be ./sapccmsr -r -f  pf=/usr/sap/<SID>/SYS/profile/<instance profile>

Best regards,

Orkun Gedik

Former Member
0 Kudos

Thank you guys.

former_member208104
Active Participant
0 Kudos

Hi,

Try following command:

For abap instance:

sapccmsr -R pf=/usr/sap/<SID>/SYS/Profile/<instance profile name of CI and dialog instance one by one>

for java

sapccms -j2ee -R pf=/usr/sap/<SID>/SYS/Profile/<instance profile name of CI and dialog instance one by one>

-Sanjay

Former Member
0 Kudos

Hello

The csmconf should be place /usr/sap/SID/DVEBMGS<instance number>/log/sapccm4x.

Then go to kernerl directory from there run sapccmsr -R -f <instance profile> and then provide the information of central monitoring system then the satellite system where the agent being installed.

Regards

Vivek