Monitoring services in CSS 11050 using SNMP

Has anyone implemented SNMP monitoring of services for CSS?
How do i go about doing it using HP Openview as the SNMP manager?
I have read the SNMP configuration for CSS but still quite confused about setting the threshold for the RMON alarm. How do you determine what threshold to set to indicate that the service is alive or down??
You might want to refer to the RMON guide for CSS below:
http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/advcfggd/rmon.htm#35012

Hi Matthew,
actually for monitoring services via SNMP you dont need to configure
alarms on the CSS. First, there are default traps generated by the CSS
MIBs. Information can be found here:
http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/advcfggd/snmp.htm#xtocid1874327
There are two traps "Service Down" and "Service Suspended" send to
the preconfigured mgmt station. This can be used to indicate whether
a service is down or not.
Secound, you can poll the state of the existing services by the mgmt
station using the CSS MIBs, this is described here:
http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/advcfggd/snmp.htm#xtocid1874330
Use the svcExt.apSvcState variables to get the states.
If you have any further questions ...
cheers
rene

Similar Messages

  • Oracle database monitored using SNMP

    Hi guys,
    I have a problem that I can't seem to find the answer too...I tried google-ing, but found only pieces, and can't seem to figure out the big picture...So here goes:
    I am working with my team on a Data Warehouse project, and the entire app is written in PL/SQL and SQL code, running in an Oracle DB. Now, the PO wants to have SNMP monitoring, and in the last few days I looked into how can I achieve this (please note that I have little experience with Oracle, know about SNMP for like 2 days...and I am not sure even if I am posting in the right forum)...
    So after searching online, for an Agent for Oracle i found this website : http://www.oracle.com/technetwork/oem/grid-control/downloads/agentsoft-090381.html ..and I think this is what i need....(can anyone confirm this???)
    Anyway after downloading, and reading the instructions I choose to try the so called *2. Silent installation of the agent* and below are the instructions...
    For silent installation using the extracted agent download zip file, copy the <UNZIPDIR>\windows_x64\response\additional_agent.rsp file to a location on the local machine and modify the Value Unspecified entries accordingly. Invoke the setup.exe by executing:
    +<UNZIP_DIR>\windows_x64\agent\setup.exe -silent -responseFile <location>\additional_agent.rsp+
    So then I started editing the file additional_agent.rsp and everything was going well until I reached the following part:
    #OMS_HOST:<String> OMS host info required to connect to OMS
    #OMS_PORT:<String> OMS port info required to connect to OMS
    #AGENT_REGISTRATION_PASSWORD:<String> Agent Registration Password needed to
    # establish a secure connection to the OMS.
    OMS_HOST=-----
    OMS_PORT=----
    AGENT_REGISTRATION_PASSWORD=----
    I have no idea what to put in the OMS_HOST and OMS_PORT fields...What do they refer to?
    Other mentions Oracle DB is 11.2.0..OS is Windows 7
    Thanks for reading/help :)

    So I talked more with the PO...and the thing is our product is just a small part of a much bigger product...he said : *"we do not need the Oracle Enterprise Manager for monitoring; we are going to use a third-party SNMP management software... The Oracle SNMP agent will report to a third-party SNMP management software (e.g. Nagios or similar). "*
    My questions are :
    Can you install the Oracle Management Service without the Oracle Enterprise Manager? ...if not then :
    Can you run the Oracle Enterprise Manager with Oracle Standard Edition?
    I will search more on google for answers for these questions...and if I find them i'll post them here...Or maybe someone if faster and knows the answers..so he will post them :)

  • Monitoring Services Installed on Oracle apllication Server using  ITCAM

    can we Monitoring Services Installed on Oracle apllication Server using Tivoli ITCAM for J2EE.

    Hi All,
    Finlly got rid of the problem by incuding ' loaderRef="oracle.tasks.loader" ' in my taskdef tag.
    Earlier it was
    <taskdef resource="oracle/antlib.xml" uri="antlib:oracle" >
    <classpath>
         <pathelement location="${oracle.home}/j2ee/utilities/ant-oracle-classes.jar" />
         <pathelement location="${oc4j.home}/lib/javax88.jar" />
         <pathelement location="${oc4j.home}/admin_client.jar" />
         <pathelement location="${oc4j.home}/oc4jclient.jar" />
         <pathelement location="${oracle.home}/webservices/lib/wsa.jar" />
         <pathelement location="${oc4j.home}/lib/bcel.jar" />
    </classpath>
    </taskdef>
    Now it is
    <taskdef
              resource="oracle/antlib.xml"
              uri="antlib:oracle"
              loaderRef="oracle.tasks.loader" >
              <!-- If fails to connect to deployer if we dont use above loader reference -->
              <classpath>
                   <pathelement
                        location="${oracle.home}/j2ee/utilities/ant-oracle-classes.jar" />
                   <pathelement location="${oc4j.home}/lib/javax88.jar" />
                   <pathelement location="${oc4j.home}/admin_client.jar" />
                   <pathelement location="${oc4j.home}/oc4jclient.jar" />
                   <pathelement
                        location="${oracle.home}/webservices/lib/wsa.jar" />
                   <pathelement location="${oc4j.home}/lib/bcel.jar" />
              </classpath>
         </taskdef>
    cheers ;-)

  • Using SNMP to monitor Nexus 7000 Series Supervisor Module

    Hello,
    I got a Nexus 7000 supervisor module recently, I met a SNMP problem for this module
    I would like to know which specific OIDs to use to monitor the following using SNMP on a Nexus 7000 supervisor module:
    - Port status
    - CPU total utilization
    - Power Supply status
    - Chassis Fan status
    etc.
    The Nexus is quite different from other Cisco devices - any help will be appreciated!

    hope help,  and 
    port status OID is ifOperStatus
    CPU total utilization OID is 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1
    [root@NET-MONITOR-1 ~]# 
    [root@NET-MONITOR-1 ~]# snmpwalk -On -v 2c -c 360buy 172.17.0.253 ifDescr.83886080
    .1.3.6.1.2.1.2.2.1.2.83886080 = STRING: mgmt0
    [root@NET-MONITOR-1 ~]# 
    [root@NET-MONITOR-1 ~]# snmpwalk -On -v 2c -c 360buy 172.17.0.253 ifOperStatus.83886080
    .1.3.6.1.2.1.2.2.1.8.83886080 = INTEGER: up(1)
    [root@NET-MONITOR-1 ~]# 
    [root@NET-MONITOR-1 ~]# snmpwalk -On -v 2c -c 360buy 172.17.0.253 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1
    .1.3.6.1.4.1.9.9.109.1.1.1.1.6.1 = Gauge32: 21
    [root@NET-MONITOR-1 ~]#

  • Use SNMP to monitor the power supply status of stacked switches

    Does anybody know how to use SNMP to monitor the status of the internal power supplies of a group of stacked Cisco 3750 switches?
    The switch stack has three 3750-48PS-E switches inter-connected by Cisco StackWise cable. IOS ver 12.1(19)EAlc. A single IP address is used to identify the switch stack. Every time I poll the OID chassisPs1Status (1.3.6.1.4.1.9.5.1.2.4.0 in CISCO-STACK-MIB), I only got the status for the Master switch of the switch stack. Is there any way to poll the power supply status of other switches in the switch stack?
    Thanks a lot!

    Sorry to refresh such an old topic - but I am stuck with exactly this: Monitoring power supplies of a stacked Cisco Catalyst 3750-E.
    I'm using the exact same OID's as described, but the problem is, the information shown on the SNMP output is not correct.
    This morning, a power supply of the first switch failed and switched to RPS. Here the information I got on SNMP:
    snmpwalk -v 2c -c public 192.168.1.50 1.3.6.1.4.1.9.9.13.1
    SNMPv2-SMI::enterprises.9.9.13.1.1.0 = INTEGER: 13
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.2.1006 = STRING: "SW#1, Sensor#1, GREEN "
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.2.2006 = STRING: "SW#2, Sensor#1, GREEN "
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.1006 = Gauge32: 41
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.3.2006 = Gauge32: 40
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.4.1006 = INTEGER: 59
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.4.2006 = INTEGER: 59
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.5.1006 = INTEGER: 0
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.5.2006 = INTEGER: 0
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.6.1006 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.3.1.6.2006 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.4.1.2.1060 = STRING: "Switch#1, Fan#1"
    SNMPv2-SMI::enterprises.9.9.13.1.4.1.2.2059 = STRING: "Switch#2, Fan#1"
    SNMPv2-SMI::enterprises.9.9.13.1.4.1.3.1060 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.4.1.3.2059 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.2.1059 = STRING: "Sw1, PS1 Normal, RPS NotExist"
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.2.2060 = STRING: "Sw2, PS1 Normal, RPS NotExist"
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.3.1059 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.3.2060 = INTEGER: 1
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.4.1059 = INTEGER: 2
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.4.2060 = INTEGER: 2
    As you see, both PS1 (for both switches) are appearing normal. It doesn't even recognize RPS:
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.2.1059 = STRING: "Sw1, PS1 Normal, RPS NotExist"
    SNMPv2-SMI::enterprises.9.9.13.1.5.1.2.2060 = STRING: "Sw2, PS1 Normal, RPS NotExist"
    The first switch's power supply died and now the cable is disconnected. LED's of the power supply are out. And still: The switch happily announces by SNMP it's power supplies are up.
    Is this a known bug? If yes, has it been fixed?
    Model  WS-C3750E-48TD
    Firmware 12.2(37)SE1
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}

  • Shutdown service in ACE using SNMP

    Dear Mister
    Is possible to configure, shutdown a service using SNMP? More than this, in a context???
    I am searching the OIDs about it, but, I am not lucky.
    Regards and thank in advance

    Hi,
    I don't think so. You have list of MIB's available which can fetch data from ACE but there is no such provision to shut down the service using SNMP. The ACE supports traps and SNMP get requests but does not support set requests to configure values on the device. Please visit the below link for more information:
    http://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA5_1_0/configuration/administration/guide/admgd/snmp.html
    Regards,
    Kanwal

  • IPS Load monitoring using SNMP

    Since CPU is always 100% now in v6.x/v7.x - is anyway to monitor the system load (reported in IDM/IME) using SNMP?
    What counter can be a good indicator for system upgrade that can be monitored using SNMP?

    Currently you can not query IPS senor load via SNMP, there is a feature request out for it.
    If you want to monitor load right now you can write a script that logs into the sensor and preforms a "show statistics virtual-sensor | i Load"
    This is a snapshot, and I believe the GUI provides an average.

  • Monitor Ciscoworks using SNMP

    Hi All,
    I would like to monitor Ciscoworks using SNMP. If there are any documents with regards to this configuration, would appreciate if you can share your inputs. Thanks!
    Regards,
    Manoj

    You can send SNMP traps to many management solutions. Sun would probably recommend Sun Management Center.
    http://www.sun.com/software/products/sunmanagementcenter/
    HTH

  • Monitor BGP sessions on VRFs with XR 4.2 using SNMP

    Hello,
    I have an ASR 9006 running IOS XR 4.2 and I want to monitor some BGP sessions under VRFs using SNMP. However, when I poll the device using the OID 1.3.6.1.2.1.15.3.1.2 I only get the BGP sessions on the global VRF. I have read that I have to create 'SNMP contexts' in order to poll information about VRFs but I am not sure how to create them on XR 4.2. Do you know how to do it?
    Thanks in advance.
    David

    Hello,
    thanks to the collaboration of the engineers of Dimension Data I have managed to get it working. In case you are interested in the solution. This would be the configuration on the ASR:
    ; We create the snmp context
    snmp-server context test-ctxt
    ; We associate the context with the VRF
    snmp-server vrf vrfTest
    context test-ctxt
    ; We create the community
    snmp-server community test-com RO 1500
    ; We map the community with the context
    snmp-server community-map test-com context test-ctxt
    Now, when we poll the community associated with the context the peering sessions for that context are returned:
    $ snmpwalk -v2c -c test-com 192.168.0.1 1.3.6.1.4.1.9.9.187.1.2.5.1.3
    SNMPv2-SMI::enterprises.9.9.187.1.2.5.1.3.1.4.10.10.0.1 = INTEGER: 1
    On the ASR:
    #show bgp vrf vrfTest sum | b Neigh
    Wed Jun  5 08:05:26.286 UTC
    Neighbor        Spk    AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down  St/PfxRcd
    10.10.0.1         1 65001       0       0        0    0    0 00:00:00 Idle
    Regards

  • Open Text Content Server Monitoring Agent 5.0 with SCOM using SNMP

     Hi All
    Got a requirement to integrate Opentext monitoring agent with SCOM 2012.
    Can we use SNMP to forward the alerts to SCOM console ? or can we directly monitor opentext content server with some MP's ?
    Regards
    Madhavi.

    That's the point. You cannot discover Windows Computers as Network Devices with SCOM 2012. So sending traps (directly) to SCOM is not possible.
    You can think about a workaround like writing the events to the Windows Event Log and grab them with an Event Log Rule/Monitor. Or send the traps to System Center Orchestrator and write an Alert using the SCOM Integration Pack.
    Cheers,
    Patrick
    Please remember to click “Mark as Answer” on the post that helped you.
    Patrick Seidl (System Center and Private Cloud)
    Website: http://www.syliance.com
    Blog: http://www.systemcenterrocks.com

  • Load Balancing Linux servers with CSS 11050 series

    We would like to load balance Linux FTP and Web servers with a CSS 11050 series device. Does the content switch use SNMP to load balance the servers? If so, which MIBs need to be loaded on the servers?

    I dont believe that the CSS supports any SNMP load balancing mechanism.
    There is basically two factors involved in load balancing. One: the state of the servers which can be done via a range of mechanisms including ping, TCP connection, Application request, etc. Two: the way a server is chosen when a request comes in including round-robin, least connections, ACA etc.
    Checkout these links:-
    http://www.cisco.com/warp/customer/117/basic_css_lb_config.html
    http://www.cisco.com/warp/customer/117/methods_load_bal.html

  • CSS 11050 Load Balancing with Single VLAN (no NAT)

    We have several CSS 11050's in use on our network, cheifly for load-balancing web servers. In a test network I've set up, I've configured our test servers' IP addresses and our load-balanced IP address to be on the same subnet. This way our developers can easily check both single servers as well as the LB configuration. This got me thinking...
    All the config documentation I've seen on the CSS seems to assume that you are putting the VIP for the content rule on a different VLAN than the IPs for the services. Is there any particular need for this? I'm in the process of setting up another network that will have its services NATed behind a PIX. There are some services (WWW) that I want load balanced and some services (passive FTP with one server) where there's really no need. Would I do any harm by putting the content rules' VIPs on the same subnet as the servers themselves? I can still plug the servers into the other ports on the CSS so that I'm not really doing a "one-arm" configuration.
    -Mark Romer

    You shouldn't have any problem doing this. In addition to load balancing web servers we've also balanced terminal servers that are configured to be accessed by remote users through VPN connections. Because we have over 90 remote locations, I didn't want the services and the VIP addresses to be on different VLAN's because I'd have to reconfigure the routers in all the remote locations. I was in the same position you're in, all the documentation indicated different VLAN's but I thought it would be a worth a try. Everything works perfectly...
    Cody Rowland

  • Check alarm status using SNMP

    Hi,
    Is there a way to check if there is an active alarm on a cisco switch/router (M4900/4948 series and 2960 series) using SNMP ?
    I'm looking for a simple quick way to verify if an alarm is active (any alarm)
    is there some sort of general OID that gives me a '1' or '0' ?
    thanks !
    grtz
    Thijs

    Like a table that hold all alarms. No  there is no such thing.
    There are so many reasons there could be an alarm. Hardware state, error rates, utilisation, etc
    There are hardware state OID's that can give you a hardware component status.
    Usually you will find that you have an OID for a component, like a fan.
    1.3.6.1.4.1.9.9.13.1.4.1.3
    You can then walk this OID to find the instances of that OID.
    E.g, a fan for the device and another fan for the power supply, or a fan for each stack member.
    When you know these instances lets say the walk return .1001and .2004 you can query
    1.3.6.1.4.1.9.9.13.1.4.1.3.1001 and 1.3.6.1.4.1.9.9.13.1.4.1.3.2004.
    The values returned can be:
    Specific Object Information
    Object
    ciscoEnvMonFanState
    OID
    1.3.6.1.4.1.9.9.13.1.4.1.3
    Type
    CiscoEnvMonState
    1:normal
    2:warning
    3:critical
    4:shutdown
    5:notPresent
    6:notFunctioning
    Permission
    read-only
    Status
    current
    MIB
    CISCO-ENVMON-MIB ;   -   View Supporting Images
    Description
    The current state of the fan being instrumented.
    So then you have an alarm for the fan's.
    It is similar for other components like a power supply or temperature sensors, etc.
    http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2&mibName=CISCO-ENVMON-MIB
    And then there are operational alarms not related to hardware.
    For this you need to monitor values like CPU utilization and define a threshold.
    Good luck,
    Michel

  • ThinkVantage Registry Monitor Service consuming too much CPU!

    My X200 Tablet is often in an unusable stable for 10~20 minutes after a reboot or a wakeup from a sleep/hibernation state. I noticed it's mainly because CPU is busy with the ThinkVantage Registry Monitor Service.
    I noticed that although the CPU usage of "tvt_reg_monitor_svc.exe" is often <10%, another process "System" is often taking >80% CPU when "tvt_reg_monitor_svc.exe" is running. "System" CPU usage immediately comes down when "tvt_reg_monitor_svc.exe" is killed. Is it a kind of camouflage? Thanks!
    I was not able to disabling the registry monitor service completely either. Although I can stop and disable it in the Services control panel, it will automatically come back to life after a reboot. I heard that it may be because some other lenovo services, such as the Fingerprint Server, Rescue & Recovery, may need the Registry monitor service.
    Anyone know how can I continue to use RnR and the fingerprint service but keep the annoying Registry Monitor service disabled? I'd like to use the fingerprint reader for convenience, and use RnR for saving data too! (my laptop, half a year old, crashed once already, and RnR saved my data!) Or, how to make the Registry Monitor use less CPU?
    BTW, my X200 tablet is running Windows XP SP3, and currently up-to-date using both lenovo's "ThinkVantage System Update" and microsoft's "Windows Update".
    Thanks!

    Hi,
    this situation was fixed by one patch, so please try to install following patch, if this fixes your situation too:
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-69109
    Let me know, if this helps.
    Cheers

  • Regarding Monitoring Service for Solution manager

    We need to configure "Monitoring" services in SAP solution manager 7.0.
    Could somebody suggest us what are the main tasks we need to consider for doing Monitoring settings.
    How many Minimum servers required to configure Monitoring services in solution manager system.
    Also if any good document reference for this?
    Thanks

    Hi Jai,
    welcome to sdn.
    COMPONENTS & TOOLS OF SAP NETWEAVER
    SAP Solution Manager
    The SAP Solution Manager application management solution facilitates technical support for distributed systems u2013 with functionality that covers all key aspects of solution deployment, operation, and continuous improvement. A centralized, robust application management and administration solution, SAP Solution Manager combines tools, content, and direct access to SAP to increase the reliability of solutions and lower total cost of ownership.
    With SAP Solution Manager, you can be sure your entire SAP solution environment is performing at its maximum potential. The toolset addresses your entire IT environment, supporting SAP and non-SAP software and covering current and forthcoming SAP solutions. And, as a customer of SAP, you have full access to the core SAP Solution Manager for no extra charge.
    SAP Solution Manager targets both technical and business aspects of your solutions, focusing strongly on core business processes. It supports the connection between business processes and the underlying IT infrastructure. As a result, it eases communication between your IT department and your lines of business. And it ensures that you derive the maximum benefits from your IT investments.
    SAP Solution Manager features and functions include:
    SAP Business Suite implementation and upgrades u2013 SAP Solution Manager provides content that accelerates implementation. Configuration information and a process-driven approach to implementation speed the blueprint, configuration, and final preparation phases. SAP Solution Manager enables efficient project administration and centralized control of cross-component implementations.
    Change control management u2013 SAP Solution Manager controls all software and configuration changes of the IT solution. This includes the approval process for change requests, the deployment of changes, and later analysis of changes. This ensures quality of the solution and enables traceability of all changes.
    Testing u2013 SAP Solution Manager speeds test preparation and execution. It provides a single point of access to the complete system landscape and enables centralized storage of testing material and test results to support cross-component tests.
    IT and application support u2013 The service desk included in SAP Solution Manager helps you manage incidents more efficiently and eases the settlement of support costs. Centralized handling of support messages makes the support organization more efficient.
    Root cause analysis u2013 The diagnostics functions in SAP Solution Manager allow identification, analysis, and resolution of problems, even in heterogeneous environments. This helps to isolate general performance bottlenecks, to isolate exceptional situations, to record the activity of single users or processes, and to identify changes to the productive landscape. As a result, problem resolution is accelerated and business availability increased.
    Solution monitoring u2013 SAP Solution Manager performs centralized, real-time monitoring of systems, business processes, and interfaces, which reduces administration effort. It can even monitor intersystem dependencies. Proactive monitoring helps you avoid critical situations, while automatic notifications enable fast response to issues.
    Service-level management and reporting u2013 SAP Solution Manager allows easy definition of service levels and provides automated reporting. Service reporting covers all systems in the solution landscape and provides a consolidated report containing the information you need to make strategic IT decisions.
    Service processing u2013 SAP Solution Manager makes appropriate service recommendations and delivers SAP support services. These include SAP Safeguarding, which helps you manage technical risk; SAP Solution Management Optimization, which helps you get the most from your SAP solutions; and SAP Empowering, which helps you manage your solutions.
    Administration u2013 Administration tasks are mainly executed locally on the involved systems, but can be accessed and triggered from a central administration console. The administration work center in SAP Solution Manager offers a central entry point and unified access to all SAP technology.
    SAP Solution Manager as the name suggests is for managing the whole gamut of SAP and Non-SAP solutions in the IT Landscape of an organisation. It provides you the tool, content and gateway to create, operate, manage and monitor your solutions over time.
    It provides a range of scenarios to support this. Extending from project management to Solution Monitoring to Service Desk to E-learning Management, it provides an efficient way to carry out a plethora of business tasks.
    SAP Solution Manager is the successor to ASAP ValueSAP. SAP Solution Manager helps in implementing and managing complex system landscapes. Globally systems are getting distributed across geographies and business processes cover more than one system. In such complex scenarios, integrating technical and business requirements is important for the success of IT. SAP Solution Manager provides SAP customers with an efficient means of handling both the technical and business process side of solution implementation .
    As part of SAP Solution Management Solutions, the customers receive best practices relating to:
    - Global Strategy and Service Level Management
    - Business Process Management
    - Management of MySAP Technology
    - Software Change Management
    - Support Desk Management
    SAP delivers this using support programs during implementation of the system solution. Some of the benefits of using SAP's Solution Manager are that it helps:
    - Manages the technical risk associated with the implementation of the solution ensuring technical robustness
    - Helps leverage users core competencies in implementing solutions
    - Ensures solution works as intended with best practices built in.
    see these links...
    http://www.ne-sap-solution-manager.com/
    http://www.saptechies.com/category/sap-solution-manager/
    thanks
    karthik
    reward me if usefull

