CCMS FileSystem monitoring

Hi All:
We are setting up automatic monitoring and auto-reaction method for our entire landscape. We would like to monitor our % file system used and would like to setup threshold for each file system.
We are using Windows 2003 - 64 bit. The problem is we can not set threshold value for each file system (Drive) individually. When we try to setup threshhold value, it sets up for every drive and % used for every drive is different.
Any one came across with same situation? Any solution for this?
Thanks,
Miral.

Hi,
sounds strange. I checked this on my system. If I change MTE settings from Class to individual settings (as I wrote before) threshold is only set for current path.
When you look at the first field within properties dialog you will see that the MTE "path" contains drive number and SID. Therefore it could not happen that you set the value for all drives.
Have a look at transaction rz21 -> select Properties assigned to MTE classes and "Display overview". Search for FilesystemFreeSpace and check if threshold is set there. If it is - reset it to default values.
Then do the same for option "MTE-specific properties". If you have changed MTE correctly from class settings to individual settings you should have an entry for it in the list.
Regards,
Frank

Similar Messages

  • 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

  • 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.

  • CCMS Workflow Monitoring - Task

    Hello,
    I would like to see if we can use CCMS to monitor Workflow specifically the Task. Here is a sample Purchase Order Create scenario.
    1 - Purchase Order Create Request comes in (as interface) from PI to ECC.
    2 - Purchase Order created successfully (or failed) in ECC.
    3 - Upon successful (or fail) creation of Purchase Order in ECC, ABAP codes calls a function to raise an Event named "CREATED" under Business Object named "BUS2012" for "PurchaseOrderERPRequest_In_V1" service interface in ECC.
    4 - Workflow Engine in ECC acknowledges the event that was raised in step 3 and executes assigned Task ID "53800009" for that event which executes the Class named "CL_SE_PUR_PO_WF_OUT" which is basically going to send out Purchase Order Create Acknowledgment message (as interface) back to PI so that PI knows PO has been successfully created (or failed) in ECC.
    The monitoring gap we have today is when Task ID fails, it does not send out Acknowledgment message back to PI which can cause a problem. We want to be able to monitor the execution of Task ID with CCMS if this is possible via CCMS.
    Can this (monitoring Workflow Task via CCMS) be done with CCMS?
    Thanks,
    Jay

    Hi dev,
    the Iuser has the permissons of the databaseowner. but the error occures again.
    @dev that is the error-message
    The page cannot be displayed
    There is a problem with the page you are trying to reach and it cannot be displayed.
    Please try the following:
    Open the localhost home page, and then look for links to the information you want.
    Click the  Refresh button, or try again later.
    Click  Search to look for information on the Internet.
    You can also see a list of related sites.
    HTTP 500 - Internal server error
    Internet Explorer
    Edited by: Dirk Eberle on Jan 25, 2008 9:34 AM

  • 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

  • How to add other SAP systems in CCMS ALE Monitoring

    Hi all, how do I add other SAP systems to be ALE monitored centrally in the PI system?
    I want to monitor the Idocs in the SAP R/3 system centrally in PI with CCMS. Default is only ALE for the PI system itself.

    You can add additional systems to CCMS quite easily.
    I would recommend this to be done in Solution Manager though!
    http://help.sap.com/saphelp_nw04s/helpdata/en/c8/40a442b024b211e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/90/4e313f8815d036e10000000a114084/frameset.htm
    Also, search Google for SAP CCMS Central monitoring.

  • CCMS IDOC Monitoring

    HI All,
    I've configured CCMS alert monitoring for IDOCs and Batch job failures. In case of any IDOC failures, in CCMS tree it just shows that there is an alert with description "Outbound: Error in IDoc interface". But it doesn't shows the details of the IDOC failure means complete Status record of the IDOC. Is it possible to display detail level IDOC display in CCMS.
    with Regards

    Check it via BDMO - usually Computing Center Management System (CCMS)  will have Test option which may give you the detailed view of IDOC(error).
    Thanks!

  • GRMG Customizing for XI CCMS Heartbeat Monitoring

    Hello, I'm trying to configure the GRMG Customizing for the XI. I have done all the steps where the weblog /people/sap.user72/blog/2005/12/05/xi-grmg-customizing-for-xi-ccms-heartbeat-monitoring-part-ii says, but it gives me an error.
    I have a Xi 3.0 with every addon updated.
    The J2ee is to SP16 the same as the XI.
    Can somebody help mePablo M.

    Hi,
    Plase can you cross check your step with:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/43f30e51-0a01-0010-f59a-fecea2b95b2c
    Regards
    Vijaya

  • Variants for Filesystem monitoring in TechMon

    Hello,
    I am trying to create variant for Filesystem monitoring which satisfy my below requirement.
    On particular single host I have following filesystems:
    /oracle/ABC, /oracle/DEF, /oracle/XYZ - All these /oracle/SID should be monitored.
    /oracle/ABC/sapdata01,02,03 ... 10 - Out of these I want to exclude only specific FS, like /oracle/ABC/sapdata03 and /oracle/XYZ/sapdata05
    I checked document http://wiki.sdn.sap.com/wiki/download/attachments/269157890/Template+Maintenance+-+File+System+Variants.pdf
    Based on it if I create variant as /oracle(/.*)*, every FS starting with /oracle gets monitored.
    There is another example given in document, (?:(?!/oracle(/.*)*)(?!/aris(/.*)*).*)
    The meaning is clear, but I could not adopt this to my requirement where I want to monitor everything starting with /oracle except /oracle/ABC/sapdata03 and /oracle/XYZ/sapdata05.
    Please suggest. It would also be great if someone can help me understanding the meaning of symbols used in above Negative Regular Expression, like ?:/.*
    Thanks in advance.
    Regards,
    Hrishikesh Wagle

    Hello,
    I could find out the solution.
    To monitor everything starting with /oracle excluding every /oracle/SID/sapdata*
    (?:(?!/oracle/(.*)/sapdata(/.*)*)(/oracle(/.*)*))
    To monitor everything starting with /oracle excluding specific sapdata like /oracle/ABC/sapdata03 and /oracle/XYZ/sapdata05
    ((?!/oracle/ABC/sapdata03(/.*)*)(?!/oracle/XYZ/sapdata05(/.*)*)(/oracle(/.*)*))
    Thanks.

  • Reg CCMS Availability Monitoring

    Hi ,
    I am in the process of configuring CCMs availability monitoring for my Systems.
    I have the following scenario
    1. System A is the CEN System and the CCMSPING Server is running in this System.
    2. System A should monitor System B and send a mail if the Server B gets shut down
    I have done the following until now
    1. CCMS Agents are running and i am getting CCMS  Alerts of System B from System A
    2. In Rz21--> CCMS PING Monitoring. I have added the systems
    When i select the system B in Configuration Overview and Performance Availability and select Ping Test it is failing
    Please let me know the following information
    1. Does CCMSPING installed in System B also?
    2. Do i need to create a SM59 connection in System B(as i have in system A) with name CCMS_SYSTEM_PING_DEST.  If so what are the parameters for that

    Hai,
    Check your inputs for the System, such as Message server port, Message server host, CS Message server host/port.
    or try re installing the CCMSPING utility.
    Check the below link for further details.
    http://help.sap.com/saphelp_nw70/helpdata/EN/38/9e3337d7840ffee10000009b3810a5/frameset.htm
    Regards,
    Yoganand.V

  • CCMS alert monitoring data for ORACLE is not visible in Central system

    Hello,
    I have installed sapccm4x agents in the CI of the Satellite System and it shows in the Central System as sucessfully registered under Agents for remote System and the RFC Connection test is also successfull. When i check in RZ20 in Central System not all the predefined monitors are visible of the Satellite System in the Central System and mainly the MTE element ORACLE. The database,CI and other instances on the Satellite System are installed on separate hardware. As said the database is installed not with the CI but a standalone.
    Please let us know what needs to be configured in order to get the MTE element of ORACLE to show in the Central System.
    Thanks,
    Vinod Meno

    Bhudev,
    Thanks for the quick respose..
    1.Sapccmsr agent is installed on Java standalone server and it has been sucessfully registered and running and we can grep the process to see its state as well as in the Central System i can see under ccms agents for remote systems it shows and the RFC connection test is also sucessfull.
    2.Yes we are sending the data from the DB to CI first,but we also want the data visible in the Central System mainly for the MTE element Oracle.The filesystem of the Satellite Systems shows up in the Central System but i am intrested to capture the MTE element Oracle since we plan to monitor the tablespaces threhold .
    I am thinking of opening an SAP message but i am trying to see if i can get some info that can give me the result.
    Regards,
    Vinod Menon

  • Configuring ccms to monitor a remote system

    Hi.
    Im trying to configure my ccms system to monitor a remote epp 6.0.
    As it is now, the epp has a ccms agent installed.
    Question is:
    how and where do I change the agent to send data to my ccms and not to the currently configured system.
    and.
    when I click "agent working dir" on the ccms system. (under agents for remote SAP system tab) I get this:
    Cannot display information due to older age
    I know this is sparse info, but what Im looking for are pointers to help me on the way...maybe someone has "the link" im looking for.
    I have created an rfc to the remote system. A type T to program ID: host.sapccmsr.99 this hos is the reciepient of the agent data as it is configured now... this host now, collects all ccms data..what I want is, my system to get this info

    Hi
    I'm getting exactly the same error message when playing back the script I've recorded. Albeit in our SAP system (not BW system)
    I'm in our Development System at the moment and want to reply back into the same System that I have created the eCATT in and created the recording to run the eCATT in.
    Did you manage to resolve this?
    If so could you share
    Thanks
    Steve

  • CCMS job monitoring -- RZ20 job history node get duplicated record

    Hi,
    I configured CCMS/Solution Manager auto monitoring job failure. When a job failed on my satellite system, it created a alert and send notification to my CEN, which is my solution manager. Then solution manager send e-mail to a distribution group.
    This is working fine until last week. Now when a job failed, in job history node of RZ20 of my satellite system, the alerts are created mutiple times even the job actually only failed once. For some reasons, the history node of the alerts are updated every 5 minutes with the same job failure. More interestingly, after one hour, it did not create alerts any more. However, as the result I get many e-mails with the same job failure in this once hour, which I expect only one e-mail.
    Do you guys encounter the same problem? I am wondering something has been unintentionaly turned on so it's updating every 5 minutes. I want to turn it off. I looked at SM37 try to find if some batch jobs are doing this but did not find anything running on every 5 minutes.
    Any helpful answers will definitely be appreciated and reward point.
    Yujun Ran

    Hi Suhas,
    Once we had the same issue. But once we updated the current ccmsagent in both Solution manger and the satellite system the issue got resolved.
    Regards,
    Rafikul Hussain

  • CCMS - Alert Monitoring

    Dear All,
    I have just installed IDES 4.7 Release SR 2.0
    Now I want to configure Alert Monitoring using RZ20. Can you please explain step by step as I am new person in the CCMS area.
    Thanks in advance
    LK

    Hi,
    Please check this link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c8ecb690-0201-0010-4e88-f8f56d2b8d65
    With Regards,
    Saurabh

  • CCMS Alert Monitor

    Hi guys,
    is the alert monitor (RZ20) used
    to configure email so as to alert
    if a PC error occurs, does it
    work as a central hub of monitoring?
    Thanks,
    Due points will be assigned

    Hi Vijay,
    RZ20 Tcode is used for CCMS maintanence.
    and to configure mails to alert you to know any errors in PC is done through setting up distributionlist in SO23, and create message using context menu from the process type in PC.
    Check your mailbox and you a good document on this...
    Hope it helps...
    Best Regards,
    DMK
    *Assign points if it helps...

