Addressing UNIX and NT server performance

Size: px
Start display at page:

Download "Addressing UNIX and NT server performance"

Transcription

1 IBM Global Services Addressing UNIX and NT server performance Key Topics Evaluating server performance Determining responsibilities and skills Resolving existing performance problems Assessing data for UNIX and NT platforms Planning for growth Despite planning and testing before big online events, Web site managers are being blindsided by traffic beyond their wildest expectations. Stacey Collett, The Glitch that Stole Christmas?, Computerworld, November 15, The use of Web technologies for commerce and communications has caused an economic revolution, impacting even the most sophisticated information technology (IT) professionals. This dramatic change challenges IT organizations to achieve a new level of server performance one that enables the business to grow and respond to new technology challenges. Implementing server performance management can help an IT organization effectively gain control of exponential growth and meet performance expectations for end users. Business results and server performance In the UNIX and Microsoft Windows NT environment, purchasing decisions and continued customer satisfaction depend heavily on server performance. If a Web application doesn t respond quickly enough, your customer may well abandon your site and go elsewhere. Reduced productivity and loss of business are just two obvious consequences of poor server performance. Another is that systems that fall short cannot provide the necessary flexibility to respond rapidly to the changing demands of the business. As you evaluate your current performance management capabilities, consider the following: What are my commitments to business units and what service level agreements (SLAs) are in place? Am I, as the service provider, legally bound to provide a response within a predefined time frame?

2 Adding hardware to address performance problems may provide relief for a short time. However, this action does not constitute a cost-effective approach to resource management. The performance analyst s responsibility is to understand system behavior and identify performance and availability exposures. The objective is to match system resources to application and user requirements. An ongoing challenge is dealing with requirements that continue to change during and after tuning is done. For example, a server may be called upon to support more users than was originally planned, or storage requirements may have grown because of changes in applications. Quickly identifying the need to add system resources or reprioritize workloads is an important skill of the analyst an iterative process of measurement, resource allocation and resource utilization. Assessment: The starting point When you experience server performance problems, a performance assessment may be necessary to identify probable causes. Certain indicators highlight the need for an assessment. For example, your users may be taking extended coffee breaks throughout the day because their tasks are not completing within the desired amount of time. Nightly backup or reporting jobs may still be executing when users arrive in the morning. Queries that had previously completed in less than one second are now taking minutes to execute. Clearly, assessing the root causes of these problems is essential. You also need to perform capacity planning assessments to avoid performance problems. Adding new technology or applications, mergers with another department or company, adding additional users or consolidating many servers into fewer systems all require an understanding of existing server performance and utilization. Whether you are addressing existing performance problems or planning for future changes, you need to have a thorough knowledge of your IT environment. A clear understanding of how to effectively utilize servers through system tuning helps you achieve user performance expectations. Defining responsibilities and skills When beginning the task of server performance analysis, you should first determine who will be responsible for the overall process, then confirm what technical skills will be required for the job. Do those skills currently exist in-house? If not, is there sufficient ongoing demand to invest in the education of one or more of your employees? Does the current performance situation allow adequate training time? Many companies have found that their time and dollars are best spent by outsourcing systems management. For some, that may involve monthly or quarterly assessments. Others may turn over all system-management tasks including performance analysis and tuning to an outside resource. 2

3 Forrester Research estimates that training will cost $6,000 to $8,000 per person annually and that a well-trained IT staff will spend about four weeks a year in training. Patricia Schnaidt, New Skills Prevent IT Brain Drain, Network Computing, October 30, Effective performance assessments follow a process of general guidelines for systems analysis and tuning. Although there is no book or guide that fits every situation, there are certain fundamental steps that should be taken to analyze and tune a system. Not all of these apply to every situation, and some suggestions may not be realistic for your environment. For instance, you may have diverse workloads that conflict with each other. Web servers present different tuning challenges than data servers or application servers. You need to balance resources based on the business priority. This includes users who want consistent acceptable response time, realtime business applications, and batch processes which run at predetermined times. As you begin to form your performance-management strategy, determine your major objective. Below are some common goals: Instantaneous response time for e-commerce or interactive users Optimized performance without the purchase of additional hardware Batch jobs completed within a specific time frame. Components of server performance management System managers with experience in keeping a computer system efficiently tuned recognize the following areas as essential for success: Resource monitoring Resource utilization must be monitored so performance problems can be easily detected either before they occur or immediately thereafter. Analysis and control Once a performance problem is suspected, the proper tools must be selected and applied so that the nature of the problem can be understood and the appropriate corrective action taken. Capacity planning Long-term capacity requirements must be analyzed so that sufficient resources can be acquired on a just-in-time (JIT) basis for maximum cost and utilization efficiency (i.e., will your system be ready for the next wave of Internet activity?). 3

4 Since performance management is an ongoing process, the initial goal should be both simple and quantifiable. Good performance or making the system run faster is not simple or quantifiable. Making a batch job run in five minutes and decreasing response time from two seconds to less than one second on a Web page are goals. By following a tuning methodology, you will learn whether or not your stated goals are attainable with current, available resources. You may find that you have conflicting or unachievable performance goals. That s why it s important to manage expectations during this goal-setting period. What you uncover can change the project s outcome, as well as your goals. Defined goals and objectives help you more effectively use your skills and tools. The monitoring method used should fit the server s place in your organization s overall IT strategy. A non-critical server may only need occasional monitoring using tools that come with the operating system or tools which are available in the public domain. Servers critical to your enterprise those which support key business functions may require constant monitoring with a suite of sophisticated tools that generate realtime statistical data. Factors that can impact your monitoring method decision are: How quickly does performance degradation need to be addressed? Who on your staff is experienced and available? What is your budget? Resolving existing performance problems The following flowchart and discussion provide a systematic approach to performance analysis and tuning for both UNIX and NT systems. System CPU If you determine that the system is CPU-bound, you have several options. Although a faster processor provides some relief for an under-powered system, it may not be economically feasible. It may be advantageous to spread the workload across two or more CPUs to obtain the required throughput and response times. Whenever possible, the resources should be used in parallel, rather than serial. This configuration can range from separate, standalone systems to tightly coupled parallel-processor systems. Spreading your databases over a number of servers on a network may also provide relief. 4

