Default Thresholds. Performance Advisor. Adaikkappan Arumugam, Nagendra Krishnappa

Size: px
Start display at page:

Download "Default Thresholds. Performance Advisor. Adaikkappan Arumugam, Nagendra Krishnappa"

Transcription

1 Default Thresholds Performance Advisor Adaikkappan Arumugam, Nagendra Krishnappa Monitoring performance of storage subsystem and getting alerted at the right time before a complete performance breakdown is a challenging task for any admin. To trigger an alert at the right time we need to understand what the right threshold levels are. This document is an attempt to get you started setting up thresholds to monitor Storage subsystem performance using Performance Advisor. The values suggested in this document should be used as a reference point for getting started. It is strongly recommended to modify them as needed to meet the requirements of your environment and workload.

2 Table of Contents PURPOSE & SCOPE... 3 PRE-REQUISITES... 3 INTRODUCTION... 3 COUNTERS THAT MATTER... 4 BASIC PERFORMANCE MANAGEMENT... 4 For Protocols:... 5 For Exchange Server:... 6 For SQL Server:... 7 For Oracle:... 8 ALERT AT VARIOUS LEVELS... 9 PERFORMANCE BASE LINE... 9 ENABLE DIAG COUNTERS EXTERNAL REFERENCES... 15

3 Purpose & Scope Performance Advisor monitors Storage system performance and status by collecting performance counters on Storage systems. But, not many users understand how to use Performance Advisor to monitor and generate alerts when there is performance degradation. This document identifies key counters that need to be monitored and thresholds to set as a starting point. The user can then tune these values to suit his needs once he gets familiar with Performance Advisor and its capabilities in trouble shooting performance issues. An even better approach to find out the right threshold values for your workload is to use the base-lining feature in Performance Advisor. A methodology for doing this will be discussed later in this document. Note: All suggested threshold values are meant to serve as guidance and needs to be tuned according to your workload and environment. Pre-requisites Knowledge and familiarity with the following will help you understand this document better. Performance Advisor A component of Operations Manager Data ONTAP and Performance Counters Read more on Performance Advisor in the DataFabric Manager documentation available on NOW site - Introduction One of the consistent requests from Performance Advisor customers is to provide guidance on which of the basic performance counters should be monitored and what best fits a given workload or environment. Once these counters are identified, we need to determine the correct threshold values to be set so that alarms can be set on threshold breaches. Some of the key workloads where NetApp is being deployed are: Windows Applications Exchange, SQL, SharePoint Virtualization VMware, Hyper-V Home Directories CIFS or NFS Databases DB2, Oracle, Sybase SAP Performance of the servers hosting the applications and the application performance itself can be determined using tools available for server and application performance management. When there is a performance issue with any application, a server admin tries to troubleshoot using the tools he has, and then passes on the issue to the storage admin to troubleshoot. This is reactive in nature when storage is concerned. Until an issue occurs there is no way to determine whether there are any issues on the

4 storage side. Also, it would be of greater advantage if the issue could be identified or diagnosed early when it is building up. Performance Advisor is the right management tool for identifying or troubleshooting performance issues on NetApp storage systems. Performance Advisor can be used to setup multi level thresholds and alerts that can warn you of any probable performance issue that is being built up or has already occurred. Counters that Matter There is a basic set of counters that a user can track in order to do regular performance monitoring of NetApp storage systems. When monitoring a storage system, an administrator would like to be alerted whenever I/O latency goes high for various protocols such as NFS, CIFS, iscsi, FCP or HTTP. CPU and disk utilization remain high for a prolonged period of time and From an application point of view, the above two points boil down to I/O response times how quickly the I/O requests from the application are being served. Note: Certain counters discussed below may be DIAG counters which are usually hidden in Performance Advisor. Also, some counters may be available in newer versions of Data ONTAP only. Basic Performance Management Once storage systems are deployed, they need to be constantly monitored for basic performance issues. The basic counters to start with are: Counter Threshold Comments cpu_busy 40 70% Gives the System CPU resource utilization in percent. If you are trying to manage only a single controller then start with 70%. If it s a HA pair, to take failover into account start with 50%. To determine if there is high cpu utilization due to lot of I/O, analyze system level counters such as total_ops (DIAG), read_ops, write_ops, net_data_recv & net_data_sent sys_avg_latency 20ms Gives the average latency for all operations in the system in milliseconds. This is a DIAG counter, needs DIAG counters to be enabled in PA disk_busy 90% Gives the percentage of time there was at least one outstanding request to the disk. Too busy disks may indicate possibilities of increased latency. For detailed analysis consider using disk level counters such as user_read_latency & user_write_latency. Using this counter may have performance impact as the number of

