System Monitoring for Satellite System in Solution Manager

Hi,
  I configured satellite system in solution manager through SMSY,and i created solution in dswp.I want to configure system monitoring through ccms agent,how to install ccms agent,how to configure system monitoring for satellite system in solution manager .Please guide me.
Thanku

Hi,
In Solution manager I did below steps. :
1)  Activated background dispatching in Rz21 (Client : 000).
2)  Created CSMREG user (In RZ21)
3)  Generated the configuration file for agent (CSMCONF).
I down loaded the ccmagent_35-20001346.sar file.
What are the steps i have to do in satellite system.
Thanku

Similar Messages

  • CCMS is used for system monitoring , why should we use solution manage ?

    CCMS is used for system monitoring , why should we use solution manage ?
    Whats the relationship between CCMS system and SolMan?
    Thank you .

    hi,
    I just want to ask a question. At our client we have solution manager and CCMS. There is data in CCMS I can extract, it is loading on BW side ok the same number of recs,  but the problem on CCMS cubes says there are the same number of record in the cube and also showing as the data is ready for the reporting. But when I run the report and view the data as listcube it is empty. 
    ANy of you have the situation like this cube say it has the data but when do th BEX or infocube contents the cube is empty nothing in there. The same thing is happening with hourly, 15 minute and daily cubes.
    Anyhelp on this matter is appreciated

  • 'Setup System Monitoring' option  is disabled in solution manager

    Hello,
    I am trying to setup system monitoring for different systems in solution manager but the 'Setup System Monitoring' is disabled.
    In solman I go to Solution_manager --> Operations Setup --> on the right side pane 'Setup System Monitoring' is disabled. How can you change this to change mode so that you can configure monitoring for different systems? Any idea, please help.
    Thank you in advance.
    Sameer
    Edited by: Sameer Pant on Mar 19, 2011 1:07 AM

    Hi Lakshmi,
    But when i right click on the qualifier
    No u hv to right click on a field to which Compound field is mapped ( Ur Main Table Field)
    Right Click on Compound field & choose option Set Qualified Update.
    New Links: Create
    Existing Links: Update (All Mapped Qualifiers)
    Thanks,
    Maheshwari

  • How to implement system monitoring(IT performance rep) in Solution Manager.

    Hi
    1.How to implement system monitoring(IT performance report) in Solution Manager?
    need to Monitroing *SAP Workload Areas -Total Database time,Total Avg. Response Time,ect..
    &SAP Operation System Areas -CPU Utilization* in SM workcenter is it possible?
    Please let me know how to configure ?
    2. Is it possible to monitor Solman system itself to get system monitoring--this is to test?
    regards
    Neni

    1.How to implement system monitoring(IT performance report) in Solution Manager?
    need to Monitroing *SAP Workload Areas -Total Database time,Total Avg. Response Time,ect..
    &SAP Operation System Areas -CPU Utilization* in SM workcenter is it possible?
    Please let me know how to configure ?
    Pls visit the roadmap of solution manager EHP1 -Operation with Solution manager
    you get many pdf and sim files for the same.
    https://websmp110.sap-ag.de/~sapidb/011000358700006940692005E.sim
    2. Is it possible to monitor Solman system itself to get system monitoring--this is to test?
    Yes it is possible
    visit the above section
    Hope solves prb
    Regards
    Prakhar

  • Creation of Ibase for satellite systems in Solution Manager 4.0 SP13

    Hello!
    Can enybody help?
    We are trying to creat Ibase for Satellite systems in solution landscape in SolMan system, using the automatic generation(TA SOLUTION_MANAGER) for specific solution.
    After successfully generation we have only one iBase for one solman system only, but there are some systems in solution.
    Does anyone know how to generate iBase for all systems in solution?

    Hi,
    There will be only one iBase for a solution.
    Goto tcode IB52 and check. You will find all the systems assigned to your solution appear there.
    regards,
    Ram

  • System monitor for awesome

    Im currently using awesome, its great except for one thing, there is no system monitor, like gnome-system-monitor for example. though I want something that dosent depend on gnome and displays remainning laptop battery time, aswell as mounted file systems, ram/cpu/network usage and a list of prosesses.

    Here's what I'm using with dwm - probably good for dzen as well:
    dwm-mystats.sh
    #!/bin/zsh
    # vim:ft=zsh ts=4
    # (c) 2007 by Robert Manea
    # Date format as recognized by standard system 'date'
    SDATE_FORMAT='%Y-%m-%d %H:%M'
    sdate() {
    date +${SDATE_FORMAT}
    sdfree() {
    print -n `df -h / /home` | awk '{verf1=$11; part1=$13; verf2=$17; part2=$19}; END {print "["part1"] -"verf1" [~] -"verf2}'
    smemused() {
    awk '/MemTotal/ {t=$2}; /MemFree/ {f=$2}; END {print t-f " " t}' /proc/meminfo | dbar -w 6 -s '='
    swapused() {
    awk '/SwapTotal/ {t=$2}; /SwapFree/ {f=$2}; END {print t-f " " t}' /proc/meminfo | dbar -w 6 -s '='
    sload() {
    print -n ${(@)$(</proc/loadavg)[1,3]}
    scpu() {
    vmstat | awk '/0/ {print 100-$15}' | dbar -w 6 -s '='
    snetabs() {
    local iface
    iface=`ifconfig | grep "Ethernet" | awk '{print $1}'`
    if [ $iface != "" ] ; then
    print -n "$iface: `mesure -l -i $iface -avK -c 2`||"
    fi
    snetbar() {
    mesure -aK -c 2 -l -i `ifconfig | grep "Ethernet" | awk '{print $1}'` | dbar -nonl -w 6 -s '=' -min 0 -max 270
    sac() {
    case `awk '{print $2}' /proc/acpi/ac_adapter/AC/state` in
    on-line)
    print -n "yep"
    print -n "no"
    esac
    sbatt() {
    local STATE
    STATE=`cat /proc/acpi/battery/BAT0/state /proc/acpi/battery/BAT0/info`
    case `echo $STATE | awk '/present:/{print $2}' - | tail -n 1` in
    no)
    print -n "no"
    echo $STATE | awk '/design capacity:/ {f=$3}; /remaining capacity:/ {r=$3}; END {print 100*r/f"%"}' -
    esac
    sgov() {
    < /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    sfreq() {
    awk '{print $1/1000}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
    stemp() {
    awk '{print $2}' /proc/acpi/thermal_zone/THRC/temperature
    supdates() {
    grep pkg.tar.gz /var/log/updates.log | wc -l
    # Main
    while true; do
    upd=$(supdates)
    if [ $upd = 0 ] ; then
    print " AC: $(sac) | Batt: $(sbatt) || $(sdfree) || CPU:$(scpu) ($(sload)) | $(sgov) / $(sfreq) MHz -> $(stemp)° || $(sdate)"
    else
    print " AC: $(sac) | Batt: $(sbatt) || $(sdfree) || CPU:$(scpu) ($(sload)) | $(sgov) / $(sfreq) MHz -> $(stemp)° || $upd UPD. || $(sdate)"
    fi
    # change polling frequency in AC/BATT mode
    case $(sac) in
    yep)
    sleep 8
    no)
    sleep 1m
    esac
    done
    You can play around a bit with the functions that get called/displayed in the main loop. It depends on zsh and makes use of this cronjob (in /etc/cron.hourly/pacsync):
    #!/bin/dash
    pacman -Syup --noprogressbar > /var/log/updates.log

  • Monitoring BI PROCESS CHAIN with Solution Manager BPMON

    Hello,
    I'm trying to setup the monitoring of BI process chain using the BPMON
    I setup the process chain monitoring using  BPmon application monitoring "BI Process Chain Monitoring" (BOBIPCMO)
    but than I'm not able to read the process chain names,steps,and variant from satellite system
    On other systems,using different application monitor (like PI MONITOR) is working fine
    i'm using the latest plug-in ST-A/PI 01L_BCO700 on entire landscape
    My bi system is 7.01 EHP1 sp4
    solution Manager is 7.01 EHP1 SP20
    Any suggestiions?
    Thanks
    Marco

    Hello Marco,
    the problem is that the Process Chain monitor is not yet available with ST-A/PI 01L*. Unfortunately the empty hull that you see during the setup was shipped without the proper content. The Process Chain monitor will be properly shipped with the next ST-PI and ST-A/PI combination in Q2/2010.
    Sorry for any inconvenience caused.
    If you want to have this monitor earlier on it could be implemented via Customer Exit in case that you have some MaxAttention or Safeguarding engagement.
    Best Regards
    Volker

  • How to monitor all SAP Server through solution Manager?

    Dear Friends,
    How to monitor all SAP Server through solution Manager?
    Is it possible if yes then how? Please forward configuration and transaction also.
    Please help me as early as possible..
    Thanks,
    Regards,
    Sachin

    Hi sachin,
    You can monitor your sattilite systems through solution manager.
    If you want to monitor systems in solution manager means you need to configure those systems in solution manager.
    Before including the systems in solution manager we need to create a solution using tcode <b>DSWP</b>.
    After that you can include the systems using tcode <b>SMSY</b>.
    For configuring the systems we have lot of phases its very difficult to explain here.
    Try to login to<b> service.sap.com</b> and <b>help.sap.com</b> find the helpfull guides.
    i hope it will help you.
    any issues post it.
    kiran kumar.v

  • An advanced solution for sending email from Solution Manager (or CRM)

    Hi all,
    did anyone use blog "An advanced solution for sending email from Solution Manager (or CRM)"
    <a href="/people/emmanuele.prudenzano/blog/2006/08/03/an-advanced-solution-for-sending-email-from-solution-manager-or-crm:///people/emmanuele.prudenzano/blog/2006/08/03/an-advanced-solution-for-sending-email-from-solution-manager-or-crm
    I´ve got some problems:
    I tried to implement your solution in our SAP system. I´m new to ABAP and so it´s a little bit try and error for me.
    I´ve got some errors:
    In method EXEC_SMART_FORM_WITH_TEXT (from note 935670) :
    - method string_to_soli does not exist. There is a method xstring_to_solix.
    When I change to method xstring_to_solix
    - "L_STRING" is not type-compatibly to "IP_XSTRING".
    In method ZSM_ATTACH_PHIO_DOCU:
    - field DOCUMENT is unknown
    Regadrs
    Andy

    Hi all,
    did anyone use blog "An advanced solution for sending email from Solution Manager (or CRM)"
    <a href="/people/emmanuele.prudenzano/blog/2006/08/03/an-advanced-solution-for-sending-email-from-solution-manager-or-crm:///people/emmanuele.prudenzano/blog/2006/08/03/an-advanced-solution-for-sending-email-from-solution-manager-or-crm
    I´ve got some problems:
    I tried to implement your solution in our SAP system. I´m new to ABAP and so it´s a little bit try and error for me.
    I´ve got some errors:
    In method EXEC_SMART_FORM_WITH_TEXT (from note 935670) :
    - method string_to_soli does not exist. There is a method xstring_to_solix.
    When I change to method xstring_to_solix
    - "L_STRING" is not type-compatibly to "IP_XSTRING".
    In method ZSM_ATTACH_PHIO_DOCU:
    - field DOCUMENT is unknown
    Regadrs
    Andy

  • Solution Manager System Monitoring for non SAP system

    Dear Support,
    I have configured the CCMS Agent (SAPCCMSR) for non-SAP system (Windows 2008R2).
    The system information (e.g. CPU, Memory, Disks etc) has already showed in RZ20 of Central Monitoring system (e.g. Solution Manager).
    How can I do to configure to display these information in the Alert Inbox tab on System Monitoring Workcenter?
    Best regards,
    Fan Hung

    Hi,
    Have you defined and added corresponding logical systems for the respective satellite systems?
    Here is the sequence of steps you've to do:
    in SMSY:
    1) Define server, DB, Systems
    2) Generate READ, TMW, TRUSTED RFCs to the satellite systems
    3) define logical systems and assign the satellite system to it
    in Solution_Manager:
    1) define new solution
    2) add the logical system into the solution
    If these steps are successful, you should be able to see the satellite system in SYSTEM MONITORING in Solution_Manager.
    Have you already done these steps?
    After performing these steps:
    Solution_Manager>choose relevant solution>operations setup>Solution Monitoring>System monitoring>Activate monitoring> choose the system and activate monitoring.
    Your system will then appear.
    Does this help any way?

  • How to assign a system to a solution for EWA in SAP Solution Manager 7.1 Solman 7.1

    Hello Dear experts,
    I am trying to create and generate an EWA Early Watch report, I am configuring a Solution Manager 7.1 since scratch and now I am in the Managed System configuration - Early Watch Alert Management.
    I know that in order to get the report the system have to appear in the systems and it has to be assigned to a solution but there is not appearing..
    Maybe there is some step that I missed and I have to configure but I don't know which one.
    Below you can find screenshot of my issue.
    I appreciate your help,
    Thank You
    Javier Tenorio

    Hi Javier,
    Please follow the below steps to create solution and assigned to systems.
    First assigned the logical system properly.
    Execute transaction "SOLMAN_WORKCENTER", click on the tab "Solution Manager Administration", and click on "Solutions" on the left of the screen. In the "Solutions" tab, click on the "New" button to create a new solution.
    A window will show up. Enter a name for the solution and select a language and click on "Save Solution"
    assigned the system to solution which you have created.
    Hope this will solve your problem.
    Regards,
    Gurpal

  • Steps to configure Solution Monitoring for Satellite Syst.

    Hi Experts,
    I am using my friend's ID for posting my query.
    I need to configure Solution monitoring of different Satellite Systems in our Solution Manager server.
    Could you please give me the steps for configuring the same.
    Please help.
    Thanks in advance,
    Sandeep.

    Sandeep,
    You will get good documentation & tutor files from https://websmp206.sap-ag.de/ -> Knowledge Exchange,Solution Manager -> Solution Manager 4.0.
    Hope this will help.If not please let me know.
    Regards,
    Cherry

  • System registered in SLD invisible in solution manager configuration

    Hi
    I have installed Solution Manager EHP1 / Oracle 10g / Win2003 on a VM. I  ran into a issue in the Managed system configuration. The first step in the maanaged system configuration would help us select the satelllite systems which and configured in the SLD. Since systems were not yet added to SLD just the solution manager system shows up.
    Here is the problem
    I have added one system to the SLD using "Add Technical system" from http://localhost:50000/sld. This is a ABAP sysystem. The addition went through successfully however this does not reflect when I check the same in solution manager configuration "Managed system configuration"
    As per the guide in the same page, I have checked on "Maintain Technical systems" Here too when I search for the system I created in SLD , I am not able to find it. Is there another way of manually maintaining the system in the SLD?
    Any ideas as to why this might happen? Does one have to bounce the instance after adding systems to SLD/....  just wondering?
    Ideas?
    thanks
    Ravi

    Hi Rajeev
    Thanks for your response however I fixed it. It looks like I had incorrectly mentioned the host in RZ70. Instead of mentioning the hostname of the solution manager I had mentioned the host name of the satellite system
    The below link helped me fix the issue
    http://help.sap.com/saphelp_nwpi71/helpdata/en/e7/01503ede925441e10000000a114084/content.htm
    thanks
    ravi

  • No users are shown for Service Desk in SOLMAN for satellite systems

    Hello!
    I would like to set up the business partners for Service Desk in SAP Solution Manager.
    If I choose the solution and execute "Edit --> Create Business partner" for the SAP R/3 4.7 then I get the warning “no users are shown under the system”.
    If I log onto the satellite system and make some changes in su01 or pfcg the situation does not change.
    <b>How can this problem be solved?</b>
    Thank you very much!
    regards
    Thom

    Thank you very much!
    The problem is solved!
    Im my case was necessary to apply SAP Note 1055630.
    I have assigned the role "SAP_SM_S_USER_GRP" to the user with RFC_READ connection, refreshed the last alert in DSWP and tha is.
    regards!
    Thom

  • SM: System Monitoring for PI7.0

    Now,I'm implemente a Solution Manager project for System monitoring module.who could tell me about how to collect data on part of Java via CCMS?
    if need to configure CCMS Agent,then how to do it?
    thanks a lot.

    Hi,
    As far as configuring CCMS is condisdered.
    1. Create the CSMREG User
    2. Activate Background Dispatching
    3. Activate the Internet Communication Manager (ICM)
    4. Activate Central System Dispatching
    5. Monitor Remote ABAP Systems
         By default, the monitoring architecture monitors only the local ABAP system. You
         must perform the following steps to monitor remote systems:
          a. First define RFC connections from the CEN to the respective monitored ABAP
             system (see Monitoring Multiple Systems: Defining RFC Connections).
          b. Make the monitoring architecture aware of these RFC connections (see
          monitoring Multiple Systems).
    6. Prepare the Registration of the CCMS Agents
    This SAP Help link really explained beautifully to monitor CCMS.
    http://help.sap.com/saphelp_sm40/helpdata/en/49/6272376d3bfa2be10000009b38f8cf/content.htm
    i) Please let me know the systems in your landscape that you want ot monitor, so that i could help you.
    ii) Do you have an ABAP Instance or Java Instance?
    iii) What are the alerts you would like to configure?
    Incase you require more details revert back.
    --Ragu

Maybe you are looking for

  • Templates from Dreamweaver used in frontpage

    I just finished making a website for a client. One of the things he wants is to be able to edit it himself, including the spry menu I put in. The thing is, he uses Frontpage. I was wondering if it's going to be possible for him to just open the templ

  • Creating custom folders

    I created some custom folders in my business area and they were all valid, but when I log in as a user I can not see the custom folders but the other folders are there. please can someone tell me what I am doing wrong. thank you.

  • Unable to start Presentation Services

    Hi all, To make ibots work I ran the cryptotools and made all changes in Job Manager and then tried to restart all the services. I could start all the services except presentation and schedule services. And it gives me error " Windows could not start

  • Finding most recent file in a directory

    Hi, Is there a simple and easy way in labview to write a program that goes into a directory and looks for the most recent file. I can think of one way where I use the list directory vi to obtain an array of the file names in the directory and then us

  • Iphoto 11 + pse 9 editing

    I have iphoto 11   pse 9 ,when I edit using pse as external editor and save simply clicking save ( not save as) when I try to reopen the photo a big black exclamtion mark appears. What's happening?