5 Performance tuning methodology CPU bottleneck? Yes Add CPU Reduce load Tune application No Memory bottleneck? No Disk bottleneck? Yes Add disk Reorganize data Delete data Yes No Add/tune memory Reduce load Tune application Network bottleneck? No Evaluate other factors Yes Add capacity Reduce load When upgrading from a single processor system to a multiprocessor (MP) system, make sure you either benchmark the application on the proposed hardware or obtain a reference account that is actually running the application in the environment under consideration. Some applications may actually run slower in an MP environment. Another way to reduce instantaneous CPU resource requirement is to schedule non-critical applications to run when the system is more lightly loaded. Running less important work in the background allows the more important foreground processes to have better access to the CPU. 5

6 Applications can also have a substantial impact on performance. If a user has access to source code and has a good working knowledge of the operating system and application, that user may be able to improve system performance dramatically by finding hot spots or inefficient code and making the necessary corrections. System memory If your problem is not related to CPU overload, the next step is to check available memory. Lack of sufficient real memory causes excessive paging or thrashing. This additional paging activity can cause the disk devices to be busy, resulting in more time spent waiting for I/O. If you cannot eliminate the thrashing through tuning, then consider installing more real memory. Even though most UNIX systems are known to consume most of real memory, this is not necessarily an indication of a memory constraint. If your system is constrained by memory, either tune the virtual memory management subsystem or add additional memory. Remember to take into account that some application designs have a significant impact on memory utilization. System disk utilization When you determine that memory is adequate, the next area to analyze is the use of disk resources. An unbalanced load on disk drives can cause one or more drives to be busy a large percentage of the time while others sit idle. This disparity often causes a bottleneck that throttles the I/O throughput and slows response times. The user should organize the data so that the normal access patterns equally utilize all available drives. If the logical volumes, file systems or files are fragmented, the time required for the disk to access the data may be much longer than would otherwise be necessary. For UNIX systems, one common gauge of disk utilization is the time the drive is active (%tm_act field of iostat). On a UNIX system, if time active exceeds 35 percent, the system may be I/O bound. On an NT system, if the drive activity exceeds 80 percent and the Current Disk Queue is greater than two, then the system may be I/O bound. Network utilization If you determine that system resources are not overutilized, your next step is to enlist the help of a network analyst. A detailed analysis of your network can identify design and traffic pattern problems that are causing poor performance. Your server performance may even be affected by problems that exist in unrelated areas of the network. 6

7 Assessment data for UNIX platforms When approaching a UNIX system performance problem, make use of these standard tools, which are available for performance monitoring: vmstat- Reports virtual memory, CPU and process scheduling statistics iostat- Reports CPU statistics and input/output statistics for TTY, disks and CD-ROMs ps - Shows current status of threads and processes sar - Provides CPU statistics on a per-processor basis, as well as numerous other statistics regarding system activity Public domain tools available from ftp sites include top, monitor and several others. The vmstat command reports statistics about processes, virtual memory, disks, faults and CPU activity. The command line syntax is similar to that of the iostat command. The most important columns in the vmstat reports are: r- Size of the run queue pi - Number of pages paged in from paging space po - Number of pages paged out to paging space us - Percent of user CPU time sy - Percent of system CPU time id - Percent of CPU idle time wa - Percent of CPU idle time while there is pending local disk I/O 7

8 Vmstat output will differ, depending on which UNIX platform you are using. These examples are from an AIX operating system. Even though the command line options may differ and the columns may have different headings, the same basic information is available from the various platforms. For iostat output, the most important fields to monitor are described as follows: %tm_act- Percent of time each physical volume is busy Kbps - Kbytes per second transfer rate Kb_read- Kbytes read during the interval Kb_wrtn- Kbytes written during the interval The %tm_act, Kb_read, and Kb_wrtn fields of the first report will give an indication of the overall disk load balancing. Iostat output can differ, depending on which UNIX platform you are using. Even though the command line options may vary and the columns may have different headings, the same basic information is available from the various platforms. Since iostat is relatively easy to use and interpret, it provides a sound basic analysis tool for the I/O subsystem. The utility is used for monitoring system I/O device loading. Reports generated provide valuable information to help in modifying system configurations. Making these modifications improves performance by balancing the I/O load between physical disks. Iostat is normally run for a predetermined number of iterations at a user-defined interval. The first report generated by the iostat command provides cumulative statistics from the time when the system was booted to the present. Each subsequent report covers the time since the previous report. This information is updated at regular intervals by the kernel. 8