Maybe you are looking for

  • Runtime error while executing rule - see long text RSTRAN 301

    Hi BW Gurus, When I executing the DTP, the following error occured. Runtime error while executing rule -> see long text     RSTRAN     301 Diagnosis     An error occurred while executing a transformation rule:     The exact error message is:     The

  • Set English language in other regions

    When I first installed Snow Leopard, I selected Italy as region but with english language. As a result, under Language & Text in System Preferences, my region in the Formats was set to "Italy (English)", that is the italian format but with months and

  • Battery indicator defect??

    Last night I fully charged my ipod, after that I unplugged my ipod. When I turn on my ipod, the baterrymeter shows empty of battery, but im sure it's 100% charged. The batterylife of ipod seems to be fine, I can use my ipod for more than 12 hours, bu

  • Strange issue on WCP/Analytics

    Hi All, Here is a strange issue, 2 environments, all running on 11.1.1.6.5. They configued Analytics collector to collect info but, 1, 'Analytics - Page traffic' in test environment works well, whenever 'Stretch content' (in 'display options -> Advan

  • How get codesource of caller in SecurityManager, change perms based on it?

    I want to have a SecurityManager that does something like: public void checkPermission(Permission perm)       //Pseudo code       if ( allowedList.contains( caller_context ) ) return;       else             //Pass to another SecurityManager object