5 disks is considerably high in any environment. max_disk_busy 90% Gives disk utilization of the busiest disk in the system. Use this counter when disk_busy becomes a performance impact. Note: All values suggested are meant to be a starting point and the user needs to tune it according to his workload and environment. As a starting point, you can set the threshold interval to be around 300 seconds for all the counters that are discussed in this document. The next question is - how to troubleshoot once the above threshold values are breached? What other counters to look for next? For Protocols: To begin with, let s consider a scenario where sys_avg_latency remains higher than 20ms for more than 300s. In this situation, we should first look at the protocol latency counters to see where the possible issues could be. The table below suggests those protocol latency counters and their thresholds. The latency values mentioned are from the storage system perspective only, and it does not include latency in the network. Counter Threshold Value Comments cifs_latency 20ms Gives the average latency for CIFS operations in milliseconds. You can dig deeper to see if it s a read or write latency by monitoring cifs_read_latency or cifs_write_latency counters. nfsv3_avg_op_latency 20ms Gives the average latency of the nfs V3 ops. Use the nfsv3_read_latency, nfsv3_write_latency and nfsv3_ops for further troubleshooting. Similarly for NFSv4 counters. nfsv4_ops_latency 20ms Gives average latency for NFS v4 operations in milliseconds. For further analysis use counters such as nfsv4_ops, nfsv4_read_ops and nfsv4_write_ops. iscsi_latency 20ms Gives average latency for ISCSI operations in milliseconds. Drill down further for detailed trouble shooting using counters such as iscsi_ops, iscsi_read_latency & iscsi_write_latency (latter two being DIAG counters) fcp_latency 20ms Gives average latency for FCP operations in milliseconds. Analyze further if needed using fcp_ops, fcp_read_latency & fcp_write_latency (latte two being DIAG counters) Note: All values suggested are meant to be a starting point and the user needs to tune it according to his workload and environment.

6 Now, let s consider from an application perspective. If you are running home directories using either CIFS or NFS, then you can use the thresholds for CIFS latency and NFS latency, as mentioned in the above table, coupled with few volume level counters. Counter Threshold Comments volume:cifs_latency 20ms volume:nfs_latency 20ms Gives the average time for CIFS operations on the volume. For further analysis to determine the volumes on which the latencies are high, consider using volume level counters such as cifs_ops, cifs_read_latency & cifs_write_latency Gives average time for NFS operations on the volume. For further analysis to determine the volumes on which the latencies are high, consider using few volume level counters such as nfs_ops, nfs_read_latency & nfs_write_latency. Note: All values suggested are meant to be a starting point and the user needs to tune it according to his workload and environment. Thresholds considered in above two tables consider FC/SAS type of disks. SATA disks can have thresholds up to 40ms. Microsoft applications such as Exchange and SQL Server have their own recommendations on what the disk performance should be. The table below contains mappings between their recommendations and NetApp storage performance counters. The counters for Exchange Server were chosen from the TechNet Library for Exchange Server For Exchange Server: Exchange Counter Counter Threshold Comments LogicalDisk(*)\Avg. Disk sec/transfer Data Disk: LogicalDisk(*)\Avg. Disk sec/read PhysicalDisk(*)\Avg. Disk sec/read Data Disk: LogicalDisk(*)\Avg. Disk sec/write PhysicalDisk(*)\Avg. Disk lun:avg_latency 20ms For healthy disks, this counter shows approximately 20 ms. Counter values larger than 20 ms, or with large spikes, indicate a possible disk issue (for example, failure or slow speed). lun:avg_read_latency 20ms Shows the average time, in milli seconds, of a read of data from the disk. Should be below 20 milliseconds (ms) at all times on average. lun:avg_write_latency 100ms Shows the average time, in milli seconds, of a write of data to the disk. Should be below 100 ms at all times on average.

7 sec/write Log Disk: LogicalDisk(*)\Avg. Disk sec/read Log Disk: LogicalDisk(*)\Avg. Disk sec/write TEMP/Page file disks: LogicalDisk(*)\Avg. Disk sec/read lun:avg_read_latency 20ms lun:avg_write_latency 10ms lun:avg_read_latency 10ms If disk writes are high, it is possible that read latencies are also affected as a direct correlation with high write times. Shows the average time, in milli seconds, of a read of data from the disk. Should be below 20 ms on average. Shows the average time, in milli seconds, of a write of data to the disk. Should be below 10 ms on average. Shows the average time, in milli seconds, of a read of data from the disk. Should be below 10 ms on average. TEMP/Page file disks: LogicalDisk(*)\Avg. Disk sec/write lun:avg_write_latency 10ms Shows the average time, in milli seconds, of a write of data to the disk. Should be below 10 ms on average. Note: All values suggested are meant to be a starting point and the user needs to tune it according to his workload and environment. For SQL Server: SQL Counter Counter Threshold Comments Avg. Disk Sec/Read lun:avg_read_latency 20ms Gives the average time, in seconds, of a read of data from the disk. Avg. Disk Sec/Write lun:avg_write_latency 20ms Gives the average time, in seconds, of a write of data to the disk. Physical Disk: %Disk Time No disk time counter for LUNs 50% Gives the percentage of elapsed time that the selected disk drive was busy servicing read or write requests. Avg. Disk Reads/Sec lun:read_ops Gives the rate of read operations on the disk. Ensure that this number is less than 85 percent of the disk capacity. The disk access time increases exponentially beyond 85 percent capacity. Avg. Disk Writes/Sec lun:write_ops Gives the rate of write operations on the disk. Ensure that this number is less than 85 percent of the disk capacity.

8 The disk access time increases exponentially beyond 85 percent capacity. Avg. Disk Queue lun: queue_depth_lun 2 Gives the average number of physical read and write requests that were queued on the selected physical disk during the sampling period. If your I/O system is overloaded, more read/write operations will be waiting. If your disk queue length frequently exceeds a value of 2 during peak usage of SQL Server, you might have an I/O bottleneck. Note: All values suggested are meant to be a starting point and the user needs to tune it according to his workload and environment. For Oracle: Now, let s consider another huge application Oracle. For Oracle we can try to define the below counters and set thresholds starting with the below values and then tune it based on your requirement. Counter Threshold Comments lun:avg_read_latency 20ms Average read latency in milliseconds for all operations on the LUN lun:avg_write_latency 17ms Average write latency in milliseconds for all operations on the LUN Average latency of read operations observed over all LUNs in the system accessed over FCP in milliseconds. fcp:fcp_read_latency 20ms Use this counter if you are hosting a database on FCP LUNs Average latency of write operations observed over all LUNs in the system accessed over FCP in milliseconds. fcp:fcp_write_latency 17ms Use this counter if you are hosting a database on FCP LUNs Average latency of read operations observed over all LUNs in the system accessed over iscsi in milliseconds. iscsi:iscsi_read_latency 20ms Use this counter if you are hosting a database on iscsi LUNs. Average latency of write operations observed over all LUNs in the system accessed over iscsi in milliseconds. iscsi:iscsi_write_latency 17ms Use this counter if you are hosting a database on iscsi LUNs. Average latency for NFSv3 read operations in nfsv3:nfsv3_read_latency 20ms milliseconds. Use this counter if you are hosting a database over an NFSv3 export. nfsv3:nfsv3_write_latency 17ms Average latency for NFSv3 write operations in milliseconds. Use this counter if you are hosting a