9 Assessment data for NT platforms In the NT environment, make use of the Microsoft Windows NT Performance Monitor. This tool is included as part of the operating system, and contains enough functionality to perform a mid-level performance analysis of the operating system. The Performance Monitor provides a common graphical user interface to perform analysis on all major subsystems. This tool has three different views: chart, log, and report. The chart view provides live performance monitoring or the playback of a performance log file. The log view is the most important tool because it allows data to be saved and analyzed later. The report view is useful for obtaining averages of performance statistics over a monitoring period. There are three parts to NT server performance metrics: Objects- Memory, physical disk and processor are a few of the objects on NT. Counters- This refers to a statistic of an object, such as Pages/Sec, which is a memory-object statistic that refers to the number of pages read from or written to disk per second. Instances- Processors and disks are physical parts of the operating system that have multiple instances. If there are two processors on the system, then the processor object will have two instances CPU bottleneck Several important objects and counters should be observed when analyzing system CPU resources. The system object contains many important systemwide counters, such as Total Processor Time%. Microsoft suggests a CPU bottleneck may exist if the Total Processor Time% consistently is greater than 80 percent, and the Processor Queue Length Counter is consistently greater than two. To determine if the workload is being spread evenly across all of the processors of a multiple processor system, use the Processor Object s Processor Time%. The following graphic gives an example of this statistic. 9

10 Memory bottleneck To determine if a memory bottleneck exists, several key statistics should be measured. For example, Microsoft suggests that if the memory object s Pages/Sec is consistently over 20 Pages/Sec, then a memory bottleneck may exist. Disk bottleneck A disk bottleneck may exist if the Physical Disk Object s Disk Time% exceeds 80 percent and the Current Disk Queue Length consistently exceeds two. Planning for growth When approaching system performance from a proactive viewpoint, you should implement a method for viewing all of your server resources. Ideally, you want some automated indicators to show when resources are overutilized, well-utilized or underutilized. This will assist with your day-to-day and long-term planning. You may implement an off-the-shelf product that provides problem alerting as well as historical trending information. If your requirements are unique, you may choose to develop custom reporting using output from available system monitoring tools. If you are looking for assistance in interpreting system information and planning, one option is to outsource server trending and reporting. Whatever method you choose, having this information available can help you better utilize your existing resources and more effectively plan for growth. 10

11 Features to consider: Realtime alerts Diagnostic analysis Recommendations for improvement Graphical views Trending information Multiplatform support Summary As your server environment evolves, it is important to continually assess system resources. This paper has described how to effectively access the information you need to identify the causes of performance problems. Consolidating this information across the enterprise can help you plan for growth and change, and better leverage skills and resources. Although there is a cost of implementing server performance tuning whether you choose to train internal staff or outsource the cost of lost productivity, user dissatisfaction and the possibility of lost customers will far outweigh the expense. For more information For more information on IBM Performance Management and Capacity Planning Services, call (in the U.S.), (from outside the U.S.), or us at: capacity@us.ibm.com. 11

12 Copyright IBM Corporation 2000 IBM Global Services Route 100 Somers, NY U.S.A. Produced in the United States of America All Rights Reserved IBM, AIX and the e-business logo are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. Microsoft, Windows and Windows NT are trademarks of Microsoft Corporation in the United States, other countries, or both. UNIX is a registered trademark in the United States and other countries, licensed exclusively through The Open Group. Other company, product and service names may be trademarks or service marks of others. References in this publication to IBM products and services do not imply that IBM intends to make them available in all countries in which IBM operates. IBM Integrated Technology Services organization in the United States, part of IBM Global Services, design and development of services offerings, has successfully achieved registration to the ISO 9001, 1994 international quality standard. G

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability December 2002 IBM Tivoli Monitoring solutions for performance and availability 2 Contents 2 Performance and availability monitoring 3 Tivoli Monitoring software 4 Resource models 6 Built-in intelligence

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

ENABLING COST CONTROL AND OPERATIONAL EFFICIENCY WITH EMC DATA PROTECTION ADVISOR

ENABLING COST CONTROL AND OPERATIONAL EFFICIENCY WITH EMC DATA PROTECTION ADVISOR ENABLING COST CONTROL AND OPERATIONAL EFFICIENCY WITH EMC DATA PROTECTION ADVISOR Applied Technology ABSTRACT EMC Data Protection Advisor provides a comprehensive set of features to maximize the return

More information

IBM Tivoli Composite Application Manager for Applications Diagnostics

IBM Tivoli Composite Application Manager for Applications Diagnostics Quickly resolve Web application issues in complex IT environments IBM Tivoli Composite Application Manager for Applications Diagnostics Highlights Monitor the overall health of Web applications and servers

More information

MOF Service Management Function Job Scheduling

MOF Service Management Function Job Scheduling MOF Service Management Function Job Scheduling Release Approved Review SLA Review MOF Release Readiness Review Operations Review Microsoft Solutions for Management The information contained in this document

More information

IBM Global Services January Realizing the business value of systems management with Linux-powered grid computing

IBM Global Services January Realizing the business value of systems management with Linux-powered grid computing IBM Global Services January 2004 Realizing the business value of systems management with Linux-powered grid computing Page 2 Table of Contents 3 Leveraging Linux-powered grid computing 4 Supporting a flexible

More information

IBM Tivoli OMEGAMON XE for. WebSphere Business Integration. Optimize management of your messaging infrastructure. Highlights

IBM Tivoli OMEGAMON XE for. WebSphere Business Integration. Optimize management of your messaging infrastructure. Highlights Optimize management of your messaging infrastructure IBM Tivoli OMEGAMON XE for Highlights Simplify management with a single tool for monitoring IBM WebSphere MQ, IBM WebSphere Business Integration Message

More information

Accelerate and assure wireless services with intelligent solutions for wireless network and service management.

Accelerate and assure wireless services with intelligent solutions for wireless network and service management. Wireless service management solutions To support your business objectives Accelerate and assure wireless services with intelligent solutions for wireless network and service management. Highlights Attract

More information

IBM Tivoli Endpoint Manager for Software Use Analysis

