Wily Introscope as monitoring tool?

Hello everybody,
we are looking for a tool capable of monitoring Systems with usage type "java", e.g. Enterprise Portal oder Process Integration.
Has anybody experience with Wily Introscope, e.g. concerning usability?
Whatever experience
Thanks a lot
Thorben

Yes Wily is a very usable monitoring and diagnostic toolset for the J2EE platform. This is especially true for the NetWeaver Portal. SAP has gone to great lengths to instrument the Portal Stack and provides thousands of metrics on a typical Portal and there are tools to Monitor, Analyze, Trace, Track Errors all as part of the Read-only version delivered by SAP.
The pre-configured dashboards are quite nice. The newer release allows use of the Introscope Workstation Version 7.1 product which is more feature rich than the WebView user tool, and this is a plus.
If you want to integrate to an automated Alerting System you'll have to buy the Solution Enablement Pack. You can read more about this at service.sap.com/diagnostics.
Frank

Similar Messages

  • Monitoring Metrics of Wily Introscope / Compared to CCMS?

    Hello,
    As the documentation about Wily says, that Wily Introscope can also be used for monitoring purposes, I am looking for the metrics, one can monitor.
    Unfortunately, I did'nt find an overview yet.
    Can anyone tell me, which metrics Wily Introscope can monitor?
    And how is it in comparison with the CCMS? Does anyone know?
    Thank you,
    Jan

    Hello Jan
    go to service.sap.com/diagnostics -> 'Tools in End-to-End Root Cause Analysis' section
    There you will find the 'Demos' and the 'User Documentation' and FAQs
    and see 'Learning to use End-to-End Root Cause Analysis' too

  • Wily Introscope Version for Solution Manager 7 SPS 17

    Hi
    We have a solution manager 4 (now 7) running on an ABAP stack only, this was recently upgraded from Solution Manager 3.2 which was installed 3 years ago as ABAP stack only, this server was never powerful enough to have the Java stack added and the project did not require it.
    I am now looking to migrate this ABAP Solution Manager 7 to a new server, using ABAP & JAVA so I can make use of Solution Managaer tools like Diagnostics, RCA, WILY etc.
    On a sandpit copy I have migrated the ABAP instance to a more powerful server and added the Java Instance from the Solution Manager 4 Installation Master, so I now have a dual stack SM 4, I have patched this to SP17.
    I am looking to install Wily Introscope for monitoring, I have read Note 797147 - Wily Introscope Installation for SAP Customers, where it says you should always use the latest version of Wily, which is 8.0.2, but looking at the note, the downloads for Introscope Enterprise Manager and Introscope Workstation are from SAP SOLUTION MANAGER 7.0 EHP 1, but I am not running Solution Manager on EHP1, I am on SP Stack 17.
    Looking in the SWDC there are downloads in  SAP SOLUTION MANAGER 7.0 -> Entry by Component -> Solution Manager JAVA Stack -> WILY INTROSCOPE ENTPR MGR 8
    Is this what I should be using for my SP Stack 17, or should I use the EHP1 version?
    Also, setting up the Solution Manager Diagnostics, is there a setup PDF for Solution Manager 7 SP17 ? I cannot find a setup guide for this release, most are for EHP1, I would rather not have to implement EHP1 as part of this migration !
    Thanks for any help.
    Paul.

    Hi Bhudev
    Thanks for the reply, I presumed it was the Wily introscope 8 without the EHP1 I required.
    As for installation guide, I have think you have misunderstood my question, I already have the wily installation guide from the note location, I wanted to know if there is any Solution Manager Diagnostics setup guides for SP17 ?
    When I use transaction SOLMAN_WORKCENNTER --> System Monitoring --> Solution Manager Diagnostics --> Diagnostics System --> Diagnostics Setup --> Setup Wizard
    the first 2 (of 23) setups are failing :
    SSO The value of profile parameter login/accept_sso2_ticket could not be checked
    BI Cannot invoke CCMSBISETUP on host localhost
    Warning :
    User(BI) Role SAP_BI_E2E does not exist
    Then it says :
    To complete the Diagnostics Setup, you should perform the following operations as documented in Diagnostics Setup Guide
    I cannot find this Diagnostics Setup Guide for SP17 ?
    The installation guides are mainly for EHP1, media library under sap-ag.de/diagnostics does not show this setup guide, Master Installation guide does not mention it, so was wondering if anyone could point me in the right direction for this guide ?
    Thanks,
    Paul.

  • Wily Introscope settings for ColfFusion application

    I implemented Wily Introscope to monitor a ColdFusion
    application on a HP-UX server using 1.4.2.05 HP Hotspot JVM.
    1) Introscope settings (probes) reference Java classes and
    methods. By using the ..../WEB-INF/cfclasses, the only metrics I
    succeeded to set are, for instance;
    TraceOneMethodOfclass cfDispatcher2ecfc1427029379 _factor0
    MethodTimer "...."
    where the reference to the method is "_factor<n>".
    Is there a way to associate this "_factor<n>" method
    name
    with a real function defined with <cffunction> tag into
    the CFML page source ?
    Otherwise I obtain a list of "_factor<n>" method names
    into the Introscope Workstation view, without to be able to
    associate each one with the relevant CFML page source function
    name.
    2) In addition, is there a way to instrument the Java class
    java.lang.runtime (for the method getruntime) ? This is
    called from ColdFusion page with this code:
    <cfscript>
    rt = createObject("java","java.lang.Runtime").getRuntime();
    </cfscript>
    I tried
    SetFlag: InstanceCounts
    IdentifyClassAs: java.lang.Runtime InstanceCounts
    TraceOneMethodIfFlagged: InstanceCounts getRuntime
    SimpleInstanceCounter "...."
    and then after unsuccess, I tried
    TraceOneMethodOfclass java.lang.Runtime getruntime
    MethodTimer "..."
    But it did not succeed, no metric appearing in the
    Workstation view after page call.
    Do you have any any idea ?:confused;

    I implemented Wily Introscope to monitor a ColdFusion
    application on a HP-UX server using 1.4.2.05 HP Hotspot JVM.
    1) Introscope settings (probes) reference Java classes and
    methods. By using the ..../WEB-INF/cfclasses, the only metrics I
    succeeded to set are, for instance;
    TraceOneMethodOfclass cfDispatcher2ecfc1427029379 _factor0
    MethodTimer "...."
    where the reference to the method is "_factor<n>".
    Is there a way to associate this "_factor<n>" method
    name
    with a real function defined with <cffunction> tag into
    the CFML page source ?
    Otherwise I obtain a list of "_factor<n>" method names
    into the Introscope Workstation view, without to be able to
    associate each one with the relevant CFML page source function
    name.
    2) In addition, is there a way to instrument the Java class
    java.lang.runtime (for the method getruntime) ? This is
    called from ColdFusion page with this code:
    <cfscript>
    rt = createObject("java","java.lang.Runtime").getRuntime();
    </cfscript>
    I tried
    SetFlag: InstanceCounts
    IdentifyClassAs: java.lang.Runtime InstanceCounts
    TraceOneMethodIfFlagged: InstanceCounts getRuntime
    SimpleInstanceCounter "...."
    and then after unsuccess, I tried
    TraceOneMethodOfclass java.lang.Runtime getruntime
    MethodTimer "..."
    But it did not succeed, no metric appearing in the
    Workstation view after page call.
    Do you have any any idea ?:confused;

  • Wily Introscope is not running in Solution Manager 7.1 and tech monitoring

    Hi Experts,
    we are able to log in wily introscope, But metrics(values) are not coming in wily
    we re started the solution manager server, that port is working fine now, Please assist me on this to fix issue find log as attachment.
    2)we configure the technical monitoring in our solution manager system but metrics are not coming for dialog response time in dash board. which extractor i need to check how to troubleshoot,
    thanks in advance for you help
    Best Reg

    Hi Srivastav.
    Actually i am new to solution manager, and we have done basic steps of solution manager like
    system preparation,basic configuration,managed system configuration and technical monitoring,
    in tech monitoring system monitoring,and EUEM and we are planing to perform DVM and RBPD,
    my solution manager system is installed on windows 2008 server, version is 7.1 SP 7,
    currently we facing issue in wily introscope and technical monitoring dash boards metrics are not appearing and please tell me how to close the thread ,
    Best Regards,
    Hanuman

  • SABRIX/JBOSS monitoring with Solution Manager and Wily Introscope

    Reading SCN discussions it is not quite clear to me if an extra (Wily) license is needed for monitoring SABRIX/JBOSS with Solution Manager and Wily Introscope. Does someone have experience in this area what exact to do?

    Hi GSAP,
    Please check this pdf file:
    Wily Introscope a CA Product- Utility that Comes with Solution Manager Specifically for Java Monitoring
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50973df5-e1d1-2c10-cf89-c177fbfd7e65?QuickLink=index&…
    Thanks
    Vikram

  • New monitoring tool for SAP BusinessObjects Enterprise XI 3.1 SP2 & higher

    Did you know that there is a new monitoring tool available for SAP BusinessObjects Enterprise XI 3.1?
    It produces reports that summarise the SAP BusinessObjects Enterprise system landscape and its configuration, helps out with troubleshooting issues and points out areas of concern.
    It also delivers a lot of help with troubleshooting issues via Wily Introscope monitoring dashboards, an 'investigator' and transaction tracing.
    You can read more about it in this blog: /people/miles.escow/blog/2010/12/01/remote-support-component
    Edited by: Christian Luehe on Dec 2, 2010 5:07 PM

    Hi,
    we support official IBM Tivoli and Mircosoft SMS.
    Check google with "businessobjects enterprise monitoring" and you will find a lot of other vendors. maybe you find yours.
    Regards
    -Seb.

  • SCOM 2012 CA Wily Introscope Integration

    Hello,
    I want to integrate CA Wily Introscope into our SCOM 2012 environment. There is an Integration xml (CAWily.Introscope.Integration.xml) which I can include as management pack into SCOM. After this I see 4 charts but no information in it. SCOM agent
    is running on Introscope MOM Servers and Collectors and the Intrscope discovery function is active at SCOM. It seems to me that the discovery can not find the Introscope servers.
    Is there anything to activate on Introscope?
    Has anybody experience with this integration?
    Regards, Doreen

    Hi,
    Do you mean that you want to use SCOM to moitor Introscope server? Do you have the corresponding management pack imported to the management group?
    Based on my research, CA Wily Introscope is also a monitoring tool. If you are looking for ways to combine both the two monitoring tools together, I have to say that it may not be supported. As they are totally different and I am not familar with CA
    Wily Introscope, please also post on the vendor forum to get more support.
    Regards,
    Yan Li
    Regards, Yan Li

  • Wily Introscope is not running in Solution Manager 7.1

    Hello Experts,
    wily Introscope is not running in solution manager system,
    below error getting in log, solution manager is running on windows server and how to start wily in windows.
    8/23/14 11:58:50.088 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope Enterprise Manager Release 9.1.0.0 (Build 581006)
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Java VM version "Java HotSpot(TM) 64-Bit Server VM 1.6.0_23" from Sun Microsystems Inc.
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Introscope installation at: D:\usr\sap\CCMS\apmintroscope\.
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] CA Introscope(R) Version 9.1
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Copyright (c) 2011 CA. All Rights Reserved.
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope(R) is a registered trademark of CA.
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting Introscope Enterprise Manager...
    8/23/14 11:58:50.090 AM IST [INFO] [WrapperSimpleAppMain] [Manager]
    ****** CA Wily Introscope License ******
      type = em-sap
      rev = 30
      cid = sap-ags
      organization = SAP Active Global Support
      reg-id = sap-end-user
      email = none
      sum = 27618b562bc2239e3cf71d9542c76df4
    8/23/14 11:58:50.091 AM IST [INFO] [WrapperSimpleAppMain] [Manager] The Introscope Enterprise Manager is set to run in StandAlone mode.
    8/23/14 11:58:50.113 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting server...
    8/23/14 11:58:52.343 AM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections are enabled
    8/23/14 11:58:52.343 AM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections will be assigned the name "WilyWebView"
    8/23/14 11:58:52.412 AM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Configured the Manager of Managers user using private key internal/server/EM.private
    8/23/14 11:58:52.628 AM IST [ERROR] [WrapperSimpleAppMain] [Manager] The EM failed to start. Local Users and Groups realm is misconfigured. Error using new settings for Realm: Non existent user "analyst" referenced in "CEM Analyst" group.
    8/23/14 11:58:52.645 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Shutting down the Isengard server
    8/23/14 11:58:52.655 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Orderly shutdown complete.
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope Enterprise Manager Release 9.1.0.0 (Build 581006)
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Java VM version "Java HotSpot(TM) 64-Bit Server VM 1.6.0_23" from Sun Microsystems Inc.
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Introscope installation at: D:\usr\sap\CCMS\apmintroscope\.
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] CA Introscope(R) Version 9.1
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Copyright (c) 2011 CA. All Rights Reserved.
    8/23/14 12:02:31.585 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope(R) is a registered trademark of CA.
    8/23/14 12:02:31.585 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting Introscope Enterprise Manager...
    8/23/14 12:02:31.585 PM IST [INFO] [WrapperSimpleAppMain] [Manager]
    ****** CA Wily Introscope License ******
      type = em-sap
      rev = 30
      cid = sap-ags
      organization = SAP Active Global Support
      reg-id = sap-end-user
      email = none
      sum = 27618b562bc2239e3cf71d9542c76df4
    8/23/14 12:02:31.586 PM IST [INFO] [WrapperSimpleAppMain] [Manager] The Introscope Enterprise Manager is set to run in StandAlone mode.
    8/23/14 12:02:31.602 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting server...
    8/23/14 12:02:31.958 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections are enabled
    8/23/14 12:02:31.959 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections will be assigned the name "WilyWebView"
    8/23/14 12:02:32.030 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Configured the Manager of Managers user using private key internal/server/EM.private
    8/23/14 12:02:32.287 PM IST [ERROR] [WrapperSimpleAppMain] [Manager] The EM failed to start. Local Users and Groups realm is misconfigured. Error using new settings for Realm: Non existent user "analyst" referenced in "CEM Analyst" group.
    8/23/14 12:02:32.306 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Shutting down the Isengard server
    8/23/14 12:02:32.321 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Orderly shutdown complete.
    8/23/14 12:37:05.225 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope Enterprise Manager Release 9.1.0.0 (Build 581006)
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Java VM version "Java HotSpot(TM) 64-Bit Server VM 1.6.0_23" from Sun Microsystems Inc.
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Introscope installation at: D:\usr\sap\CCMS\apmintroscope\.
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] CA Introscope(R) Version 9.1
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Copyright (c) 2011 CA. All Rights Reserved.
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope(R) is a registered trademark of CA.
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting Introscope Enterprise Manager...
    8/23/14 12:37:05.227 PM IST [INFO] [WrapperSimpleAppMain] [Manager]
    ****** CA Wily Introscope License ******
      type = em-sap
      rev = 30
      cid = sap-ags
      organization = SAP Active Global Support
      reg-id = sap-end-user
      email = none
      sum = 27618b562bc2239e3cf71d9542c76df4
    8/23/14 12:37:05.228 PM IST [INFO] [WrapperSimpleAppMain] [Manager] The Introscope Enterprise Manager is set to run in StandAlone mode.
    8/23/14 12:37:05.249 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting server...
    8/23/14 12:37:05.644 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections are enabled
    8/23/14 12:37:05.644 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections will be assigned the name "WilyWebView"
    8/23/14 12:37:05.728 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Configured the Manager of Managers user using private key internal/server/EM.private
    8/23/14 12:37:05.994 PM IST [ERROR] [WrapperSimpleAppMain] [Manager] The EM failed to start. Local Users and Groups realm is misconfigured. Error using new settings for Realm: Non existent user "analyst" referenced in "CEM Analyst" group.
    8/23/14 12:37:06.014 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Shutting down the Isengard server
    8/23/14 12:37:06.028 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Orderly shutdown complete.
    Please assist me on this
    Best Regards
    Hanuman

    Hello Srivastav,
    i am getting below problem in wily introscope log
    9/01/14 11:22:02.675 AM IST [ERROR] [WrapperSimpleAppMain] [Manager.Acceptor] Failed to bind to server socket
    java.net.BindException: Address already in use: bind
      at sun.nio.ch.Net.bind(Native Method)
      at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
      at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
      at com.wily.isengard.postofficehub.link.server.Acceptor.<init>(Acceptor.java:72)
      at com.wily.isengard.postofficehub.link.server.ConnectionListenerFactory.create(ConnectionListenerFactory.java:31)
      at com.wily.isengard.postoffice.server.PostOfficeHubServer.startIncomingConnectionListener(PostOfficeHubServer.java:261)
      at com.wily.isengard.postoffice.server.PostOfficeHubServer.startAllIncomingConnectionListeners(PostOfficeHubServer.java:235)
      at com.wily.isengard.postoffice.server.PostOfficeHubServer.acceptIncomingHubConnections(PostOfficeHubServer.java:103)
      at com.wily.isengard.api.server.IsengardControllerServer.acceptIncomingConnections(IsengardControllerServer.java:207)
      at com.wily.isengard.api.samplemain.SampleMain.acceptIncomingConnections(SampleMain.java:117)
      at com.wily.introscope.server.enterprise.EnterpriseServer.initialize(EnterpriseServer.java:708)
      at com.wily.introscope.server.enterprise.EnterpriseServer.doStart(EnterpriseServer.java:358)
      at com.wily.util.ALifeCycle.start(ALifeCycle.java:86)
      at com.wily.introscope.server.enterprise.EnterpriseServer.<init>(EnterpriseServer.java:301)
      at com.wily.introscope.server.enterprise.EnterpriseServer.<init>(EnterpriseServer.java:280)
      at com.wily.introscope.server.enterprise.EnterpriseServer.start(EnterpriseServer.java:1444)
      at com.wily.introscope.em.internal.Activator.startEM(Activator.java:116)
      at com.wily.introscope.em.internal.Application.start(Application.java:27)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
      at org.eclipse.core.launcher.Main.main(Main.java:30)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:244)
      at java.lang.Thread.run(Thread.java:662)
    9/01/14 11:22:02.679 AM IST [INFO] [WrapperSimpleAppMain] [Manager.PostOfficeHub] Server listening for incoming default socket connections on port 6001
    9/01/14 11:22:02.682 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Connection Initiator listening...
    9/01/14 11:22:02.684 AM IST [INFO] [WrapperSimpleAppMain] [Manager.MMHotDeployEntity] Will monitor D:\usr\sap\CCMS\apmintroscope\deploy for new files every 60 seconds
    9/01/14 11:22:02.685 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope Enterprise Manager started with management module warnings.
    9/01/14 11:22:42.883 AM IST [INFO] [PO:main Mailman 1] [Manager.LoadBalancer] Loaded loadbalancing.xml
    9/01/14 11:23:31.817 AM IST [INFO] [btpool0-1] [Manager] User "Admin" logged in successfully from host "localhost"
    9/01/14 11:23:31.825 AM IST [INFO] [btpool0-1] [Manager] request.getContextPath() /webview
    9/01/14 11:23:31.826 AM IST [INFO] [btpool0-1] [Manager] Login event Admin 1667ryb11leum 10.1.0.133 true
    9/01/14 11:51:30.061 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409164200000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.063 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409077800000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.064 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409423400000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.066 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409337000000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.067 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409250600000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.088 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1406831400000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.089 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1408991400000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.090 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1408905000000.data seems to be OK - not sure what to do with append inputs
    Please help me to sort this issue,
    Best Regards,
    Hanuman Chinthalwar

  • Extend Wily Introscope in Solution Manager

    Hello, Could I monitor other non SAP solutions in Solution Manager?
    I need to integrate all systems that are intended for monitoring (SAP
    and non SAP systems) to Solution Manager
    What is the scope of Wily Introscope in Solution Manager? Is the scope
    only with SAP products or I could extend Introscope's capabilities to
    other products?
    Thanks for your help
    Best regards
    Edgar Rafael Escobar Molina

    What is the scope of Wily Introscope in Solution Manager? Is the scope
    only with SAP products or I could extend Introscope's capabilities to
    other products?
    The Introscope coming with SolMan is only a part of the full Introscope suite. It contains only those applications necessary to monitor SAP systems. For other non-SAP systems you would need different agents which are not delivered and must be purchased separately. I´m also not sure if the Solman license permits the usage of those agents in non-SAP environments.
    Markus

  • How to add managed system in Wily introscope system

    Hi All,
    Can anyone provide the document on how to add managed system in Wily Introscope?
    With Regards
    Ashutosh

    Hello,
    The documentation for WilyIntroscope is located at
    http://service.sap.com/diagnostics
    > Media Library
    Here you can find user guides and installation guides for WilyIntroscope.
    But the overview is you install Enterprise Manager on a server that becomes the EM Server and then IS Agents on the managed system. There is an installation guide for EM and this ISAGENT setup is part of managed system setup in Solman_setup.
    Your tools to manage are Webview and Workstation, and there is documentation for these at the above mentioned link as well.
    Regards,
    Paul

  • Wily Introscope

    Hi,
    We want to cofigure the Wily Introscope manager to monitor the MDM system from solution manager.Our solution manager4.0 is in patch 12 .
    Kindly let us know the steps for this.
    Best Regards,
    Prakash.

    HI,
    kindly go through the Wily introscope installation guide available in marketplace.
    It also contains steps for deployment of EM.
    Regards,
    Kaustubh.

  • Wily Introscope Agent

    Guys,
    I have the following question.  In a system which has CI + 5 applications, should  just I install Wily Introscope on CI or CI and on the 5 applications? or just the CI is enough to cover the performance analysis?
    Thank you so much
    Re

    Hello,
    Willy enterprise manager is needed only on Solution Manager I think.
    Willy agents are, if needed, to be installed on all app servers as well. I think whichever host you want to monitor, the agent is needed there.
    Thanks

  • Wily Introscope Agent does not start

    Hi,
    i am installing Solution Manager Diagnostics on a Solution Manger 7.0 System. At the moment i am on the point to install the Wily Introscop Agent and i have following problem:
    At first i tried the automatic setup and deployed the agent with JSPM and it seemed to work. I see "ISAGENT" on the System Information -> All Compontents over http://0/smd/admin and there is no log directory in the wily directory?
    Does anybody has an idea whats wrong?
    Best Regards,
    Stefan
    Edited by: Stefan on Feb 17, 2009 8:57 AM
    Edited by: Stefan on Feb 17, 2009 9:31 AM

    Hello Stephan,
    1. Wily IS Agent (2 agents) is installed ONLY in SOLMAN system.
    2. Then, with SOLMAN_SETUP Guided procedure, in third phase (Managed System Configuration),
        you deploy the Wily IS Agent to your managed system.
    To summarize :
    1. Install the ISAGENTxxx.SCA in SOLMAN only !
    2. Start the SOLMAN_SETUP guided procedure
    3. Phase I - Initial Configuration
        Phase II - Basis Configuration
        Phase III - Managed System Configuration.
    In Phase III, there are 6 steps :
    1.     Connect Managed system
    2.     Check Prerequisites
    3.     Manual Configuration
    4.     Diagnostics Configuration
    5.     Wily Introscope Configuration
    6.     Create Logical Components
    The Wily IS Agent (2 agents : IS Agent wich monitored JAVA instance and Wily Host-level Agent which a sub-process of the SMD Agent) is configured and STARTED here.
    So, you cannot start / stop by any OS command the Wily IS Agent.
    You start it from SMD.
    Hope it help you.
    Best regards
    Pascal Cuennet

  • Wily Introscope prerequisite

    Hello,
    We want to implement Wily introscope in our landscape . We have 1 Solman and 6  systems to be monitored.
    I had the following queries.
    1. What are the prerequiste of the wily introscope.
    2. Do we need SMD implemented on the systems to install wily.
    3. If SMD is required pls let me know the prerequisite of SMD.
    I have already gone through CA Wily 8.0 installation guide on SMP. I was not able to find the prerequisite.
    Looking forward for your guidance.
    Cheers!
    Sammy

    Hi
    1. Refer http://www.sap2048.com/wily-introscope-installation-for-sap-customers-17.htm
    2. Yes, preferred.
    3. You may need to patch the SMD agent for wily8.0. As for the SMD agent itself, there is no requirement other that 1GB of space. It is available in all standard SAPINST.
    Cheer!!
    Javed

Maybe you are looking for

  • Smart Playlists not working correctly

    Is anyone else able to reproduce this fault? I have added a smart playlist simply called music... with the options set as follows: Match (checked) ANY of the following rules... Genre is not Podcast Genre is not Lecture Live Updating is also checked..

  • Where do saved pictures go?

    very frustrated here.  trying to save pics of my one week old grand nephew.  i open the pics, click on 'save as', name the folder and then cannot find where it goes.  i have tried picture, picasa, downloads.  i've tried search.  can't find them!  oth

  • Powershell Coding vs C# Coding

    Hey all, I opened this thread to have a real discussion on coding. I myself use Powershell for everything, I love it and I think it can be used for nearly everything that C# can be used for (please correct me if i'm wrong). Though, I find myself comp

  • About the Solaris8's dynamic link mechanism

    As for a dynamic executable elf solaris will map ld.so.1 first, and pass control to ld.so.1, then ld.so.1will map the necessary module to process space. And also it should take responsibility for locating the needed fuctions in librarys when program

  • Is it free to call U.S facetime user?

    If i want to call my friend in california who has an iphone 4 facetime is it free for both of us? We usually skype but now i have an iphone im hoping we can use facetime for free and get a better connection. Thats as both of us have homebroadband. Th