Sap Ccms
Read and write access from the central monitoring system is possible in two different ways: xUsing a defined ABAP interface, in the case of an SAP instance xUsing the CCMS agent, in the case of any server on which the agent is installed and active CCMS agents are independent processes with an interface through RFC to a central monitoring system and an interface to the shared memory.
- SAP AG 2005, Monitoring Detailed Overview / 3 Agenda The Challenge of Monitoring a Landscape Overview of CCMS Monitoring Architecture Alert Handling.
- 2301043-Background job SAPCCMSMONIBATCHDP fails hourly Symptom The monitoring background job 'SAPCCMSMONIBATCHDP' gets cancelled every hour as seen in SM37.
- RZ20 SAP tcode for – CCMS Monitoring Here we would like to draw your attention to RZ20 transaction code in SAP. As we know it is being used in the SAP BC-CCM (Use Subcomponents in Basis) component which is coming under BC module (BASIS).RZ20 is a transaction code used for CCMS Monitoring in SAP.
- SAP CEN configuration for CCMS Alerts (Kernel 7.21 and above for satellite system) Summary:-This document contain the step by step how to configure the CEN configuration for CCMS alerts in kernel 7.21 and above of satellite systems.
Sap Ccms Tcode
SAP CEN configuration for CCMS Alerts
(Kernel 7.21 and above for satellite system)
Summary:-
This document contain the step by step how to configure the CEN configuration for CCMS alerts in kernel 7.21 and above of satellite systems.
Created by: Brindavan Mookaiah
Designation: SAP BASIS Consultant
Table of Contents
SMTP Configuration ………………………………………………………………………………………..
Configure CEN (Central Monitoring System)………………………………………………………….
Create the CSMREG User…………………………………………………………………………………
Activating Background and Central System Dispatching …………………………………………..
Step-by-Step ………………………………………………………………………………………………….
Activate central system dispatching in CEN ………………………………………………………….
Registering a CCMS Agent SAPCCM4X for ABAP-System ………………………………………..
Creating Central Z Method for Alerting ……………………………………………………………………
Auto Reactions for E-Mail Alerting in SBWP……………………………………………………………..
Assigning Z method to MTE classes ………………………………………………………………………
Testing method assignment and mail alert ……………………………………………………………….
SMTP Configuration
Go to TR:”SCOT” double click on “SMTP”
Provide the SMTP connection information.
Provide the Default Name as “your FQDN”
Schedule the send job
Configure CEN (Central Monitoring System)
Create the CSMREG User
Note: You must create this user in CEN and all monitored ABAP systems.
Goto T-code RZ21 ->Technical Infrastructure -> Configure Central System -> Create CSMREG User
Specify any password for this user. You require it during the installation and registration of the CCMS agents
and when creating RFC destinations in monitored systems, among other things.
Activating Background and Central System Dispatching
For all data collection methods in the monitoring architecture to be correctly started, background dispatching
needs to be activated. It starts all data collection methods that are executed periodically in the background
process (as jobs). To execute an auto-reaction in CEN for alerts from remote systems, central system
dispatching needs to be activated.
Note: Activate background dispatching in CEN and in all monitored ABAP systems in client 000.
•Call transaction RZ21. The Monitoring: Properties and Methods screen appears.
•Choose Technical Infrastructure Method Execution Background Dispatching
Background dispatching is performed by the job SAP_CCMS_MONI_BATCH_DP, which runs once an hour.
Note that not only this job, but also the data collection methods started by this job, run under your user
name. You should therefore ensure that your user has the authorizations required for this.
Activate central system dispatching in CEN
Step-by-Step
•Call transaction RZ21. The Monitoring: Properties and Methods screen appears.
•Choose Technical Infrastructure Central System Central System Dispatching.
Central system dispatching is performed by the job SAP_CCMS_CENSYS_DISPATCHER.
Registering a CCMS Agent SAPCCM4X for ABAP-System
If the connecting systems are more than kernel version is 7.21.
Note : Please be aware, that in this release
there is already an integrated sapccm4x agent always started in
sapstartsrv by default, and you are not allowed to use both types of
the agents simultaneously, it will lead to inconsistencies.
If you do not have a special reason to use classical RFC sapccm4x
agents, then please unregister these agents from CEN, please move the
content of the agent working directory (DIR_LOGGING/sapccm4x on each
instance) to another place and restart sapstartsrv with (sapcontrol -nr 02 -function RestartService SID)
Kindly follow the below steps to install sapccm4x gent
1) Please move the content of the agent working directory (DIR_LOGGING/sapccm4x on each instance)
to another place.
2) please restart sapstartsrv with “sapcontrol -nr 02 -function RestartService
3) Login into SOLAM system and got to T-code RZ21 and then click
The screen will appear like below to select the system type and the press enter.
4) Fill the required system information in the below screen
Once the system is registered then goto T-code RZ21 and click Agent for remote systems–>Display
Note: If the system CI and DB install in different host. Please install the sapccmsr agent on DB-host
to get the alerts from database host system.
Creating Central Z Method for Alerting
In Transaction RZ21 Click on Topology -> Method -> Display Overview
Copy “CCMS_OnAlert_Email_V2” to “Z:central_CCMS_OnAlert_Email ”
Change option to “Only in Central System, Triggered by CCMD agents”
Maintain Below parameters
Note: make sure that the SENDER user id is mentioned in the upper case letters below and it is present in the client 000
of Solution Manager system.
Check “Auto –Reaction Method”
Auto Reactions for E-Mail Alerting in SBWP
Crating Distribution list for E-mail alerting –> Goto TR:SBWP
Create Folder “z” folder under shared
Title=<something>
Select the second field of „Entry in DL‟ to „External Address‟
Then click on Create button
You need to specify a folder by clicking on F4 button.
If there are no folders create a folder, say, ZBASIS etc..
Click on „Create Folder‟
Mention the folder which you created if not please created the folder.
To see the distribution list from SBWP transaction, click on „Shared Folders‟ on the left,
To add list of email ids to the group double click on „BASISEMAILGRP‟ on the right.
Select “Z” folder and click on “Distribution Lists” and create “BASISEMAILGRP”
Mention your E-mail address
Assigning Z method to MTE classes
Select TBI and click on „MTE Classes from System‟ button to refresh MTEs from TBI system
Then select the MTEs you want from the middle section and then select central auto reaction method from
right.
Click on „Assign Central Auto-Reaction‟ button,
Select the first checkbox below and then click OK.
Note: Similarly assign the central auto reaction method to as many MTEs as you wish.
You can go to satellite system and check if the auto reaction method assigned.
Testing method assignment and mail alert
Goto T-Code: RZ20 and click the MTE class which you have already assigned the Zmethod
Example: I have assigned for “Abortedjobs”
Click on “YES”
Now we can alert see alert in INBOX with Subject and body
Note : For SOLMAN7.1 you can go-forward to install SMD agent installation.
For more details : Please find the following link about the SMD.
SAP CCMS Agent Installation and Registration
1. Introduction 2
2. General activities in the SAP System for all scenarios 3
2.1 Activate Background Dispatching 3
2.2 Create User CSMREG 3
2.3 Needed Jobs 4
2.4 Create RFC Destination 4
2.4.1 Create RFC Destination for ABAP System 4
2.4.2 Create RFC Destination for ABAP + JAVA System 7
3. Registration of CCMS Agent on OS Level 8
3.1 ABAP System 9
3.1.1. Check specification of System ( Unicode / Non Unicode ) 9
3.1.2. Copy File csmconf and sapccm4x to target folder 9
3.1.3. Registration of CCMS agent sapccm4x to CEN System 10
3.1.4. Automatically start of ccms agent 13
3.1.5. Checking in CEN the ccms agent registration 13
Computing Center Management System (CCMS) to monitor, control, and configure your SAP System.
The CCMS tools support unattended system administration functions around the clock within the SAP System. You can use this tool to analyze and distribute the workload of clients and to display the resource usage of system components.For the Project we have to implement an CCMS Infrastructure.
In order of this we have to configure central functions in the SAP Solution Manager.
Here we describe the installation and registration of satellites sap systems to Solution Manager Production environment. There are several different cases for the CCMS Agent installation possible. So we describe the general activities for all scenarios at first. Then we describe the specific activities for the several scenarios.
In order of the technical Blueprint we describe all activities for Operation System AIX.
Here we configure the first set of ABAP systems to the CEN (Solution Manager Production System).
Some general activities have to be fulfilled for all possibilities for registration.
2.1 Activate Background Dispatching
Login to Satellite System.
Run RZ 21 è Technical Infrastructure è Local Method Execution è Activate background dispatching
Control :
Please check if the job SAP_CCMS_MONI_BATCH_DP is scheduled ( transaction sm37)
2.2 Create User CSMREG
Create the user CSMREG if not created in Satellite Systems.
Run RZ 21 è Technical Infrastructure è Configure Central System è Create CSMREG User
Please enter the password of the user CSMREG.
The user CSMREG needs only the following authorization role, no more authorizations needed:
SAP_BC_CSMREG
Please copy this SAP_Role for security reason to a Customer Role.
The password for CSMREG user is available.
2.3 Needed Jobs
Check in SM37 if the following jobs are scheduled:
SAP_COLLECTOR_FOR_PERFMONITOR : For CEN System and all ABAP Systems
SAP_COLLECTOR_FOR_NON_R3_STAT : For CEN Systems and all Double Stack systems
If the Job is not scheduled you can schedule it via SM36 -> Standard Jobs
2.4 Create RFC Destination
RFC Should be created from Solution Manager System.
2.4.1 Create RFC Destination for ABAP System
Important: All the monitored systems and services must be in the files „hosts“ and „services“, otherwise you will receive the following error:
RZ21 è Technical Infrastructure è Configure Central System è Create remote monitoring entry
- Choose Component Type to Be Monitored
Configuration è Expert mode è Change to “Create only RFC Connection to System”
Change to “Create only RFC Connection to System”
In the following screen you have to enter the needed data in following fields:
System ID, Message Server and Password
Generate the RFC Destinations using the button
Save the configuration using the SAVE button
The following RFC Connection are created.
In SM59 two RFC are created with format
<Sat.SID>_RZ20_ANALYZE and <Sat.SID>_RZ20_COLLECT
2.4.2 Create RFC Destination for ABAP + JAVA System
Important: All the monitored systems and services must be in the files “hosts“ and “services“ file
Follow the above steps in Solution Manager System and choose the Component Type to Be Monitored as per the system.
more
We work with User sid<adm> on OS Level.
All relevant files are stored in the following folder :
Check the files in the above path.
Open the csmconf file and check the CEN system.
Check whether the csmconf file is generated from Solution Manager Production.
Make sure not to edit or corrupt the configuration file.
Copy the csmconf file to the desired location as described in the next section.
The relevant CCMS agent have to be downloaded by your own from the SAP Marketplace.
The CSMCONF file will be stored in the SAP Solution Manager.
3.1 ABAP System
We need SAPCCM4X Agent.
3.1.1. Check specification of System ( Unicode / Non Unicode )
Here you see an Non-Unicode System.
Hostname:SIDadm> disp+work -v | pg
--------------------
disp+work information
--------------------
kernel release 700
kernel make variant 700_REL
DBMS client library OCI_102 ()
DBSL shared library version 700.08
compiled on AIX 2 5 005DD9CD4C00 for rs6000_64
compiled for 64 BIT
compilation mode Non-Unicode
compile time Feb 10 2010 20:51:22
update level 0
patch number 242
source id 0.242
3.1.2. Copy File csmconf and sapccm4x to target folder
Copy the CSMCONF start file to the following directory:
UNIX: /usr/sap/ccms/<SysID>/<inst.dir.>/log/sapccm4x
or
/usr/sap/ccms/<inst.dir.>/sapccmsr
If the folders are not present it should be created.
Depending on the platform and the release of the instance the executable
SAPCCM4X is located in the following directory:
Plattform | Release | Directory |
Unix | NW04 | /usr/sap/<SysID>/SYS/exe/run |
upgraded to | ||
NW 2004s | /usr/sap/<SysID>/SYS/exe/ |
<uc|nuc> stands for Unicode or non-Unicode, respectively.
3.1.3. Registration of CCMS agent sapccm4x to CEN System
In the directory of the executable, enter the command
sapccm4x -R pf=<profile path>.
<profile path> specifies the start profile of the monitored instance.
By default, this is:
UNIX: /usr/sap/<SysID>/SYS/profile/<SysID><Name instance directory><Host>
During the registration(incorporate), the system displays specifications from the CSMCONF
file to you again for confirmation. Confirm the specification by pressing the
ENTER key in each case. You only need to enter two parameters yourself:
- The password for the administration user in CEN, under which you created the CSMCONF file
- The password for the CSMREG user
Password for User ccms_adm in Solution Manager would be mailed to you on request.
Example :
Here we run the registration from Satellite System to Solution ManagerPRD
SID means Satellite SID
PRD means Solution Manager PRD
Hostname:Satellite SIDadm 71> sapccm4x -R pf=/usr/sap/SSID/SYS/profile/START_DVEBMGS00_HOSTNAME
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 [SM PRD]. (found in config file)
additional CENTRAL system y/[n] ? : n
INFO: creating ini file /usr/sap/SID/DVEBMGS00/log/sapccm4x/sapccmsr.ini.
INFO:
CCMS version 20040229, 64 bit, multithreaded, Unicode
compiled at Nov 6 2009
systemid 324 (IBM RS/6000 with AIX)
relno 7010
patch text patch collection 2009/4, OSS note 1304480
patchno 68
INFO Runtime:
running on Satellite System Host name AIX 3 5 00C641104C00
running with profile /usr/sap/SID/SYS/profile/START_DVEBMGS00_Satellite System Host name
INFO profile parameters:
alert/MONI_SEGM_SIZE = 60000000
alert/TRACE = 1
SAPSYSTEM = 00
SAPSYSTEMNAME = SID
SAPLOCALHOST = Satellite System Host name
DIR_CCMS = /usr/sap/ccms
DIR_LOGGING = /usr/sap/SID/DVEBMGS00/log
DIR_PERF = /usr/sap/tmp
INFO:
pid 1532048
INFO: Attached to Shared Memory Key 13 (size 60211232) in pool 10
INFO: Connected to Monitoring Segment [CCMS Monitoring Segment for application server Satellite System Host name_SID_00, created with version CCMS version 20040229, 64 bit single threaded, compiled at Jan 22 2010, kernel 7010_20020600_78, platform 324 (IBM RS/6000 with AIX)]
segment status ENABLED
segment started at Sun Aug 8 04:57:45 2010
segment version 20040229
****************************************************
********************* PRD *********************
****************************************************
Please enter the logon info for an admin user of the
central monitoring system [PRD].
The user should have system administrator privileges
client [000]
user [CCMS_ADM]
language [DE]
trace level [0]
application server [sapPRDc1Solution Manager Hostname]
system number [00]
Logon info ok n/[y] ? : y
please enter password for [PRD:000:CCMS_ADM]: ******
Try to connect ...
INFO: [PRD:000:CCMS_ADM] connected to PRD, host sapPRDc1Soltuion Manager Hostname, System Nr. 00, traceflag [ ]
INFO: PRD release is 701 , (kernel release 701 )
This program will act as registered RFC server lateron.
Please enter the info for a gateway of monitoring system PRD
gateway info:
host: [sapPRDc1Solution Manager Hostname]
service: [sapgw00]
Gateway info ok n/[y] ? : y
*** CCMS agent sapccm4x: RFC client functionality ***
This CCMS agent program sapccm4x is able to actively report
alert data into the monitoring system [PRD].
To enable this feature, you have to setup the user CSMREG
in [PRD]. (refer to SAP Online-help, search for 'CSMREG').
Alternatively use any user in [PRD] that has at least authorization ).
to call per RFC function groups
SALC, SALF, SALH, SALS, SAL_CACHE_RECEIVE, SCSMBK_DATA_OUT,
SCSMBK_RECONCILE, SCSM_CEN_TOOL_MAIN, SYST, RFC1
After entering the RFC logon info for the user, the password
will be stored here on this machine in a Secure Storage.
client [000]
user [CSMREG]
language [DE]
trace level [0]
application server [sapPRDc1Solution Manager Hostname]
system number [00]
Logon info ok n/[y] ? : y
please enter password for [PRD:000:CSMREG]: ********
Try to connect ...
INFO: [PRD:000:CSMREG] connected to PRD, host sapPRDc1Solution Manager Hostname, System Nr. 00, traceflag [ ]
INFO: PRD release is 701 , (kernel release 701 ), CCMS version 20060508
INFO: RFC logon info for [PRD:000:CSMREG] can be updated at any time with -R option:
sapccm4x -R <params>
INFO: Updated saprfc.ini in agent work directory /usr/sap/SID/DVEBMGS00/log/sapccm4x
INFO: Connected to PRD, CCMS version in ABAP: 20060508
[optional] monitored system SID belongs to system group :
INFO: handling destination SAPCCM4X.SATELLITE SYSTEM HOST NAME.00
INFO: successfully registered at PRD
INFO: Updated config file /usr/sap/SID/DVEBMGS00/log/sapccm4x/csmconf.
Start agent? n/[y] : y
INFO: No agent running (no actual pid, no actual shared memory)
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 [PRD]. (found in config file)
INFO: No agent running (no actual pid, no actual shared memory)
INFO:
CCMS version 20040229, 64 bit, multithreaded, Unicode
compiled at Nov 6 2009
systemid 324 (IBM RS/6000 with AIX)
relno 7010
patch text patch collection 2009/4, OSS note 1304480
patchno 68
INFO Runtime:
running on Satellite System Host name AIX 3 5 00C641104C00
running with profile /usr/sap/SID/SYS/profile/START_DVEBMGS00_Satellite System Host name
INFO profile parameters:
alert/MONI_SEGM_SIZE = 60000000
alert/TRACE = 1
SAPSYSTEM = 00
SAPSYSTEMNAME = SID
SAPLOCALHOST = Satellite System Host name
DIR_CCMS = /usr/sap/ccms
DIR_LOGGING = /usr/sap/SID/DVEBMGS00/log
DIR_PERF = /usr/sap/tmp
INFO:
pid 1532048
INFO: Reconnected to Monitoring Segment [SAP_CCMS_Satellite System Host name_SID_00], size [60211232], started at Sun Aug 8 04:57:45 2010
You no longer require CCMS agents, if both of the following conditions are fulfilled:
■The monitored system has a release as of SAP NetWeaver 7.0 EhP1 SP05
■The central monitoring system (CEN) has a release as of SAP NetWeaver 7.0 EhP1
Installing Agent on Java instance
*Note :*If your System release is previous to SAP NetWeaver 7.0 EhP1 SP05 then follows the steps Otherwise Skip up to the Red Mark below:
Satellite System Host name:SIDadm 156> sapccmsr -j2ee -R pf=/usr/sap/SID/SYS/profile/START_SCS10_Satellite System Host name
INFO: CCMS agent sapccmsr working directory is /usr/sap/ccms/SID_10/sapccmsr
INFO: CCMS agent sapccmsr config file is /usr/sap/ccms/SID_10/sapccmsr/csmconf
INFO: Central Monitoring System is [PRD]. (found in config file)
additional CENTRAL system y/[n] ? : n
INFO: found ini file /usr/sap/ccms/SID_10/sapccmsr/sapccmsr.ini.
WARNING: ignoring additional ini file ./sapccmsr.ini.
INFO: Checking Distributed Statistical Records Library dsrlib.o
INFO: checking version an Unicodeness of dsrlib.o
INFO: DSR: Dynamic Library dsrlib.o (version 24) successfully loaded.
INFO: DSR: Dynamic Library dsrlib successfully loaded.
INFO: DSR: Path /usr/sap/ccms/SID_10/dsr for Distributed Statistical Records.
INFO:
CCMS version 20040229, 64 bit, multithreaded, Unicode
compiled at Nov 6 2009
systemid 324 (IBM RS/6000 with AIX)
relno 7010
patch text patch collection 2009/4, OSS note 1304480
patchno 68
INFO Runtime:
running on Satellite System Host name AIX 3 5 00C641104C00
running with profile /usr/sap/SID/SYS/profile/START_SCS10_Satellite System Host name
INFO profile parameters:
alert/MONI_SEGM_SIZE = 60000000
alert/TRACE = 1
SAPSYSTEM = 10
SAPSYSTEMNAME = SID
SAPLOCALHOST = Satellite System Host name
DIR_CCMS = /usr/sap/ccms
DIR_LOGGING = /usr/sap/SID/SCS10/log
DIR_PERF = /usr/sap/tmp
INFO:
pid 3125292
INFO: Attached to Shared Memory Key 73 (size 60000000), no pool used
INFO: Connected to Monitoring Segment [CCMS Monitoring Segment for Satellite System Host name_SID_10_X, created with version CCMS version 20040229, 64 bit multithreaded, compiled at Nov 6 2009, kernel 7010_20020600_68, platform 324 (IBM RS/6000 with AIX)]
segment status WARM_UP
segment started at Tue Aug 10 11:33:10 2010
segment version 20040229
****************************************************
********************* PRD *********************
****************************************************
Please enter the logon info for an admin user of the
central monitoring system [PRD].
The user should have system administrator privileges
client [000]
user [CCMS_ADM]