9 database over an NFSv3 export. Average time for reads to the volume. Can be used for volume:read_latency 20ms detailed troubleshooting to find out which volume is causing latencies seen by the application. Average time for writes to the volume. Can be used for volume:write_latency 17ms detailed troubleshooting to find out which volume is causing latencies seen by the application. Average time for NFS writes to the volume. Can be volume:nfs_write_latency 17ms used for detailed troubleshooting to find out which volume is causing latencies seen by the application. Average time for NFS reads to the volume. Can be volume:nfs_read_latency 20ms used for detailed troubleshooting to find out which volume is causing latencies seen by the application. Average time for block protocol reads from the volume. volume:san_read_latency 20ms Use this counter for detailed analysis when hosting a database over SAN infrastructure Average time for block protocol writes to the volume. volume:san_write_latency 17ms Use this counter for detailed analysis when hosting a database over SAN infrastructure Note: All values suggested are meant to be a starting point and the user needs to tune it according to his workload and environment. Alert at various levels Setting alerts to go off only when one specific threshold is breached might be too late for any proactive steps that you could possibly take. Hence, you may want to be alerted at the initial stages when there are some hints towards performance degradation. To understand this better, let s consider a CIFS home directory service based on a SLA the latency for home directories should not exceed 20ms for more than 5 mins. This kind of SLA may need you to be alerted when latency hits 15ms for more than 10mins, so that if there are any issues with the underlying storage subsystem, you can take corrective actions and not violate the SLA. For situations like these, you can setup multi-level alerts by setting up 3 alerts at various threshold values, as shown in the table below. Alert Level Warning Error Critical Threshold cifs_latency > 15ms for 60s cifs_latency > 20ms for 120s cifs_latency > 20ms for 180s Performance Base Line One of the key features that were delivered in Performance Advisor 4.0 is the base-lining feature. This feature helps in base-lining an environment and suggests threshold values based on 4 metrics mean, min, max and percentile. Use the suggested value to set your thresholds with a few clicks. Let s see how you can achieve this.

10 Install Operations Manager 4.0 in your environment and allow Performance Advisor (PA) to collect all performance data from all storage systems deployed. PA begins to collect all performance counters from storage systems and stores it in its database. Allow this to happen for a sufficient period of time within which you have reached your high, low and normal workloads. Consider an example to baseline CPU utilization. Using PA, open the CPU Utilization chart as shown below. Click on the View Actions button on top and choose Metrics.

11 Once you click on Metrics in the above shown menu, you ll now reach the below screen. Click on Metrics Settings to choose the available metrics. Once you have selected the metrics, click OK.

12 Click on Filter Settings to define the period during which the workload was optimum and you would want thresholds to be set based on this workload duration. Now choose the cpu_busy counter and the metric of interest, in this case percentile. PA will now plot the 90% horizontal line on the graph, indicating the baseline.

13 Now to set a threshold on this base-line, Right-click and choose Add threshold and the counter cpu_busy. This brings up the Add Threshold Wizard. Click on Suggest Value to get values based on various time periods from last 1Hr to 1 Year. You can also set custom time periods to obtain the suggested value based on the base-lined environment as shown in below.

14 Choose OK then Finish to finish the wizard and complete the process of adding a threshold. Enable DIAG counters To enable DIAG counters on Performance Advisor, run below CLI on the DataFabric Manager server. dfm option set perfadvisorshowdiagcounters=yes To enable data collection for a particular DIAG counter if they are not getting collected by default, use the below CLI, dfm perf data enable [-p] <host-name-or-id> <perf-object-type> { all <counter-name>...}

15 External References Troubleshooting Performance Problems in SQL Server Exchange - Monitoring Mailbox Servers NetApp provides no representations or warranties regarding the accuracy, reliability or serviceability of any information or recommendations provided in this publication, or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS, and the use of this information or the implementation of any recommendations or techniques herein is a customer s responsibility and depends on the customer s ability to evaluate and integrate them into the customer s operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document NetApp, Inc. All rights reserved. Specifications are subject to change without notice. NetApp, the NetApp logo, Go further, faster, DataFabric, Data ONTAP, MultiStore, NearStore, NOW, SnapMirror, Snapshot, SnapVault, and vfiler are trademarks or registered trademarks of NetApp, Inc. in the United States and/or other countries. Intel and Pentium are registered trademarks and Xeon is a trademark of Intel Corporation. Linux is a registered trademark of Linus Torvalds. VMware is a registered trademark of VMware, Inc. Microsoft and Windows are registered trademarks of Microsoft Corporation. All other brands or products are trademarks or registered trademarks of their respective holders and should be treated as such.

NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide

NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide Sachin Maheshwari, Anand Ranganathan, NetApp October 2012 Abstract This document provides

More information

vrops NetApp Storage MANAGEMENT PACK User Guide

vrops NetApp Storage MANAGEMENT PACK User Guide vrops NetApp Storage MANAGEMENT PACK User Guide TABLE OF CONTENTS 1. vrops Management Pack for NetApp Storage User Guide... 3 1.1 Intended Audience... 3 2. Revision Notes... 3 3. Introduction to the NetApp

More information

System Manager 1.1. Customer Presentation Feb 2010

System Manager 1.1. Customer Presentation Feb 2010 System Manager 1.1 Customer Presentation Feb 2010 Agenda Overview IT challenges and solutions Business challenges and solutions Features and benefits Availability, licensing and requirements 2009 NetApp.

More information

Using Microsoft Performance Monitor. Guide

Using Microsoft Performance Monitor. Guide Using Microsoft Performance Monitor Guide December 2005 The information contained in this document represents the current view of Compulink Management Center, Inc on the issues discussed as of the date

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Best Practices for Collecting Performance Monitor Logs Legal Notices Warranty The only warranties for HP products and services are set forth

More information

SOLIDWORKS Enterprise PDM - Troubleshooting Tools

SOLIDWORKS Enterprise PDM - Troubleshooting Tools SOLIDWORKS Enterprise PDM - Troubleshooting Tools This document is intended for the IT and Database Manager to help diagnose and trouble shoot problems for SOLIDWORKS Enterprise PDM. Below are suggested

More information

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 Performance Study VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 VMware VirtualCenter uses a database to store metadata on the state of a VMware Infrastructure environment.

More information

One of the database administrators

One of the database administrators THE ESSENTIAL GUIDE TO Database Monitoring By Michael Otey SPONSORED BY One of the database administrators (DBAs) most important jobs is to keep the database running smoothly, which includes quickly troubleshooting

More information

ApplianceWatch PRO 2.0 Customer Technical Presentation. Allan Watanabe TME January 2010

ApplianceWatch PRO 2.0 Customer Technical Presentation. Allan Watanabe TME January 2010 ApplianceWatch PRO 2.0 Customer Technical Presentation Allan Watanabe TME January 2010 Agenda ApplianceWatch overview Features and benefits Licensing and availability System requirements Summary and Q&A

More information

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Database Solutions Engineering By Murali Krishnan.K Dell Product Group October 2009

More information

Unified Monitoring Portal Online Help List Viewer

Unified Monitoring Portal Online Help List Viewer Unified Monitoring Portal Online Help List Viewer This PDF file contains content from the Unified Monitoring Portal (UMP) Online Help system. It is intended only to provide a printable version of the topics.

More information

FAQ. NetApp MAT4Shift. March 2015

FAQ. NetApp MAT4Shift. March 2015 i FAQ NetApp MAT4Shift March 2015 TABLE OF CONTENTS 1 General... 3 1.1 Solution Overview...3 What is NetApp MAT4Shift?... 3 What business needs does this solution address?... 3 What is the value of the

More information

Users are Complaining that the System is Slow What Should I Do Now? Part 1

Users are Complaining that the System is Slow What Should I Do Now? Part 1 Users are Complaining that the System is Slow What Should I Do Now? Part 1 Jeffry A. Schwartz July 15, 2014 SQLRx Seminar jeffrys@isi85.com Overview Most of you have had to deal with vague user complaints

More information

Monitoring and Managing Microsoft Exchange Server 2007 on the Adaptable Modular Storage 2000 Family

Monitoring and Managing Microsoft Exchange Server 2007 on the Adaptable Modular Storage 2000 Family Monitoring and Managing Microsoft Exchange Server 2007 on the Adaptable Modular Storage 2000 Family Solution Cookbook By Rick Andersen, Patricia Brailey and Steven Burns December 2008 Contributors The

More information

Importing Custom Reports and Dashboard In OnCommand Report

Importing Custom Reports and Dashboard In OnCommand Report Importing Custom Reports and Dashboard In OnCommand Report Yuvaraju.B, NetApp IMPORTING CUSTOM REPORTS AND DASHBOARD OnCommand Insight Report (also called OnCommand Report) provides comprehensive reporting

More information

CA Nimsoft Monitor. Probe Guide for IIS Server Monitoring. iis v1.5 series

CA Nimsoft Monitor. Probe Guide for IIS Server Monitoring. iis v1.5 series CA Nimsoft Monitor Probe Guide for IIS Server Monitoring iis v1.5 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and

More information

Quick Start Guide. Ignite for SQL Server. www.confio.com. Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO.

Quick Start Guide. Ignite for SQL Server. www.confio.com. Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO. Quick Start Guide Ignite for SQL Server 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO.1 www.confio.com Introduction Confio Ignite gives DBAs the ability to quickly answer critical performance

More information

Pricing - overview of available configurations

Pricing - overview of available configurations Pricing - overview of available configurations Bundle No System Heads Disks Disk Type Software End User EUR* Token ID Config Name Bundle 1 FAS2040 Single 6 x 1TB SATA Base 4.185 R809196-2040 EEM FAS2040

More information

Installing SQL Server 2012 on SMB Shares on NetApp Storage

Installing SQL Server 2012 on SMB Shares on NetApp Storage Technical Report Installing SQL Server 2012 on SMB Shares on NetApp Storage Pat Sinthusan, NetApp November 2012 TR-4108 TABLE OF CONTENTS 1 Introduction... 3 2 Intended Audience... 3 3 Terminology... 3

More information

MultiStore Secure Multi-Tenancy for Shared Storage Infrastructure. Sales Representative Name