IBM Tivoli Endpoint Manager for Software Use Analysis IBM Endpoint Manager for Software Use Analysis Rapid, granular inventory insights and always-on asset management enhance license compliance Highlights Identify licensed and unlicensed software with drill-down

More information

IBM Data Mobility Services Softek LDMF

IBM Data Mobility Services Softek LDMF Helping provide nondisruptive dataset-level migrations for the mainframe environment IBM Data Mobility Services Softek LDMF With Softek LDMF software, datasets that reside on multiple smaller-capacity

More information

Innovative solutions to simplify your business. IBM System i5 Family

Innovative solutions to simplify your business. IBM System i5 Family Innovative solutions to simplify your business IBM System i5 Family Highlights Provide faster, extremely reliable and highly secure ways to help simplify your IT environment, enabling savings to be invested

More information

Capacity Management from the ground up

Capacity Management from the ground up Capacity Management from the ground up Starting as a team of one Starting a capacity management function has a beginning, and that can be starting from scratch with one person. Determining where to start

More information

See Capacity and Performance across your IT enterprise

See Capacity and Performance across your IT enterprise athene 10.30 athene The world s leading companies rely on athene Capacity Management software and our consulting and training services as key elements of their IT Service Management and Service Delivery.

More information

Integrated Service Management

Integrated Service Management Integrated Service Management for Power servers As the world gets smarter, demands on the infrastructure will grow Smart traffic systems Smart Intelligent food oil field technologies systems Smart water

More information

INTER CA NOVEMBER 2018

INTER CA NOVEMBER 2018 INTER CA NOVEMBER 2018 Sub: ENTERPRISE INFORMATION SYSTEMS Topics Information systems & its components. Section 1 : Information system components, E- commerce, m-commerce & emerging technology Test Code

More information

ACD MIS SUPERVISOR S GUIDE

ACD MIS SUPERVISOR S GUIDE Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

North American Construction Group transforms its IT infrastructure

North American Construction Group transforms its IT infrastructure North American Group transforms its IT infrastructure With the help of IBM Overview Business challenge NACG employees were losing faith in an unreliable JD Edwards EnterpriseOne application, which experienced

More information

IBM Tivoli OMEGAMON XE on z/vm and Linux

IBM Tivoli OMEGAMON XE on z/vm and Linux Manage and monitor z/vm and Linux performance IBM Tivoli OMEGAMON XE on z/vm and Linux Highlights Facilitate the cost-effective migration of workloads onto mainframes by monitoring z/vm and Linux performance

More information

VirtualWisdom Analytics Overview

VirtualWisdom Analytics Overview DATASHEET VirtualWisdom Analytics Overview Today s operations are faced with an increasing dynamic hybrid infrastructure of near infinite scale, new apps appear and disappear on a daily basis, making the

More information

The IBM and Oracle alliance. Power architecture

The IBM and Oracle alliance. Power architecture IBM Power Systems, IBM PowerVM and Oracle offerings: a winning combination The smart virtualization platform for IBM AIX, Linux and IBM i clients using Oracle solutions Fostering smart innovation through

More information

ACD MIS Supervisor Manual

ACD MIS Supervisor Manual Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

IBM Service Management Buyer s guide: purchasing criteria. Choose a service management solution that integrates business and IT innovation.

IBM Service Management Buyer s guide: purchasing criteria. Choose a service management solution that integrates business and IT innovation. IBM Service Management Buyer s guide: purchasing criteria Choose a service management solution that integrates business and IT innovation. Close the integration gap between business and IT innovation According

More information

BI CONCEPTS IN MANAGING THE SAS ENVIRONMENT

BI CONCEPTS IN MANAGING THE SAS ENVIRONMENT Paper BI-002 Interrogate the Interrogator: Presenting SAS Usage Information Using BI Tools Emilio Power, ThotWave Technologies, Chapel Hill, NC Shawn Edney, ThotWave Technologies, Chapel Hill, NC ABSTRACT

More information

IBM Tivoli Workload Scheduler

IBM Tivoli Workload Scheduler Manage mission-critical enterprise applications with efficiency IBM Tivoli Workload Scheduler Highlights Drive workload performance according to your business objectives Help optimize productivity by automating

More information

IBM i Reduce complexity and enhance productivity with the world s first POWER5-based server. Highlights

IBM i Reduce complexity and enhance productivity with the world s first POWER5-based server. Highlights Reduce complexity and enhance productivity with the world s first POWER5-based server IBM i5 570 Highlights Integrated management of multiple operating systems and application environments helps reduce

More information

IBM xseries 430. Versatile, scalable workload management. Provides unmatched flexibility with an Intel architecture and open systems foundation

IBM xseries 430. Versatile, scalable workload management. Provides unmatched flexibility with an Intel architecture and open systems foundation Versatile, scalable workload management IBM xseries 430 With Intel technology at its core and support for multiple applications across multiple operating systems, the xseries 430 enables customers to run

More information

Service management solutions White paper. Integrate systems management and predictive intelligence with IBM Service Management solutions.

Service management solutions White paper. Integrate systems management and predictive intelligence with IBM Service Management solutions. Service management solutions White paper Integrate systems management and predictive intelligence with IBM Service Management solutions. September 2007 2 Contents 2 Overview 3 Recognize the importance

More information

PROGNOSIS FOUNDATION FOR BASE24-eps (UNIX)

PROGNOSIS FOUNDATION FOR BASE24-eps (UNIX) TRANSFORMS YOUR PAYMENTS PERSPECTIVE PRODUCT FLYER PROGNOSIS FOUNDATION FOR BASE24-eps (UNIX) REAL-TIME PERFORMANCE AND AVAILABILITY SYSTEM MONITORING CORRELATES DATA BETWEEN HARDWARE AND AUTHORIZATION