language [DE]
trace level [0]
application server [sapPRDc1Solution Manager Hostname]
system number [00]
Logon info ok n/[y] ? : y
please enter password for [PRD:000:CCMS_ADM]: ********
Try to connect ...
INFO: [PRD:000:CCMS_ADM] connected to PRD, host sapPRDc1Solution Manager Hostname, System Nr. 00, traceflag [ ]
INFO: PRD release is 701 , (kernel release 701 )
This program will act as registered RFC server lateron.
Please enter the info for a gateway of monitoring system PRD
gateway info:
host: [sapPRDc1Solution Manager Hostname]
service: [sapgw00]
Gateway info ok n/[y] ? : y
*** CCMS agent sapccmsr: RFC client functionality ***
This CCMS agent program sapccmsr is able to actively report
alert data into the monitoring system [PRD].
To enable this feature, you have to setup the user CSMREG
in [PRD]. (refer to SAP Online-help, search for 'CSMREG').
Alternatively use any user in [PRD] that has at least authorization ).
to call per RFC function groups
Sap Ccms Monitoring
SALC, SALF, SALH, SALS, SAL_CACHE_RECEIVE, SCSMBK_DATA_OUT,
SCSMBK_RECONCILE, SCSM_CEN_TOOL_MAIN, SYST, RFC1
After entering the RFC logon info for the user, the password
will be stored here on this machine in a Secure Storage.
client [000]
user [CSMREG]
language [DE]
trace level [0]
application server [sapPRDc1Solution Manager Hostname]
system number [00]
Logon info ok n/[y] ? : y
please enter password for [PRD:000:CSMREG]: ******
Try to connect ...
INFO: [PRD:000:CSMREG] connected to PRD, host sapPRDc1Solution Manager Hostname, System Nr. 00, traceflag [ ]
INFO: PRD release is 701 , (kernel release 701 ), CCMS version 20060508
INFO: RFC logon info for [PRD:000:CSMREG] can be updated at any time with -R option:
sapccmsr -R <params>
INFO: Updated saprfc.ini in agent work directory /usr/sap/ccms/SID_10/sapccmsr
INFO: Connected to PRD, CCMS version in ABAP: 20060508
[optional] monitored system SID belongs to system group :
INFO: Successfully modified RFC destination N3STAT.SATELLITE SYSTEM HOST NAME.10.
INFO: handling destination SAPCCMSR.SATELLITE SYSTEM HOST NAME.10
INFO: handling destination N3STAT.SATELLITE SYSTEM HOST NAME.10
Sap Ccms Module
INFO: successfully registered at PRD
INFO: Updated config file /usr/sap/ccms/SID_10/sapccmsr/csmconf.
Start agent? n/[y] :Y
INFO: Agent is running (actual pid file is detected)
INFO: Setting Stop Flag for sapccmsr
INFO: Waiting for background process to stop...
INFO: Background process was stopped.
INFO: CCMS agent sapccmsr working directory is /usr/sap/ccms/SID_10/sapccmsr
INFO: CCMS agent sapccmsr config file is /usr/sap/ccms/SID_10/sapccmsr/csmconf
INFO: Central Monitoring System is [PRD]. (found in config file)
INFO: No agent running (no actual pid, no actual shared memory)
INFO:
CCMS version 20040229, 64 bit, multithreaded, Unicode
compiled at Nov 6 2009
systemid 324 (IBM RS/6000 with AIX)
relno 7010
patch text patch collection 2009/4, OSS note 1304480
patchno 68
INFO Runtime:
running on Satellite System Host name AIX 3 5 00C641104C00
running with profile /usr/sap/SID/SYS/profile/START_SCS10_Satellite System Host name
INFO profile parameters:
alert/MONI_SEGM_SIZE = 60000000
Sap Ccms Rfc
alert/TRACE = 1
SAPSYSTEM = 10
SAPSYSTEMNAME = SID
SAPLOCALHOST = Satellite System Host name
DIR_CCMS = /usr/sap/ccms
DIR_LOGGING = /usr/sap/SID/SCS10/log
DIR_PERF = /usr/sap/tmp
INFO:
pid 3125292
INFO: Reconnected to Monitoring Segment [SAP_CCMS_Satellite System Host name_SID_10_X], size [60000000], started at Tue Aug 10 11:33:10 2010
Sap Ccms
---------------------------------------------------------------------------------------------------------------------------------
In Visual Administrator
Path of Visual Administrator
/usr/sap/SID/instance DIR/j2ee/admin/go.exe
Login with Corresponding User
In Cluster node èSIDèDispatcherèServicesè Monitoringè CCMS Agent Configuration
Enter the corresponding password and select Register Button
Wait up to Registration Completed Successfully.
In cluster node è SID è in Server nodeè JCO RFC provider
In Bundles Tab Create JCO RFC provider in the following format

SAP.CCMS.J2EE.SID and set and Run.
In CEN System Create TCP/IP RFC type (T )with above mention name (SAP.CCMS.J2EE.SID ).
In CEN system in RZ21
Select Radio button Agents for Remote System è Select Display Overview
In this Display Technical Topology , Change to Edit Mode and Select corresponding java system select the J2EE customizing Destination and add the Corresponding RFC and Click the Save Button
3.1.4. Automatically start of ccms agent
Under UNIX, you must ensure yourself that SAPCCM4X is automatically started again when the host is restarted. To do this, enter the following command in the inittab (/etc/inittab):
/usr/sap/<SysID>/SYS/exe/run/sapccm4x -DCCMS pf=<profile path>
Sap Ccms Zabbix
/usr/sap/<SysID>/SYS/exe/run/sapccmsr -DCCMS pf=<profile path>
3.1.5. Checking in CEN the ccms agent registration
To check whether the agent was successfully registered with CEN, call transaction RZ21 in CEN, select the radio button Agents for Remote Systems, and choose the Display Overview button. The agent that you have just registered appears in the list in the row SAPCCM4X.<host name>.<inst. no.>.
The Agent added now would be added in the above list.