MultiStore Secure Multi-Tenancy for Shared Storage Infrastructure. Sales Representative Name MultiStore Secure Multi-Tenancy for Shared Storage Infrastructure Sales Representative Name Multi-Tenancy Storage Perspective Shared Infrastructure: hardware and software Consolidation of diverse requirements

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for IIS Server Monitoring iis v1.5 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

Oracle Database Performance Management Best Practices Workshop. AIOUG Product Management Team Database Manageability

Oracle Database Performance Management Best Practices Workshop. AIOUG Product Management Team Database Manageability Oracle Database Performance Management Best Practices Workshop AIOUG Product Management Team Database Manageability Table of Contents Oracle DB Performance Management... 3 A. Configure SPA Quick Check...6

More information

Avoiding Performance Bottlenecks in Hyper-V

Avoiding Performance Bottlenecks in Hyper-V Avoiding Performance Bottlenecks in Hyper-V Identify and eliminate capacity related performance bottlenecks in Hyper-V while placing new VMs for optimal density and performance Whitepaper by Chris Chesley

More information

My AutoSupport. User Guide. October 2013

My AutoSupport. User Guide. October 2013 System User Guide My AutoSupport October 2013 NetApp AutoSupport is an integrated, efficient monitoring and reporting technology that checks the health of your AutoSupport enabled NetApp systems on a continual

More information

Case Study - I. Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008.

Case Study - I. Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008. Case Study - I Industry: Social Networking Website Technology : J2EE AJAX, Spring, MySQL, Weblogic, Windows Server 2008 Challenges The scalability of the database servers to execute batch processes under

More information

Performance data collection and analysis process

Performance data collection and analysis process Microsoft Dynamics AX 2012 Performance data collection and analysis process White Paper This document outlines the core processes, techniques, and procedures that the Microsoft Dynamics AX product team

More information

How to deploy OnCommand Unified Manager - Best Practices Guide

How to deploy OnCommand Unified Manager - Best Practices Guide How to deploy OnCommand Unified Manager - Best Practices Guide NetApp August 2011 EXECUTIVE SUMMARY This paper presents best practices to follow when deploying NetApp OnCommand Unified Manager software.

More information

Best of Breed of an ITIL based IT Monitoring. The System Management strategy of NetEye

Best of Breed of an ITIL based IT Monitoring. The System Management strategy of NetEye Best of Breed of an ITIL based IT Monitoring The System Management strategy of NetEye by Georg Kostner 5/11/2012 1 IT Services and IT Service Management IT Services means provisioning of added value for

More information

The Complete Performance Solution for Microsoft SQL Server

The Complete Performance Solution for Microsoft SQL Server The Complete Performance Solution for Microsoft SQL Server Powerful SSAS Performance Dashboard Innovative Workload and Bottleneck Profiling Capture of all Heavy MDX, XMLA and DMX Aggregation, Partition,

More information

OnCommand Report 1.2. OnCommand Report User Guide. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.

OnCommand Report 1.2. OnCommand Report User Guide. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. OnCommand Report 1.2 OnCommand Report User Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501 Support telephone: +1 (888) 463-8277 Web: www.netapp.com

More information

Red Hat Network: Monitoring Module Overview

Red Hat Network: Monitoring Module Overview Red Hat Network: Monitoring Module Overview Red Hat has built the next generation of systems management software presenting both highgrowth businesses and service providers with a simple, scalable and

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Updated for 8.3.1 Clustered Data ONTAP 8.3 Performance Monitoring Express Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

Configuration best practices for Microsoft SQL Server 2005 with HP StorageWorks Enterprise Virtual Array 4000 and HP blade servers white paper

Configuration best practices for Microsoft SQL Server 2005 with HP StorageWorks Enterprise Virtual Array 4000 and HP blade servers white paper Configuration best practices for Microsoft SQL Server 2005 with HP StorageWorks Enterprise Virtual Array 4000 and HP blade servers white paper Executive summary... 3 Intended audience... 3 Overview of

More information