More information

Service management solutions White paper. Six steps toward assuring service availability and performance.

Service management solutions White paper. Six steps toward assuring service availability and performance. Service management solutions White paper Six steps toward assuring service availability and performance. March 2008 2 Contents 2 Overview 2 Challenges in assuring high service availability and performance

More information

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs An Oracle White Paper January 2013 Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs Executive Summary... 2 Deploy Services Faster and More Efficiently... 3 Greater Compute

More information

White paper June Managing the tidal wave of data with IBM Tivoli storage management solutions

White paper June Managing the tidal wave of data with IBM Tivoli storage management solutions White paper June 2009 Managing the tidal wave of data with IBM Tivoli storage management solutions Page 2 Contents 2 Executive summary 2 The costs of managing unabated data growth 3 Managing smarter with

More information

IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking

IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking Grid Computing IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking customers. Often, banks may purchase lists and acquire external data to improve their models. This data, although

More information

IBM Tivoli Intelligent Orchestrator

IBM Tivoli Intelligent Orchestrator Meet your peak on demand business requirements with orchestration IBM Tivoli Intelligent Orchestrator Highlights Anticipates and triggers the Helps protect technology investments by orchestrating the response

More information

IBM WebSphere Extended Deployment, Version 5.1

IBM WebSphere Extended Deployment, Version 5.1 Offering a dynamic, goals-directed, high-performance environment to support WebSphere applications IBM, Version 5.1 Highlights Dynamically accommodates variable and unpredictable business demands Helps

More information

How to Do Capacity Planning

How to Do Capacity Planning How to Do Capacity Planning It is very common for an IT organization to manage system performance in a reactionary fashion, analyzing and correcting performance problems as users report them. When problems

More information

ROI Strategies for IT Executives. Syncsort ROI Strategies for IT Executives

ROI Strategies for IT Executives. Syncsort ROI Strategies for IT Executives ROI Strategies for IT Executives Syncsort ROI Strategies for IT Executives Introduction In the 1996 movie Jerry Maguire, the character Rod Tidwell played by Cuba Gooding Jr. was always challenging Jerry

More information

Product Brief SysTrack VMP

Product Brief SysTrack VMP Product Brief SysTrack VMP Benefits Optimize desktop and server virtualization and terminal server projects Anticipate and handle problems in the planning stage instead of postimplementation Use iteratively

More information

A roadmap for intelligent archiving

A roadmap for intelligent archiving August 2013 Effective database archiving in a new era of computing ENTER» Contents 3 5 7 8 11 12 14 2 Database archiving strategies, whether applied to packaged applications, custom applications or data

More information

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS SAP NetWeaver SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS Exploring the Central Process-Scheduling Software Developed by Redwood Software for SAP NetWeaver As IT landscapes become

More information

Migration to Microsoft Azure: Optimization using Cloud Services

Migration to Microsoft Azure: Optimization using Cloud Services Discover Migration to Microsoft Azure: Optimization using Cloud Services A Use Case Migrate Optimize Overview Once organizations migrate on-premises virtual machines to Microsoft Azure, many will want

More information

Ensure Your Servers Can Support All the Benefits of Virtualization and Private Cloud The State of Server Virtualization... 8

Ensure Your Servers Can Support All the Benefits of Virtualization and Private Cloud The State of Server Virtualization... 8 ... 4 The State of Server Virtualization... 8 Virtualization Comfort Level SQL Server... 12 Case in Point SAP... 14 Virtualization The Server Platform Really Matters... 18 The New Family of Intel-based

More information

IT Management Maturity. Phase 3: Moving from Proactive to Aligned

IT Management Maturity. Phase 3: Moving from Proactive to Aligned IT Management Maturity Phase 3: Moving from Proactive to Aligned IT Management Maturity Model for Mid-sized Enterprises: Proactive to Aligned To help IT leaders in mid-sized enterprises advance their IT

More information

AppManager + Operations Center

AppManager + Operations Center AppManager + Operations Center A Powerful Combination for Attaining Service Performance and Availability Objectives This paper describes an end-to-end management solution for essential business services

More information

IBM Tivoli Composite Application Manager for Transactions V6.2. helps monitor the availability and response time of business

IBM Tivoli Composite Application Manager for Transactions V6.2. helps monitor the availability and response time of business IBM Europe Announcement ZP08-0167, dated May 13, 2008 IBM Tivoli V6.2 helps monitor the availability and response time of business applications Key prerequisites...2 Description...2 Product positioning...

More information

IBM i Solution Edition for JD Edwards Reduce the cost, complexity and risk of deploying JD Edwards ERP solutions

IBM i Solution Edition for JD Edwards Reduce the cost, complexity and risk of deploying JD Edwards ERP solutions Corning Data Services, Inc. Experience Matters IBM i Solution Edition for JD Edwards Reduce the cost, complexity and risk of deploying JD Edwards ERP solutions Highlights Deploy a complete JD Edwards ERP

More information

IBM Service Management solutions To support your business objectives. Increase your service availability and performance with IBM Service Management.

IBM Service Management solutions To support your business objectives. Increase your service availability and performance with IBM Service Management. IBM Service Management solutions To support your business objectives Increase your service availability and performance with IBM Service Management. The challenges are clear for today s operations If you

More information

IBM PureApplication System

IBM PureApplication System IBM PureApplication System IBM PureApplication System Application platform system with integrated expertise 2 IBM PureApplication System IT is moving to the strategic center of business The last 100 years

More information

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE Oracle Service Cloud Release 18C New Feature Summary ORACLE TABLE OF CONTENTS Revision History 3 Overview 3 Agent Browser Desktop Automation 3 Workflow Enable Save Option for Workflow Elements 3 Workflow