Maybe you are looking for

  • 500 Internal Server Error in Download File

    Help , i am creating one Download file Run Exception!! <BR> <HR> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr bgcolor="#FFFFFF"> <td align="left" colspan="3" height="48" style="font-size:14pt;color:#666666">500 &nbsp Internal S

  • Is there a way to access my old Notes only? I still have my old back up but I cant sync to my phone or it will corrupt it.

    I am using an iphone 5. Recently it malfunctioned and I was told by apple that my old back up had a corruption with it an caused my phone to malfunction. Apple had to redownload the operating system. I was also told that I can not use my old back on

  • Can't get passed login prompt

    I've used the SQL Developers utility to migrate an Access database over to Oracle. Now when I attempt to go into the Administrators section I enter for Username: SYSTEM and Password: ponyboy These are the correct combination to access the Administrat

  • OEL 5 low-resolution

    Hi all I installed Oracle Enterprise Linux 5 in Virtual Box. And I wanted to change resolution of screen, but there are only options - 800x600, 600x480 I googled what configuration do i have to and internet says 1) add 1024x768 in Modes in /etc/X11/x

  • My old computer fried and died. How can i find all the songs I previously downloaded?

    I lost all the data on my old hard drive. I downloaded the newest version of i tunes for my new computer. Now how can i re download all the songs I previously purchased? Thanks for helping