Storage and SQL Server capacity planning and configuration (SharePoint...

Storage and SQL Server capacity planning and configuration (SharePoint... 1 of 22 5/1/2011 5:34 PM Storage and SQL Server capacity planning and configuration (SharePoint Server 2010) Updated: January 20, 2011 This article describes how to plan for and configure the storage and

More information

Dell Active Administrator 8.0

Dell Active Administrator 8.0 What s new in Dell Active Administrator 8.0 January 2016 Dell Active Administrator 8.0 is the upcoming release of Dell Software's complete solution for managing Microsoft Active Directory security auditing,

More information

Comparing the Network Performance of Windows File Sharing Environments

Comparing the Network Performance of Windows File Sharing Environments Technical Report Comparing the Network Performance of Windows File Sharing Environments Dan Chilton, Srinivas Addanki, NetApp September 2010 TR-3869 EXECUTIVE SUMMARY This technical report presents the

More information

How To Use Ibm Tivoli Monitoring Software

How To Use Ibm Tivoli Monitoring Software Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Help improve uptime and shorten Help optimize IT service delivery by

More information

CA Unified Infrastructure Management

CA Unified Infrastructure Management CA Unified Infrastructure Management Probe Guide for IIS Server Monitoring iis v1.7 series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject

More information

Using Database Performance Warehouse to Monitor Microsoft SQL Server Report Content

Using Database Performance Warehouse to Monitor Microsoft SQL Server Report Content Using Database Performance Warehouse to Monitor Microsoft SQL Server Report Content Applies to: Enhancement Package 1 for SAP Solution Manager 7.0 (SP18) and Microsoft SQL Server databases. SAP Solution

More information

SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE

SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in

More information

How to test Diskeeper or V-locity with the Performance Monitor

How to test Diskeeper or V-locity with the Performance Monitor How to test Diskeeper or V-locity with the Performance Monitor The purpose of this test is to show the negative effects of fragmentation using the Windows Performance Monitor as a benchmarking tool. The

More information

OnCommand Unified Manager

OnCommand Unified Manager OnCommand Unified Manager Operations Manager Administration Guide For Use with Core Package 5.2 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501

More information

NETWRIX CHANGE REPORTER SUITE

NETWRIX CHANGE REPORTER SUITE NETWRIX CHANGE REPORTER SUITE QUICK-START GUIDE Product Version: 2.0 November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Configuring WMI Performance Monitors

Configuring WMI Performance Monitors Configuring WMI Performance Monitors With WMI, WhatsUp Gold Premium Edition monitors and sends alerts based on performance counters that are reported from Microsoft Windows devices. The data collected

More information

NetApp FAS3140 12000 Mailbox Exchange 2010 Mailbox Resiliency Storage Solution

NetApp FAS3140 12000 Mailbox Exchange 2010 Mailbox Resiliency Storage Solution NetApp FAS3140 12000 Mailbox Exchange 2010 Mailbox Resiliency Storage Solution Tested with: ESRP Storage Version 3.0 Tested Date: May 8, 2010 Content Overview... 3 Disclaimer... 3 Features... 3 Solution

More information

VMware vcenter 4.0 Database Performance for Microsoft SQL Server 2008

VMware vcenter 4.0 Database Performance for Microsoft SQL Server 2008 Performance Study VMware vcenter 4.0 Database Performance for Microsoft SQL Server 2008 VMware vsphere 4.0 VMware vcenter Server uses a database to store metadata on the state of a VMware vsphere environment.

More information

End Your Data Center Logging Chaos with VMware vcenter Log Insight

End Your Data Center Logging Chaos with VMware vcenter Log Insight End Your Data Center Logging Chaos with VMware vcenter Log Insight By David Davis, vexpert WHITE PAPER Table of Contents Deploying vcenter Log Insight... 4 vcenter Log Insight Usage Model.... 5 How vcenter

More information

Epicor ERP Performance Diagnostic and Troubleshooting Guide 9.05.701

Epicor ERP Performance Diagnostic and Troubleshooting Guide 9.05.701 Epicor ERP Performance Diagnostic and Troubleshooting Guide 9.05.701 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,

More information

Hands-On Microsoft Windows Server 2008

Hands-On Microsoft Windows Server 2008 Hands-On Microsoft Windows Server 2008 Chapter 9 Server and Network Monitoring Objectives Understand the importance of server monitoring Monitor server services and solve problems with services Use Task

More information

Using Data Domain Storage with Symantec Enterprise Vault 8. White Paper. Michael McLaughlin Data Domain Technical Marketing

Using Data Domain Storage with Symantec Enterprise Vault 8. White Paper. Michael McLaughlin Data Domain Technical Marketing Using Data Domain Storage with Symantec Enterprise Vault 8 White Paper Michael McLaughlin Data Domain Technical Marketing Charles Arconi Cornerstone Technologies - Principal Consultant Data Domain, Inc.

More information

IBM Tivoli Monitoring for Databases

IBM Tivoli Monitoring for Databases Enhance the availability and performance of database servers IBM Tivoli Monitoring for Databases Highlights Integrated, intelligent database monitoring for your on demand business Preconfiguration of metric

More information

SapphireIMS Business Service Monitoring Feature Specification

SapphireIMS Business Service Monitoring Feature Specification SapphireIMS Business Service Monitoring Feature Specification All rights reserved. COPYRIGHT NOTICE AND DISCLAIMER No parts of this document may be reproduced in any form without the express written permission

More information

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database WHITE PAPER Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Executive

More information

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution Tested with: ESRP Storage Version 3.0 Tested Date: Content DELL TM PowerEdge TM T610... 1 500 Mailbox Resiliency

More information

pc resource monitoring and performance advisor

pc resource monitoring and performance advisor pc resource monitoring and performance advisor application note www.hp.com/go/desktops Overview HP Toptools is a modular web-based device management tool that provides dynamic information about HP hardware

More information

Enterprise Manager. Version 6.2. Administrator s Guide

Enterprise Manager. Version 6.2. Administrator s Guide Enterprise Manager Version 6.2 Administrator s Guide Enterprise Manager 6.2 Administrator s Guide Document Number 680-017-017 Revision Date Description A August 2012 Initial release to support version

More information

Microsoft SQL Server: MS-10980 Performance Tuning and Optimization Digital

Microsoft SQL Server: MS-10980 Performance Tuning and Optimization Digital coursemonster.com/us Microsoft SQL Server: MS-10980 Performance Tuning and Optimization Digital View training dates» Overview This course is designed to give the right amount of Internals knowledge and

More information

Proactive Performance Monitoring Using Metric Extensions and SPA

Proactive Performance Monitoring Using Metric Extensions and SPA Proactive Performance Monitoring Using Metric Extensions and SPA Mughees A. Minhas Oracle Redwood Shores, CA, USA Keywords: Oracle, database, performance, proactive, fix, monitor, Enterprise manager, EM,

More information

How To Test On The Dsms Application

How To Test On The Dsms Application Performance Test Summary Report Skills Development Management System December 2014 Performance Test report submitted to National Skill Development Corporation Version Date Name Summary of Changes 1.0 22/12/2014

More information

Course Syllabus. At Course Completion

Course Syllabus. At Course Completion Key Data Product #: Course #: 6231A Number of Days: 5 Format: Certification Exams: 70-432, 70-433 Instructor-Led This course syllabus should be used to determine whether the course is appropriate for the

More information

SapphireIMS 4.0 BSM Feature Specification

SapphireIMS 4.0 BSM Feature Specification SapphireIMS 4.0 BSM Feature Specification v1.4 All rights reserved. COPYRIGHT NOTICE AND DISCLAIMER No parts of this document may be reproduced in any form without the express written permission of Tecknodreams

More information

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software Private Limited, All Rights Reserved

More information

Granite Solution Guide

Granite Solution Guide Solution Guide Granite Solution Guide Granite with NetApp Storage Systems Riverbed Technical Marketing July 2013 2012 Riverbed Technology. All rights reserved. Riverbed, Cloud Steelhead, Granite, Granite

More information

Converged Infrastructures Demand Converged Business Service Management

Converged Infrastructures Demand Converged Business Service Management Converged Infrastructures Demand Converged Business Service Management Virtualization has forced many organizations to change how they think about and manage storage. Discreet, independent storage devices

More information

Web Load Stress Testing

Web Load Stress Testing Web Load Stress Testing Overview A Web load stress test is a diagnostic tool that helps predict how a website will respond to various traffic levels. This test can answer critical questions such as: How

More information

Benefits of Fibre Channel (FC) SANs

Benefits of Fibre Channel (FC) SANs Benefits of Fibre Channel (FC) s Mike McNamara, Network Appliance 9/21/06 TR-3447 Executive Summary As the volume and criticality of data grows, companies need efficient, scalable solutions for making

More information

Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance

Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance An Oracle Technical White Paper March 2014 Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance Introduction... 2 Overview... 3 Oracle ZFS Storage

More information

MONITORING PERFORMANCE IN WINDOWS 7

MONITORING PERFORMANCE IN WINDOWS 7 MONITORING PERFORMANCE IN WINDOWS 7 Performance Monitor In this demo we will take a look at how we can use the Performance Monitor to capture information about our machine performance. We can access Performance

More information

A Comparison of Oracle Performance on Physical and VMware Servers

A Comparison of Oracle Performance on Physical and VMware Servers A Comparison of Oracle Performance on Physical and VMware Servers By Confio Software Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 www.confio.com Introduction Of all the tier one applications

More information

Monitoring Databases on VMware

Monitoring Databases on VMware Monitoring Databases on VMware Ensure Optimum Performance with the Correct Metrics By Dean Richards, Manager, Sales Engineering Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 www.confio.com

More information

7.5 7.5. Spotlight on Messaging. Evaluator s Guide

7.5 7.5. Spotlight on Messaging. Evaluator s Guide 7.5 Spotlight on Messaging 7.5 Evaluator s Guide 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Deployment Planning Guide

Deployment Planning Guide Deployment Planning Guide August 2011 Copyright: 2011, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form or by any means,

More information

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Dell Compellent Solution Guide Kris Piepho, Microsoft Product Specialist October, 2013 Revisions Date Description 1/4/2013

More information

Microsoft Dynamics NAV 2013 R2 Sizing Guidelines for On-Premises Single Tenant Deployments

Microsoft Dynamics NAV 2013 R2 Sizing Guidelines for On-Premises Single Tenant Deployments Microsoft Dynamics NAV 2013 R2 Sizing Guidelines for On-Premises Single Tenant Deployments July 2014 White Paper Page 1 Contents 3 Sizing Recommendations Summary 3 Workloads used in the tests 3 Transactional

More information

Clustered Data ONTAP 8.3 Administration and Data Protection Training

Clustered Data ONTAP 8.3 Administration and Data Protection Training Clustered Data ONTAP 8.3 Administration and Data Protection Training Format: Duration: Classroom, Online 5 days Description This course uses lecture and hands-on exercises to teach basic administration

More information

Microsoft Exchange Server 2007 and Hyper-V high availability configuration on HP ProLiant BL680c G5 server blades

Microsoft Exchange Server 2007 and Hyper-V high availability configuration on HP ProLiant BL680c G5 server blades Microsoft Exchange Server 2007 and Hyper-V high availability configuration on HP ProLiant BL680c G5 server blades Executive summary... 2 Introduction... 2 Exchange 2007 Hyper-V high availability configuration...

More information

Using WebLOAD to Monitor Your Production Environment

Using WebLOAD to Monitor Your Production Environment Using WebLOAD to Monitor Your Production Environment Your pre launch performance test scripts can be reused for post launch monitoring to verify application performance. This reuse can save time, money

More information

Analyzing IBM i Performance Metrics

Analyzing IBM i Performance Metrics WHITE PAPER Analyzing IBM i Performance Metrics The IBM i operating system is very good at supplying system administrators with built-in tools for security, database management, auditing, and journaling.

More information

StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover Cluster

StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover JANUARY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

How To Manage Storage Capacity On A Microsoft Powerbook (Powerbook) On A Pc Or Macbook (For Free) On An Ubuntu) On Your Computer Or Macintosh (For Cheap) On Microsoft Memory 2.5 (For

How To Manage Storage Capacity On A Microsoft Powerbook (Powerbook) On A Pc Or Macbook (For Free) On An Ubuntu) On Your Computer Or Macintosh (For Cheap) On Microsoft Memory 2.5 (For Storage Capacity Management using NetApp Operations Manager Version 1.0 Status: Ready Authored by: Adaikkappan Arumugam, Raja Shekar, Shridhar Bandekar, Saravanan Manickam 18 Sep 2011 Abstract NetApp Operations

More information

NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide. For Use with Host Package 1.0

NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide. For Use with Host Package 1.0 NetApp OnCommand Plug-in for VMware Backup and Recovery Administration Guide For Use with Host Package 1.0 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1

More information

VCS Monitoring and Troubleshooting Using Brocade Network Advisor

VCS Monitoring and Troubleshooting Using Brocade Network Advisor VCS Monitoring and Troubleshooting Using Brocade Network Advisor Brocade Network Advisor is a unified network management platform to manage the entire Brocade network, including both SAN and IP products.

More information

Diagnostics and Troubleshooting Using Event Policies and Actions

Diagnostics and Troubleshooting Using Event Policies and Actions Diagnostics and Troubleshooting Using Event Policies and Actions Brocade Network Advisor logs events and alerts generated by managed devices and the management server and presents them through the master

More information

VMware vcenter Operations Manager for Horizon Supplement

VMware vcenter Operations Manager for Horizon Supplement VMware vcenter Operations Manager for Horizon Supplement vcenter Operations Manager for Horizon 1.7 This document supports the version of each product listed and supports all subsequent versions until

More information

Datasheet The New NetApp FAS3200 Series Enables Flash, Clustering to Improve IT Agility and Performance

Datasheet The New NetApp FAS3200 Series Enables Flash, Clustering to Improve IT Agility and Performance Datasheet The New NetApp FAS3200 Series Enables Flash, Clustering to Improve IT Agility and Performance DATA CENTER SOLUTIONS For More Information: (866) 787-3271 Sales@PTSdcs.com KEY BENEFITS Designed

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

Perfmon counters for Enterprise MOSS

Perfmon counters for Enterprise MOSS Perfmon counters for Enterprise MOSS # Counter What does it measure or can tell us Threshold [Action taken if] Notes PROCESSOR RELATED COUNTERS 1 Processor(_Total)\% Measures average processor utilization

More information

Capacity planning with Microsoft System Center

Capacity planning with Microsoft System Center Capacity planning with Microsoft System Center Mike Resseler Veeam Product Strategy Specialist, MVP, Microsoft Certified IT Professional, MCSA, MCTS, MCP Modern Data Protection Built for Virtualization

More information

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering Multipathing I/O (MPIO) enables the use of multiple iscsi ports on a Drobo SAN to provide fault tolerance. MPIO can also boost performance of an application by load balancing traffic across multiple ports.

More information

Performance White Paper

Performance White Paper Sitecore Experience Platform 8.1 Performance White Paper Rev: March 11, 2016 Sitecore Experience Platform 8.1 Performance White Paper Sitecore Experience Platform 8.1 Table of contents Table of contents...

More information

vcenter Operations Manager for Horizon Supplement

vcenter Operations Manager for Horizon Supplement vcenter Operations Manager for Horizon Supplement vcenter Operations Manager for Horizon 1.6 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Performance Monitoring with Dynamic Management Views

Performance Monitoring with Dynamic Management Views Performance Monitoring with Dynamic Management Views Introduction The primary responsibility of a DBA is to ensure the availability and optimal performance of database systems. Admittedly, there are ancillary

More information

APPLICATION MANAGEMENT SUITE FOR ORACLE E-BUSINESS SUITE APPLICATIONS

APPLICATION MANAGEMENT SUITE FOR ORACLE E-BUSINESS SUITE APPLICATIONS APPLICATION MANAGEMENT SUITE FOR ORACLE E-BUSINESS SUITE APPLICATIONS Oracle Application Management Suite for Oracle E-Business Suite delivers capabilities that helps to achieve high levels of application

More information

Sage HRMS 2012 Sage Employee Self Service. Technical Installation Guide for Windows Server 2003 and Windows Server 2008

Sage HRMS 2012 Sage Employee Self Service. Technical Installation Guide for Windows Server 2003 and Windows Server 2008 Sage HRMS 2012 Sage Employee Self Service Technical Installation Guide for Windows Server 2003 and Windows Server 2008 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

HP Operations Smart Plug-in for Virtualization Infrastructure

HP Operations Smart Plug-in for Virtualization Infrastructure HP Operations Smart Plug-in for Virtualization Infrastructure for HP Operations Manager for Windows Software Version: 1.00 Deployment and Reference Guide Document Release Date: October 2008 Software Release

More information

PATROL From a Database Administrator s Perspective

PATROL From a Database Administrator s Perspective PATROL From a Database Administrator s Perspective September 28, 2001 Author: Cindy Bean Senior Software Consultant BMC Software, Inc. 3/4/02 2 Table of Contents Introduction 5 Database Administrator Tasks

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

HP OpenView Smart Plug-in for Microsoft Exchange

HP OpenView Smart Plug-in for Microsoft Exchange HP OpenView Smart Plug-in for Microsoft Exchange Data sheet Email is no longer just a productivity application - it is a company s lifeline. When email slows down or stops altogether, the business loses

More information

About Me: Brent Ozar. Perfmon and Profiler 101

About Me: Brent Ozar. Perfmon and Profiler 101 Perfmon and Profiler 101 2008 Quest Software, Inc. ALL RIGHTS RESERVED. About Me: Brent Ozar SQL Server Expert for Quest Software Former SQL DBA Managed >80tb SAN, VMware Dot-com-crash experience Specializes

More information

EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Celerra Unified Storage Platforms Using iscsi

EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Celerra Unified Storage Platforms Using iscsi EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Applied Technology Abstract Microsoft SQL Server includes a powerful capability to protect active databases by using either

More information