More information

IBM Digital Analytics Accelerator

IBM Digital Analytics Accelerator IBM Digital Analytics Accelerator On-premises web analytics solution for high-performance, granular insights Highlights: Efficiently capture, store, and analyze online data Benefit from highly scalable

More information

Optimizing resource efficiency in Microsoft Azure

Optimizing resource efficiency in Microsoft Azure Microsoft IT Showcase Optimizing resource efficiency in Microsoft Azure By July 2017, Core Services Engineering (CSE, formerly Microsoft IT) plans to have 90 percent of our computing resources hosted in

More information

The Customer. The Challenge. The Solution

The Customer. The Challenge. The Solution a t t e n t i o n. a l w a y s. Increased IT infrastructure effectiveness by 80% with Microsoft System Center Operations Manager for a Fortune 100 firm CASE STUDY The Customer This Fortune 100 firm is

More information

The ABCs of. CA Workload Automation

The ABCs of. CA Workload Automation The ABCs of CA Workload Automation 1 The ABCs of CA Workload Automation Those of you who have been in the IT industry for a while will be familiar with the term job scheduling or workload management. For

More information

Managing Your FAST Environment with EMC Ionix ControlCenter and Symmetrix Performance Analyzer

Managing Your FAST Environment with EMC Ionix ControlCenter and Symmetrix Performance Analyzer Managing Your FAST Environment with EMC Ionix ControlCenter and Symmetrix Performance Analyzer Applied Technology Abstract EMC Ionix ControlCenter and Symmetrix Performance Analyzer have been enhanced

More information

Brocade SANnav Management Portal and. Global View. Product Brief. Storage Modernization. Highlights. Brocade Fabric Vision Technology

Brocade SANnav Management Portal and. Global View. Product Brief. Storage Modernization. Highlights. Brocade Fabric Vision Technology Highlights Streamline workflows to accelerate the deployment of new applications, switches, hosts, and targets Transform information into actionable insights to quickly identify and isolate problems Quickly

More information

IBM Sterling Gentran:Server for Windows

IBM Sterling Gentran:Server for Windows IBM Sterling Gentran:Server for Windows Handle your business transactions with a premier e-business platform Overview In this Solution Overview, you will learn: How to lower costs, improve quality of service,

More information

IBM storage solutions: Evolving to an on demand operating environment

IBM storage solutions: Evolving to an on demand operating environment May 2003 IBM TotalStorage IBM storage solutions: Evolving to an on demand operating environment Page No.1 Contents 1 e-business on demand 1 Integrated information fuels on demand businesses 2 Integrated

More information

Solution Brief Monitoring and Management For Desktops and Servers

Solution Brief Monitoring and Management For Desktops and Servers Solution Brief Monitoring and Management For Desktops and Servers Features Collect and visualize application and network utilization data on: o Desktops & laptops o Terminal servers o IIS servers o SQL

More information

HPC Workload Management Tools: Tech Brief Update

HPC Workload Management Tools: Tech Brief Update 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com @EdisonGroupInc 212.367.7400 HPC Workload Management Tools: Tech Brief Update IBM Platform LSF Meets Evolving High Performance Computing

More information

IBM i5 server delivers global consolidation for Greif

IBM i5 server delivers global consolidation for Greif IBM Case Study IBM i5 server delivers global consolidation for Greif Overview Challenge Overcome high cost and inefficiencies caused by multiple, diverse ERP systems and computing platforms Solution Consolidate

More information

IBM Intelligent Operations Center for Smarter Cities

IBM Intelligent Operations Center for Smarter Cities IBM Industry Solutions IBM Intelligent Operations Center for Smarter Cities Coordinate city agencies and resources to deliver exceptional service to citizens Highlights Leverage information across all

More information

[Header]: Demystifying Oracle Bare Metal Cloud Services

[Header]: Demystifying Oracle Bare Metal Cloud Services [Header]: Demystifying Oracle Bare Metal Cloud Services [Deck]: The benefits and capabilities of Oracle s next-gen IaaS By Umair Mansoob Introduction As many organizations look to the cloud as a way to

More information

Systems Management of the SAS 9.2 Enterprise Business Intelligence Environment Gary T. Ciampa, SAS Institute Inc., Cary, NC

Systems Management of the SAS 9.2 Enterprise Business Intelligence Environment Gary T. Ciampa, SAS Institute Inc., Cary, NC Paper 276-2010 Systems Management of the SAS 9.2 Enterprise Business Intelligence Environment Gary T. Ciampa, SAS Institute Inc., Cary, NC ABSTRACT The evolution of the SAS 9.2 architecture provides a

More information

PERFORMANCE MANAGEMENT ASG-TRITUNE. ASG-APC for TriTune

PERFORMANCE MANAGEMENT ASG-TRITUNE. ASG-APC for TriTune ASG-APC for TriTune OVERVIEW IT organizations are being asked to reduce processing costs while simultaneously improving service levels with increasingly fewer skilled technical staff and constant budget

More information

IBM and SAS: The Intelligence to Grow

IBM and SAS: The Intelligence to Grow IBM and SAS: The Intelligence to Grow IBM Partner Relationships Building Better Businesses An intelligent team Business agility the ability to make quick, wellinformed decisions and rapidly respond to

More information

Cisco IT Methods How Cisco Simplifies Application Monitoring

Cisco IT Methods How Cisco Simplifies Application Monitoring Cisco IT Methods How Cisco Simplifies Application Monitoring Introduction Insights into individual online transactions and user experiences are critical to today s digital business activity. In the past,

More information

OPERATING SYSTEMS. Systems and Models. CS 3502 Spring Chapter 03

