CCMS Alert Monitor (edit monitor-configuration.xml. ?)

Hi Friends
I'm trying to change the default polling time for the CCMS Alert Monitor, 5 minutes instead of 30 minutes.
In http://help.sap.com/saphelp_nwpi71/helpdata/en/e5/5d1741b393f26fe10000000a1550b0/content.htm you can read:
Accuracy
The default polling period for the monitor is 30 minutes. If you want to have shorter polling periods, you can change them in the SAP NetWeaver Administrator as follows:
1. Choose Availability and Performance Management ® Resource Monitoring ® Java System Reports (alias: /nwa/java-sys-reports).
2. Select an arbitrary Number of errors entry in the monitoring tree of the Adapter Engine (leaf node).
3. Choose Configuration in the right-hand pane.
4. Choose Edit in the dialog box that appears.
5. Change the polling period to 5 minutes, for instance.
6. Choose Save and wait until saving is finished (be patient, since this may take a while).
7. Choose Configuration Management ® Infrastructure Management ® Java Configuration Browser.
8. Choose apps ® sap.com ® com.sap.aii.af.app ® Monitoring Configurator ® monitor-configuration.xml.
9. In the xml file, change the polled-by-template period to the same value as above, for example, 5 minutes.
10. Save the modified xml file.
11. Choose Operations Management ® Infrastructure Management ® Start & Stop ® Java EE Services to restart the Monitoring service to apply the changes.
But in step 9, the xml file I've found in my PI 7.1 (SP6) is this:
<monitor-configuration>
<monitor-semantics />
<monitor-tree />
</monitor-configuration>
Also, there is no way to modify that file, you can only display it or download it.
can anyone tell me how to edit the file.
regards
raja

Hi Raja,
This is the same as doing the following:
You can locate the monitor-configuration.xml file in the SDA com.sap.aii.af.app.sda (inside META-INF folder). You can find this SDA in the install directory of PI installation. In this XML file please locate and edit the following tag:
<template-info template-name="SAP_XIJ2EE_RCRDS">
                        <polled-by-template period="30" unit="MINUTE">
                            <generating-resource
                                name="com.sap.aii.utilxi.rtcheck.mx.standard.XIJ2EEComponentMBean" type="APPLICATION"/>
                            <template-attribute-mapping>
                                <invoked-resource-method name="getMonitoringRecords"/>
                            </template-attribute-mapping>
                        </polled-by-template>
                    </template-info>
Change the above to the following *************
<template-info template-name="SAP_XIJ2EE_RCRDS">
                        <polled-by-template period="5" unit="MINUTE">
                            <generating-resource
                                name="com.sap.aii.utilxi.rtcheck.mx.standard.XIJ2EEComponentMBean" type="APPLICATION"/>
                            <template-attribute-mapping>
                                <invoked-resource-method name="getMonitoringRecords"/>
                            </template-attribute-mapping>
                        </polled-by-template>
                    </template-info>
The main change is the polled-by-template value from 30 mins to 5 mins as per your req ******
Construct back the SDA (you can search SDN for that) with this edited XML and then redeploy this SDA with the help of JSPM tool.
This will re-start the PI Server for the changes to come into effect.
I hope this helps.
PS: You can consult your BASIS consultant to locate this sda and re-deploy it on PI Server.
Regards, Gaurav.