OPERATING SYSTEMS. Systems and Models. CS 3502 Spring Chapter 03 OPERATING SYSTEMS CS 3502 Spring 2018 Systems and Models Chapter 03 Systems and Models A system is the part of the real world under study. It is composed of a set of entities interacting among themselves

More information

IBM Data Management Services Softek Replicator UNIX technical overview Data protection with replication for increased availability

IBM Data Management Services Softek Replicator UNIX technical overview Data protection with replication for increased availability IBM Data Management Services Replicator UNIX technical overview Data protection with replication for increased availability 2007 IBM Corporation agenda 1 2 3 4 5 6 7 8 Replicator UNIX overview Key features

More information

Managing Applications with Oracle Enterprise Manager 10g. An Oracle White Paper November 2007

Managing Applications with Oracle Enterprise Manager 10g. An Oracle White Paper November 2007 Managing Applications with Oracle Enterprise Manager 10g An Oracle White Paper November 2007 NOTE The following is intended to outline our general product direction. It is intended for information purposes

More information

How Much Bigger, Better and Faster?

How Much Bigger, Better and Faster? How Much Bigger, Better and Faster? Dave Abbott, Corporate Computing and Networks, Mike Timmerman, Professional Services, and Doug Wiedder, Benchmarking Services, Cray Research, Inc., Eagan, Minnesota

More information

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 5 Table of Contents Disclaimer

More information

QPR ScoreCard. White Paper. QPR ScoreCard - Balanced Scorecard with Commitment. Copyright 2002 QPR Software Oyj Plc All Rights Reserved

QPR ScoreCard. White Paper. QPR ScoreCard - Balanced Scorecard with Commitment. Copyright 2002 QPR Software Oyj Plc All Rights Reserved QPR ScoreCard White Paper QPR ScoreCard - Balanced Scorecard with Commitment QPR Management Software 2/25 Table of Contents 1 Executive Overview...3 2 Implementing Balanced Scorecard with QPR ScoreCard...4

More information

IBM Server Group eliza: Building an intelligent infrastructure for e-business.

IBM Server Group eliza: Building an intelligent infrastructure for e-business. IBM Server Group eliza: Building an intelligent infrastructure for e-business. Technology for a self-managing server environment Yesterday s fantasies are today s necessities Your information technology

More information

IBM _` iseries systems Retail

IBM _` iseries systems Retail iseries systems delivering technology innovations and maximum business productivity to retailers for their On Demand Business IBM _` iseries systems Retail Highlights Helps simplify IT environments by

More information

Business Resilience: Proactive measures for forward-looking enterprises

Business Resilience: Proactive measures for forward-looking enterprises IBM Global Services Business Resilience: Proactive measures for forward-looking enterprises protect deflect predict adapt Working with IBM, you can develop and implement a flexible business resilience

More information

The Systems Management. Solution designed specifically. for ebusiness. SystemWalker

The Systems Management. Solution designed specifically. for ebusiness. SystemWalker The Systems Management Solution designed specifically for ebusiness SystemWalker Table of Contents EXECUTIVE SUMMARY...1 ebusiness RAISES THE BAR ON NETWORK MANAGEMENT...2 Growing Network Complexity...2

More information

IBM Software July 2011 Thought Leadership White Paper. What is MRM, and why are marketers investing in this technology?

IBM Software July 2011 Thought Leadership White Paper. What is MRM, and why are marketers investing in this technology? IBM Software July 2011 Thought Leadership White Paper What is MRM, and why are marketers investing in this technology? 2 What is MRM, and why are marketers investing in this technology? A time of unprecedented

More information

Sizing SAP Central Process Scheduling 8.0 by Redwood

Sizing SAP Central Process Scheduling 8.0 by Redwood Sizing SAP Central Process Scheduling 8.0 by Redwood Released for SAP Customers and Partners January 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

IBM Rational RequisitePro

IBM Rational RequisitePro Success starts with requirements management IBM Rational RequisitePro Highlights Offers advanced Microsoft Provides Web access for Word integration distributed teams Built on a robust Offers flexible reporting

More information

EMC Navisphere Management Suite

EMC Navisphere Management Suite Data Sheet EMC Navisphere Management Suite Your window into the award-winning EMC CLARiiON storage platform The Big Picture Discover, monitor, and configure all CLARiiON storage systems via a secure, easy-to-use,

More information

An operating system executes a variety of programs: Batch system - jobs Time-shared systems - user programs or tasks

An operating system executes a variety of programs: Batch system - jobs Time-shared systems - user programs or tasks Process Concept An operating system executes a variety of programs: Batch system - jobs Time-shared systems - user programs or tasks Process - a program in execution; process execution must progress in

More information

IBM Virtualization Manager Xen Summit, April 2007

IBM Virtualization Manager Xen Summit, April 2007 IBM Virtualization Manager Xen Summit, April 2007 Senthil Bakthavachalam 2006 IBM Corporation The Promise of Virtualization System Administrator Easily deploy new applications and adjust priorities Easily

More information

Agilisys revolutionizes the way it delivers services to customers

Agilisys revolutionizes the way it delivers services to customers Agilisys revolutionizes the way it delivers services to customers Offering rapid provisioning and near-limitless scalability with IBM PureFlex System Overview The need To deliver better service levels

More information

Building smart products: best practices for multicore software development

Building smart products: best practices for multicore software development IBM Software Rational Thought Leadership White Paper Building smart products: best practices for multicore software development 2 Building smart products: best practices for multicore software development

More information

IBM TotalStorage DS8000 series

IBM TotalStorage DS8000 series High-performance disk storage for business-critical enterprise workloads IBM TotalStorage DS8000 series Virtualised, resilient, high-performance storage for medium to large enterprises The IBM TotalStorage

More information

IBM Tivoli Service Desk

IBM Tivoli Service Desk Deliver high-quality services while helping to control cost IBM Tivoli Service Desk Highlights Streamline incident and problem management processes for more rapid service restoration at an appropriate

More information

Why more and more SAP customers are migrating to Solaris

Why more and more SAP customers are migrating to Solaris Why more and more SAP customers are migrating to Solaris Your SAP environment is critical to business operations. Migrating your SAP systems to Oracle Solaris delivers the availability, performance, scalability,

More information

Security intelligence for service providers

Security intelligence for service providers Security Thought Leadership White Paper July 2015 Security intelligence for service providers Expanded capabilities for IBM Security QRadar including multi-tenancy, unified management and SaaS 2 Security

More information

IBM Global Technology Services. Weaving the solution Dharanibalan Gurunathan 1 st August, Mumbai

IBM Global Technology Services. Weaving the solution Dharanibalan Gurunathan 1 st August, Mumbai IBM Global Technology Services Weaving the solution Dharanibalan Gurunathan 1 st August, Mumbai agenda 1 Driving innovation and growth Designing and implementing service-oriented 2 architectures 3 Connectivity

More information

IBM Systems Move to IBM

IBM Systems Move to IBM IBM Systems Move to IBM Migration made easy. Built on trust. Based on experience. In both business and IT, change is a constant. However, unexpected change can wreak havoc on carefully planned business

More information

IBM WebSphere Catalog Architect

IBM WebSphere Catalog Architect Helping boost your e-commerce business IBM WebSphere Catalog Architect Highlights Simplifies creation and management of electronic catalogs Increases productivity during catalog design, construction and

More information

Oracle Utilities Mobile Workforce Management Benchmark

Oracle Utilities Mobile Workforce Management Benchmark Oracle Utilities Mobile Workforce Management Benchmark Demonstrates Superior Scalability for Large Field Service Organizations O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 Introduction Large

More information

WorkloadWisdom Storage performance analytics for comprehensive workload insight

WorkloadWisdom Storage performance analytics for comprehensive workload insight DATASHEET Storage performance analytics for comprehensive workload insight software is the industry s only automated workload acquisition, workload analysis, workload modeling, and workload performance

More information

PERFORMANCE MANAGEMENT AND AVAILABILITY SOLUTIONS OVERVIEW

PERFORMANCE MANAGEMENT AND AVAILABILITY SOLUTIONS OVERVIEW PERFORMANCE MANAGEMENT PERFORMANCE MANAGEMENT AND AVAILABILITY S OVERVIEW Featuring: ASG-TMON Product Family PERFORMANCE MANAGEMENT AND AVAILABILITY S OVERVIEW ASG PERFORMANCE MANAGEMENT AND AVAILABILITY

More information

When It Needs to Get Done at 2 a.m., That s when you can rely on CA Workload Automation

When It Needs to Get Done at 2 a.m., That s when you can rely on CA Workload Automation When It Needs to Get Done at 2 a.m., That s when you can rely on CA Workload Automation 1 Your Workload Management Has Reached a Tipping Point YOUR ORGANIZATION HAS A SIMPLE DIRECTIVE: Provide the best

More information

IBM Balanced Warehouse Buyer s Guide. Unlock the potential of data with the right data warehouse solution

IBM Balanced Warehouse Buyer s Guide. Unlock the potential of data with the right data warehouse solution IBM Balanced Warehouse Buyer s Guide Unlock the potential of data with the right data warehouse solution Regardless of size or industry, every organization needs fast access to accurate, up-to-the-minute

More information

Best Practices for Proactively Monitoring the BlackBerry network using the NeedTEXT Monitor for BlackBerry Enterprise

Best Practices for Proactively Monitoring the BlackBerry network using the NeedTEXT Monitor for BlackBerry Enterprise Best Practices for Proactively Monitoring the BlackBerry network using the NeedTEXT Monitor for BlackBerry Enterprise www.re-soft.com 203 972 8462 2005 Epoch Integration Inc. All rights reserved. NeedTEXT

More information

Simplifying Hadoop. Sponsored by. July >> Computing View Point

Simplifying Hadoop. Sponsored by. July >> Computing View Point Sponsored by >> Computing View Point Simplifying Hadoop July 2013 The gap between the potential power of Hadoop and the technical difficulties in its implementation are narrowing and about time too Contents

More information

Scorecarding with IBM Planning Analytics

Scorecarding with IBM Planning Analytics Scorecarding with IBM Planning Analytics Elevating the role of metrics in high-participation planning Highlights Link high-participation planning, budgeting and forecasting processes to actual performance

More information

Creating High-Speed Content Archival and Retrieval Solutions Using IBM Content Manager OnDemand IBM Redbooks Solution Guide

Creating High-Speed Content Archival and Retrieval Solutions Using IBM Content Manager OnDemand IBM Redbooks Solution Guide Creating High-Speed Content Archival and Retrieval Solutions Using IBM Content Manager OnDemand IBM Redbooks Solution Guide Using IBM Content Manager OnDemand, you can create solutions that provide high-speed

More information

The MLC Cost Reduction Cookbook. Scott Chapman Enterprise Performance Strategies

The MLC Cost Reduction Cookbook. Scott Chapman Enterprise Performance Strategies The MLC Cost Reduction Cookbook Scott Chapman Enterprise Performance Strategies Scott.Chapman@epstrategies.com Contact, Copyright, and Trademark Notices Questions? Send email to Scott at scott.chapman@epstrategies.com,

More information