Similar Messages

  • Configuring CCMS alerts for Availablity Monitoring

    Hi All,
    We are in the process of configuring availablity monitoring in central system (solution Manager 7.0 with SP stack 23) to monitor all systems (ABAP,Java,Dual Stack, Trex,DMS,etc) in landscape.
    As a first step, we have registered CCMS agents in monitored (ABAP) system and connected to central system (Solman)
    All the required RFCu2019s have been defined for data transfer between monitored and central system
    In RZ20,i could see the availablity as 100% for the defined moniored system under  SAP CCMS Technical Expert Monitors>All Contexts on Local Application Server>CCMS self monitoring >CCMS agents>CCMSPING.hostname
    Not sure whether above path is the place where in we look for alerts
    Please clarify the below points
    i) how to configure the email alerts (in RZ20) from the central system when monitored system is down
    ii) the path in which I can find the alerts in RZ20 for that monitored system or how to add the monitored system incase if that  doesnt exists
    iii) MTE class under which analysis, auto reaction method to be assigned ?
    iv). data collection method and frequency
    v). Which MTE class to be used to assign the Autoreaction method (CCMS_test_mail alredy defined)
    Appreciate your quick response on this
    Thanks,
    vadi

    Hi All,
    Thanks a lot for your reply.
    Still i m having an issue in handling the  RZ20 alerts managemnent
    In RZ20,
    i) i able to see the added monitoried system id under the node CCMS Monitor templates>Availablity & performance overview>Availablity-->monitored sys id
    ii) When i click on open staus for the above node turns to green color
    ii) when i click on current status the node turns to grey color
    I am not sure whether the data collection is being passed since it doesnt turn red when the system is down
    However the dispatching jobs are active in both CEN and monitored (000 client) systems
    Appreciate your response
    Thanks,
    Vadi

  • CCMS Alert for J2EE in Solman

    Hi All,
    I need to set CCMS alert for J2EE monitoring in solman. Could any one help me in this regard. I guess for this we need to configure GRMG monitoring. Could anyone suggest how to do this.
    Thanks & Regards,
    Sundara.

    Hello Sundara
    You can setup CCMS for J2EE in the following ways
    1. Setup system monitoring in DSWP as you do for ABAP systems
    2. Installing and Registering sapccmsr agents
    3. Availability Monitoing by GRMG Lite and GRMG
    4. Setting up Central Autoreaction
    5. E2E analysis (Solution Manager Diagonostic)
    Four options are excellently elaborated in the following link
    Setting Up your Central Monitoring [original link is broken]
    and E2E
    http://service.sap.com/diagnostics
    If you face any problem in any of these, revert back
    thanks
    Bhudev

  • CCMS alert on XI interface monitoring : Error status of XML Messages

    Hello Everyone,
    Please can anyone let me know on how we can setup ccms alert monitoring on tcode: SXMB_MONI for XML messages which are in error status. Do we have any MTE class available in XI system ?
    Please share your expertise on this ..
    thank you !
    Regards,
    Tushar Rathi
    Edited by: Tushar Rathi on Mar 23, 2011 9:24 AM

    Hello Everyone,
    Please can anyone let me know on how we can setup ccms alert monitoring on tcode: SXMB_MONI for XML messages which are in error status. Do we have any MTE class available in XI system ?
    Please share your expertise on this ..
    thank you !
    Regards,
    Tushar Rathi
    Edited by: Tushar Rathi on Mar 23, 2011 9:24 AM

  • How to configure CCMS alert to monitor Authorization failures?

    Dear All,
    How to configure CCMS alert to monitor Authorization failures?
    Thanks
    Ashok

    Hello,
    in case you have not yet set up your monitoring infrastructure, the following link will provide you with the information needed:
    http://service.sap.com/monitoring
    If everything is set up (Agents are installed and connected to your central monitoring system, ...) you can go to transaction RZ21, select Technical Infrastructure - Configure Central System - Assign Central Autoreactions to set up your alerts.
    For the Update errors use the MTE CLass AbapErrorInUpdate. For the Lock please use the search Option.
    Regards
    Christian
    Edited by: Christian Rose on Apr 25, 2011 7:59 PM

  • CCMS - Alert monitor configuration

    Hi
    We are configuring the CCMS  Alert monitor for monitoring the R/3 systems. We are referring sap help and sap notes, but also we are looking for document which instructs the complete configuration, will be appreciated if share the same.
    regards,
    rajesh

    Hi rajesh,
    Have you checked the iTutor files in
    http://service.sap.com/rkt --> SAP Solution Manager 4.0  --> Technology Consultants and System Administr    
    These are really good documents with step by step instuctions and screen
    Thanks
    Prince Jose

  • XI Alert Categories in CCMS alert monitor

    We defined an alert category through ALRTCATDEF and we generate alerts using  SALRT_CREATE_LOCAL in the Graphical and Java mapping. We would like these alerts to be visible in CCMS alert monitor in addition to XI alert inbox. We have done config specified in the SAP documentation to get the RWB alerts in CCMS alert monitor, but only the alert categories for which alert rules are defined in RWB are visible, at the moment. IS this because we don’t have an alert rule for the alert categories called by  SALRT_CREATE_LOCAL,we are not able to see them in CCMS? Is there a way to get around this problem and get these alerts also in the CCMS ?

    HI,
    See the below links may be helpful..
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1 -- ccms alerts - 1
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2 -- ccms alerts -- 2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3 -- ccms alerts --- 3
    Regards
    Chilla

  • No alerts in Setup Monitoring / Keine Alerts bei Systemu00FCberwachung

    Hello together.
    After a long search on the internet, and after reading a mass of books about this, i have no clue, why it isn't working...
    I try to create a monitoring for some of our ERP-Systems with the SAP Solution Manger (7.0).
    I edited the RFC-connections (I guess correctly), register the agent, the corresponding users have enough permissions (now, for testing SAP_ALL)...
    But when I try to select Basis-checks (TA SOLUTION_MANAGER > Operations Setup > System Monitoring > Setup System Monitoring) there are (for my SAP System ) only 3 R/3 System alerts "Spool used numbers", "Spool wait time", "Data archiving"... But no checks for filesystem, CPU, Paging, etc...
    Why I can't see this checks? when I go to the satellite system, TA RZ20, I can see them.
    Are there any settings in my satellite system i can/ must do (or i forgot)?
    Help please.
    With best regards,
    Julian.
    ==========================================================================================
    Hallo zusammen,
    mein Deutsch dürfte etwas besser/ verständlicher sein.
    Ich versuche gerade, ein paar unserer SAP-Systeme mit dem SAP Solution Manager (Version 7.0) zu überwachen, bzw. dieses einzurichten.
    Aber irgendwie will mir das nicht so richtig gelingen.
    Ich habe ein Buch an dem ich mich entlang gehangelt habe in Bezug auf RFC-Verbindungen, Konfigurationen, etc.
    Aber gehe ich nun auf Systemüberwachung einrichten, sehe ich nur 3 Checks die mir angezeigt werden. Sachen wie Paging, CPU, filesystem, etc. fehlen alle.
    Im Satellitensystem sehe ich diese aber in der RZ20..
    Nun steht in diesem Buch "Beachten Sie bitte, dass die Monitoringobjekte im CCMS zugänglich sein müssen[...]".
    Habe ich im Satellitensystem Einstellungen vergessen? Ich bin das Buch vor- und zurückgegangen und finde meinen Fehler nicht, bzw. wo man noch etwas einstellen kann um alles zu sehen.
    Bitte um Ratschlag.
    Danke u. Gruß.
    Julian.

    Hi Julian,
    Are you able to get the auto alerts from Solution Manager after configuring system monitoring?
    If you are getting the auto alerts, please post the configuration steps that you made for the auto alerts.
    Thanks,
    Shai

  • Business Importance of CCMS alerts and Early Watch Alerts configuration

    Hi All,
    I have to present to the management how will configuring CCMS alerts and EWA alerts impact the business and how will it help in maintaining our business and existing scenario through the same. Could some body provide me with the PPT presentations/links/ slides which would help me.
    Points guarnateed for good help . Thanks ins advance.
    Regards,
    Somya Maheshwari

    Hi Somya,
    Actually if you are looking for business point of view you need to go for BPM which is more important from business perspective
    and further now we have BPO dashboards too.
    so customer will be more happy if you can configure bpm because then you can get the reports etc in workcenter and they can view the same in workcenter rather than just technical alerts in CCMS.
    Because based upon my exp they want to go for proactive monitoring not just technical monitoring and later we come to know what happened without knowing the business impact actually.
    Moreover in solman 7.1 its a wizard based approach to configure entire technical monitoring just go thru it.
    this note might help you otherwise.
    SAP note 897226 ('Monitoring TREX with CCMS")
    and below links with ccms config
    Monitoring your SAP NetWeaver Components
    setup ccms
    Setting Up your Central Monitoring
    hope it helps further
    regards
    prakhar
    Edited by: Prakhar Saxena on Feb 7, 2012 1:51 PM

  • How to Configure CCMS Alert???

    Hi All,
    I would appreciate if any one can help me in configuring CCMS alert for satellite systems in Solution Manager. I want to configure alerts for:
    1. Update Error
    2. Locks (More that 10 hours)
    Any help to start off this would be highly appreciated!
    Waiting for your kind responses.
    Regards,
    Faisal

    Hello,
    in case you have not yet set up your monitoring infrastructure, the following link will provide you with the information needed:
    http://service.sap.com/monitoring
    If everything is set up (Agents are installed and connected to your central monitoring system, ...) you can go to transaction RZ21, select Technical Infrastructure - Configure Central System - Assign Central Autoreactions to set up your alerts.
    For the Update errors use the MTE CLass AbapErrorInUpdate. For the Lock please use the search Option.
    Regards
    Christian
    Edited by: Christian Rose on Apr 25, 2011 7:59 PM

  • How to integrate CCMS with RWB component monitoring

    Hi, all.
    I am wondering if there is a way to forward errors from the component monitoring and CC monitoring in RWB to CCMS. For example, if a CC is down because somebody changed the CC user or password or disable the CC totally, RWB will show errors in the communication channel monitoring. However, I could not find a way to forward those messages to CCMS so that we can manage it in a centralized way. Any idea?
    Thanks,
    Jonathan.
    Edited by: Jonathan Ma on Nov 4, 2011 9:50 PM

    HI, look this...
    CCMS Heartbeat... RWB
    XI :  GRMG Customizing for XI CCMS Heartbeat Monitoring Part II
    But First, you'll need all of this..
    how to coonfigure CCMS Alerts and Alert Categories and Alert Rules
    Regards!

  • Unable to configure CCMS alerts

    Hi All,
    I'm trying to configure alerts in RZ20.
    e.g. whenever there is an error in Mapping (EXCEPTION_DURING_EXECUTE), I can see the alerts in rz20, but I cannot trigger an alert to Alert Inbox.
    I tried to follow the following weblog:
    /people/sap.user72/blog/2005/03/03/alert-management--use-it-in-ccms-to-shorten-response-times-for-business-critical-situaltions
    But it's not working.
    Any help?
    Regards,
    Puloma.

    Hi Puloma,
    Please check these..
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i
    /people/dirk.jenrich/blog/2006/06/28/event-log-monitoring-using-ccms-agents
    /people/sap.india5/blog/2005/12/06/xi-ccms-alert-monitoring-overview-and-features
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f0/04983c6e577546e10000000a11405a/frameset.htm
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • CCMS function module runtime monitoring

    Hi SAP Gurus,
    We have our ECC 6 production server  which has a BAPI running many times a day. It is a function module running using an RFC connection from an external system and uses a dialog work process when it is running. The time we need to monitor is the Time/RFC call from RFC profiles in ST03. I have to monitor that whenever this function module runs for more than 10 seconds,there is a CCMS alert. I think I have to setup a new monitor for this but I don't what attributes to use to configure an alert. The Production server is connected to the Solution Manager System and CCMS & Solution Monitoring is set up. Please help me out. Thanks in advance.

    Debug using update debugging.
    Run ur program by  using /h it will enter debug mode, now switch on update debugging, and press f8 it should stop at ur break point(by the way is it a break point)

  • Configure CCMS alert to Analyze Application log

    Hi ,
    Please provide the prodecure to configure CCMS alert for Applications logs from SLG1 tcode.
    If any error log(prefarably Important logs ) is created then a alert should be triggered .
    Background : We are using Solution Manager 7.0 as Central monitor system for Satellite systems of verions ECC6.0.
    Thanks & Regards
    ganesh

    this answer is no longer needed

  • ABAP Central Service not available alert in Technical Monitoring

    Hi Gurus,
    Need help with this alert which i am getting from Solman 7.1 SP10.
    ABAP Message Server Status
    XXX-ABAP
    3
    3
    3
    No process found for: msg_server(.*)
    I have already checked following notes but no luck
    1419603 - Missing ABAP SAP Central Services (ASCS) instance in SLD/LMDB
    1916237 - ABAP Central Service not available alert in Technical Monitoring
    Our managed system kernel is 720 P 401 as per-requisites for the sld registration.
    Have tried few things here and there but no luck.
    Please suggest is any has any suggestion or solution.
    Dev

    Hi Roland,
    I followed the note 1717846 and performed all the steps successfully.. But still no luck with ASCS in SLD.
    Any ideas or suggestions .?
    Attaching the logs for your reference:
    Tue Apr 15 15:52:23 2014 Parsing XML document.
    Tue Apr 15 15:52:23 2014 Supplier Name: BCControlInstance
    Tue Apr 15 15:52:23 2014 Supplier Version: 1.0
    Tue Apr 15 15:52:23 2014 Supplier Vendor:
    Tue Apr 15 15:52:23 2014 CIM Model Version: 1.5.29
    Tue Apr 15 15:52:23 2014 Using destination file '/usr/sap/XXX/SYS/global/slddest.cfg'.
    Tue Apr 15 15:52:23 2014 Use binary key file '/usr/sap/XXX/SYS/global/slddest.cfg.key' for data decryption
    Tue Apr 15 15:52:23 2014 Use encryted destination file '/usr/sap/XXX/SYS/global/slddest.cfg' as data source
    Tue Apr 15 15:52:23 2014 HTTP trace: false
    Tue Apr 15 15:52:23 2014 Data trace: false
    Tue Apr 15 15:52:23 2014 Using destination file '/usr/sap/XXX/SYS/global/slddest.cfg'.
    Tue Apr 15 15:52:23 2014 Use binary key file '/usr/sap/XXX/SYS/global/slddest.cfg.key' for data decryption
    Tue Apr 15 15:52:23 2014 Use encryted destination file '/usr/sap/xXX/SYS/global/slddest.cfg' as data source
    Tue Apr 15 15:52:23 2014 ******************************
    Tue Apr 15 15:52:23 2014 *** Start SLD Registration ***
    Tue Apr 15 15:52:23 2014 ******************************
    Tue Apr 15 15:52:23 2014 HTTP open timeout     = 420 sec
    Tue Apr 15 15:52:23 2014 HTTP send timeout     = 420 sec
    Tue Apr 15 15:52:23 2014 HTTP response timeout = 420 sec
    Tue Apr 15 15:52:23 2014 Used URL: http://sapr6bv:51600/sld/ds
    Tue Apr 15 15:52:23 2014 HTTP open status: true - NI RC=1
    Tue Apr 15 15:52:23 2014 HTTP send successful.
    Tue Apr 15 15:52:23 2014 Return code: 200 --- Return message: (OK)
    Tue Apr 15 15:52:23 2014 HTTP response: Success. HTTP status code: 200
    Tue Apr 15 15:52:23 2014 ****************************
    Tue Apr 15 15:52:23 2014 *** End SLD Registration ***
    Tue Apr 15 15:52:23 2014 ****************************

Maybe you are looking for

  • Restricting few FI T-codes based on company code

    I was able to restrict some FI transactions based on the Company code by giving relevant values for Organization levels.  However I could not restrict the following three T-codes: FBV3                       Display F.81                       Reverse

  • Is it possible to open a form created with screen painter more than once?

    I have created a form with the screen painter. In the screen painter the form is assigned a FormUID. Probably because this is done, it is impossible to open the form more than once?? Thanks, Kind regards

  • Link between iTunes and Library lost. Hard drive failure

    Hi!    I need help with the following problem. (i7 27" iMac/256GB SSD + 1TB of internal disk hard drive. (SATA/7200rpm/3.5"))           The 1TB internal hard drive on my iMac failed the S.M.A.R.T. Utilities test so Apple called in the computer and I

  • Change of display colour in Chrome in Mountain Lion

    When I am using chrome, running 10.8.1, occasionally the browser changes the colours slightly making webpages look more washed out, when i cmd-Q and chrome closes the desktop flashes back to its normal colour.

  • Help: Records not showing when cube is placed under the Multiporivider

    Hi Experts, I have a Cube called Bcube with char Plant,calm year/month, material and Key Figure, Pqty When I generate a report on this Cube, everything looks fine and I see plants, year, etc in the report There are 2 other cubes: MCube also has char