Using MRTG to Monitor I/O

Size: px
Start display at page:

Download "Using MRTG to Monitor I/O"

Transcription

1 PS Series Groups Using MRTG to Monitor I/O Abstract This Technical Report describes how to use Multi Router Traffic Grapher (MRTG) to monitor the I/O between servers and PS Series group members running PS Series Firmware Version 3.1. TR1028 V1.0

2 Copyright 2007 EqualLogic, Inc. January 2007 EqualLogic is a registered trademark of EqualLogic, Inc. All trademarks and registered trademarks mentioned herein are the property of their respective owners. Possession, use, or copying of the documentation or the software described in this publication is authorized only under the license agreement specified herein. EqualLogic, Inc. will not be held liable for technical or editorial errors or omissions contained herein. The information in this document is subject to change. Your performance can vary. PS Series Firmware Version ii PS Series Groups: Using MRTG to Monitor I/O

3 Table of Contents Introduction... 1 Setting Up the Group and Server... 1 PS Group Instructions... 1 Windows Server Instructions... 1 Creating the I/O Monitoring Graphs... 3 Appendix A: Using a MIB Browser... 5 Appendix B: Modifying the mrtg.cfg File... 8 Documentation and Technical Support PS Series Groups: Using MRTG to Monitor I/O iii

4

5 Introduction A PS Series group consists of one or more PS Series storage arrays connected to an Ethernet network. Each array (group member) has one to three network connections. You can install Multi Router Traffic Grapher (MRTG) on a Microsoft Windows server to create HTML-based graphs that enable you to monitor I/O to the group members. Analyzing the graphs over time can help you discover trends and the effects of changes to your storage or network environment. By running MRTG, you can address questions such as: What is the I/O activity of volumes and members? Which volumes are especially busy? Does I/O increase over time? What is the read/write ratio? This information can also help you choose a member RAID policy that optimizes the I/O for a specific volume or set of volumes. Setting Up the Group and Server To use MRTG to monitor PS Series group I/O, you need a server and a PS Series group running the V3.1 firmware. The instructions below are for a server running Windows, but MRTG also runs on UNIX and Linux. PS Group Instructions On the PS Series V3.1 group, configure the public SNMP read-only community string by doing either of the following: In the GUI, click: Group Configuration > SNMP tab > Add Enter the name public and click OK. Using the CLI, enter: grpparams snmp read-only-comms public Windows Server Instructions On the Windows server, follow these steps to set up and use MRTG: 1. Create the following directory: C:\www\mrtg PS Series Groups: Using MRTG to Monitor I/O 1

6 2. Install MRTG: a. Open a browser and go to the following website to obtain the installation instructions: Only the Prerequisites and Installing sections on the site are applicable to installing MRTG. b. Click Download (in the left frame). c. Download the latest MRTG zip file (it will be named something like mrtg zip) to the C:\ drive (root directory). d. Uncompress the zip file, which creates the C:\mrtg directory and subdirectories. 3. Install Perl from the following website: Make sure the server meets the Perl system requirements. 4. Download the MIBs and the MRTG configuration file from the EqualLogic website. a. Go to and log in to your customer support account. If you do not have an account, you can create one at this time. b. Navigate to firmware page on the EqualLogic Customer Support website: Customer Service Home tab > Downloads > PS Series Firmware > V3.1.1 c. In the Current Software table, click MIBS. d. Click Download and save the MIB file (named eqlmibs_v3[1].1.1-r52407.tgz) to the C:\ drive (root directory). e. Click Back. f. In the Current Software table, click MRTG Sample Config File. g. Click Download and save the file (named mrtg.zip) to the C:\mrtg \bin directory. 5. Unzip the MIB file and the mrtg.zip file in the directories in which you saved them. The MIB file and the mrtg.zip file are compressed using tar, a UNIX compression algorithm. To unzip the component files on a Windows server, use a program such as WinZip, PowerArchive, or tugzip. - Unzipping the MIB file will create a directory named eqlmibs. - Unzipping the mrtg.zip file will extract the mrtg.cfg file. 6. Copy the files eqlvolume.mib and eqlmember.mib from the eqlmibs directory to the C:\www\mrtg directory. 7. Gather the following information: - PS Series group name - Group IP address - Names of all the group members containing volumes 2 PS Series Groups: Using MRTG to Monitor I/O

7 - Member index for each member (see Appendix A: Using a MIB Browser) - Names of all the volumes whose I/O traffic you want to monitor - Volume index (see Appendix A: Using a MIB Browser) 8. Using Notepad or a similar text editor, open the file C:\mrtg-2.15\bin\mrtg.cfg. 9. Edit the mrtg.cfg file according to the embedded instructions (prefaced with ###TODO). See Appendix B: Modifying the mrtg.cfg File for an example. Now you can run the Perl script that will create graphs for the specified volumes and members, as described in Creating the I/O Monitoring Graphs. Creating the I/O Monitoring Graphs On the Windows server, follow these steps: 1. Open a Windows command prompt. 2. Change to the C:\mrtg \bin directory. 3. Enter the command: C:\mrtg \bin> perl mrtg mrtg.cfg Errors will appear. 4. Type Ctrl-C and enter the command again. You will see fewer errors. 5. Type Ctrl-C and enter the command again. You should see the following output and no errors: Daemonizing MRTG... Do Not close this window. Or MRTG will die Note: If you do not see this message after the third attempt, there may be an error in the mrtg.cfg file. Check the file and try again. At this point MRTG generates HTML files containing the I/O traffic data and places them in the C:www\mrtg directory. The following files are created, where group and volume indicate the actual group and volume names you used in the mrtg.cfg file: group_volume_data.html Throughput for the volume group_volume_ios.html I/O Activity for the volume group_volume_latency.html Latency for the volume group_member_latency.html Latency for the member Each graph shows the data over various time periods: 5-minute averages for a day, 30-minute averages over a week, 2-hour averages over a month, and daily averages over a year. 6. Optionally, create an index file to allow for easier viewing of the graphs by placing them all in one web page file. To create an index file: PS Series Groups: Using MRTG to Monitor I/O 3

8 a. Open a new command prompt. b. Go to the C:\mrtg \bin directory. c. Enter the following command to create the index file (index.htm): perl indexmaker --output index.htm mrtg.cfg Optionally, you can sort the graphs by title, name, or description by adding the appropriate sort option to the end of the indexmaker command. For example: perl indexmaker --output index.htm mrtg.cfg --sort=[title name descr] d. Copy the index file to the C:\www\mrtg directory. e. Open a browser and launch the index file, which looks similar to the following figure. Figure 1 Index File of MRTG Graphs To view historical details of a statistic, click the relevant graph. For example, clicking the graph labeled Latency for Member MidCab in Group BootGrp launches another web page displaying daily, weekly, monthly, and yearly latency graphs for the member. 7. Alternatively, you can integrate the index file and the graph files into a browser on your Web server. See the following URL for more information: 4 PS Series Groups: Using MRTG to Monitor I/O

9 Appendix A: Using a MIB Browser There are several MIB browsers available. You can search the Internet for one that meets your needs. The following example shows how to use the ireasoning MIB browser to extract the member index numbers and volume index numbers that you will use in the mrtg.cfg file. 1. Download and install the ireasoning MIB browser from 2. Open the ireasoning MIB browser. 3. In the Address field, enter the IP address of the PS Series group as shown in Figure 2. Figure 2 ireasoning MIB Browser: Enter group IP address 4. From the File menu, select Load MIB. 5. Navigate to the location of the EQL MIB files you downloaded from the EqualLogic support website (typically, C:\eqlmibs\). (See step 4 in Windows Server Instructions.) 6. Select the following MIB files (use the Control key to select more than one file) and click Open: eqlgroup.mib, eqlmember.mib, eqlvolume.mib 7. In the MIB tree, select the EQLGROUP-MIB folder. 8. From the Operations menu, select Walk. The Name/OID and Value fields in the right-hand panel will be populated with the group information. 9. Scroll through the list until you find the desired member names and volume names. PS Series Groups: Using MRTG to Monitor I/O 5

10 The Name/OID field contains the index numbers. Member index numbers are in the form.n.yyyyyyyyyy. For example, the group kagroup has one member named m1, highlighted in Figure 3. Its member index number is Figure 3 Member Index Numbers Volume index numbers are in the form.yyyyyyyyyy.z. The first part of the number is the index number of the member containing the volume data, and the second part of the number represents the volume, and these are incremented sequentially in the order the volumes were created. 6 PS Series Groups: Using MRTG to Monitor I/O

11 Figure 4 Volume Index Numbers For example, the volume index numbers for volumes vol1, vol2, vol3 and vol4 on member m1, highlighted in Figure 4, are as follows: vol vol vol vol Copy the member and volume index numbers; you will add them to the mrtg.cfg file as described in Appendix B: Modifying the mrtg.cfg File. PS Series Groups: Using MRTG to Monitor I/O 7

12 Appendix B: Modifying the mrtg.cfg File This appendix shows a modified mrtg.cfg file. The altered information is shown in bold font. In this example, the group is named groupc; it has one member named mem02, and one volume (for simplicity) named dbase2. The member index number is , and the volume index number is You will need to edit the mrtg.cfg file you downloaded from the EqualLogic support website, replacing variables such as %%GROUP_NAME%% and %%VOLUME_NAME%% with the names of your group, its members and volumes. There are four main sections to edit; you might need to copy and paste more sections into the file for all the members and volumes on your group. There is one section for members, and three sections for volumes (in the example, each section is shown as an area of boxed text). If you have multiple members, copy and paste the member section for each member sequentially and edit it accordingly. Also copy and edit the volume section for each volume. If you have multiple PS Series groups, you can create a separate mrtg.cfg file for each. If you plan to run MRTG on the same server for all your groups, give each configuration file a unique name: for example, mrtg_groupa.cfg and mrtg_groupb.cfg. When you run the Perl script to generate the HTML files (see Creating the I/O Monitoring Graphs on page 3), specify the appropriate configuration file for the group. Note: You will need to update your mrtg.cfg file whenever your group configuration changes; for example, when you: Add, rename, or delete volumes Clone a volume Add, rename, or remove members of the group Example 1 Sample mrtg.cfg File # # # Global Config Options # for UNIX # WorkDir: /home/http/mrtg # or for NT ###TODO:: Configure read only community string on the peer storage group. ###TODO:: Create the following directory on the host WorkDir: c:\www\mrtg ###TODO:: Copy eqlvolume.mib and eqlmember.mib to the working directory c:\www\mrtg LoadMIBs: c:\www\mrtg\eqlvolume.mib,c:\www\mrtg\eqlmember.mib ###TODO:: Replace the following variables # %%COMMUNITY%% with read only community string # %%GROUP_NAME%% with GroupName # %%GROUP_IP%% with Group IpAddress # %%VOLUME_NAME%% with Volume Name 8 PS Series Groups: Using MRTG to Monitor I/O

13 # %%VOLUME_INDEX%% with Volume Index. # ---- To get volume indicies, do a snmpwalk on eqliscsivolumename. Example: # %%MEMBER_NAME%% with Member Name # %%MEMBER_INDEX%% with Member Index # ---- To get member indicies, do a snmpwalk on eqlmembername. Example: # ### # Global Defaults EnableIPv6: no NoMib2: Yes RunAsDaemon: yes Interval: 5 Options[_]: growright kilo[_]: 1024 # Global options for volume pdu counters YLegend[_]: Pdus per Second ShortLegend[_]: Pdus/s Legend1[_]: Command Pdus Legend2[_]: Response Pdus LegendI[_]: Command Pdus LegendO[_]: Response Pdus Title[^]: SCSI counters for Volume PageTop[^]: <h1>scsi counters for Volume PageTop[$]: </h1> MaxBytes[_]: First volume section ###TODO:: Repeat the following block for all the volumes Target[groupc_dbase2_IOs]: eqliscsivolumestatscmdpdus &eqliscsivolumestatsrsppdus :public@ ::33:1:1:2 Title[groupc_dbase2_IOs]: dbase2 in Group groupc PageTop[groupc_dbase2_IOs]: dbase2 in Group groupc # Global options for Volume Data Counters YLegend[_]: MB per Second ShortLegend[_]: MB/sec Legend1[_]: Transmitted Bytes Legend2[_]: Received Bytes LegendI[_]: Transmitted LegendO[_]: Received Title[^]: Throughput for Volume PageTop[^]: <h1>throughput for Volume PageTop[$]: </h1> MaxBytes[_]: Second volume section ###TODO:: Repeat the following block for all the volumes Target[groupc_dbase2_data]: eqliscsivolumestatstxdata &eqliscsivolumestatsrxdata :public@ ::33:1:1:2 Title[groupc_dbase2_data]: dbase2 in Group groupc PageTop[groupc_dbase2_data]: dbase2in Group groupc Factor[groupc_dbase2_data]: # Global options for volume latency YLegend[_]: Milli Seconds PS Series Groups: Using MRTG to Monitor I/O 9

14 ShortLegend[_]: ms Legend1[_]: Read Latency in milli seconds Legend2[_]: Write Latency in milli seconds LegendI[_]: Read Latency LegendO[_]: Write Latency Title[^]: Latency for Volume PageTop[^]: <h1>latency for Volume PageTop[$]: </h1> MaxBytes[_]: Third volume section ###TODO:: Repeat the following block for all the volumes Target[groupc _dbase2_latency]: eqliscsivolumestatsreadlatency &eqliscsivolumestatswritelatency : Title[groupc _ dbase2_latency]: dbase2in Group groupc PageTop[groupc _ dbase2_latency]: dbase2in Group groupc # Global options for member latency YLegend[_]: Milli Seconds ShortLegend[_]: ms Legend1[_]: Read Latency in milli seconds Legend2[_]: Write Latency in milli seconds LegendI[_]: Read Latency LegendO[_]: Write Latency Title[^]: Latency for Member PageTop[^]: <h1>latency for Member PageTop[$]: </h1> MaxBytes[_]: Member section ###TODO:: Repeat the following block for all the members Target[groupc_ mem02_latency]: & : public@ ::33:1:1:2 Title[groupc_mem02_Latency]: mem02 in Group groupc PageTop[groupc_ mem02_latency]: mem02 in Group groupc 10 PS Series Groups: Using MRTG to Monitor I/O

15 Documentation and Technical Support Visit the EqualLogic Customer Service website, where you can download the latest documentation and firmware. You can also view FAQs, the Knowledge Base, and Technical Reports and submit a service request. EqualLogic PS Series storage array documentation includes the following: Release Notes. Provides the latest information about PS Series storage arrays and groups. QuickStart. Describes how to set up the hardware and start using a PS Series storage array. Group Administration. Describes how to use the Group Manager GUI to manage a PS Series group. This manual provides comprehensive information about product concepts and procedures. CLI Reference. Describes how to use the Group Manager command line interface to manage a group and individual arrays. Hardware Maintenance. Provides information on maintaining the PS Series storage array hardware. To report a problem or to get access to the resources available on the Customer Support website, go to and click LOGIN. If you do not already have an account, you can request one here. Once you are logged in, click Log a Case to report a problem. To report an urgent issue, please call us at and speak with a member of the Customer Support team. If you have any comments or suggestions related to this technical report, please send them to techreports@equallogic.com PS Series Groups: Using MRTG to Monitor I/O 11

Multi-Router Traffic Grapher (MRTG)

Multi-Router Traffic Grapher (MRTG) Multi-Router Traffic Grapher (MRTG) MULTI-ROUTER TRAFFIC GRAPHER (MRTG)... 1 Overview... 1 Installing MRTG... 1 Viewing the Results... 10 Notes... 13 Troubleshooting... 13 Document Revision History...

More information

How To Monitor A Network With Snmp (Network Monitoring)

How To Monitor A Network With Snmp (Network Monitoring) Quo Vadis, SNMP? White Paper Part 2: Putting SNMP into practice Authors: Jens Rupp, Lead Developer at Paessler AG Daniel Zobel, Head of Software Development at Paessler AG Published: August 2010 Last Update:

More information

Canopy Network Management with MRTG. Application Note. CanopyMRTG01-AN-en Issue 1 December 2003

Canopy Network Management with MRTG. Application Note. CanopyMRTG01-AN-en Issue 1 December 2003 Canopy Network Management with MRTG Application Note CanopyMRTG01-AN-en Issue 1 December 2003 NOTICES Trademarks, Product s, and Service s MOTOROLA, the stylized M Logo and all other trademarks indicated

More information

SNMP Adapter Installation and Configuration Guide

SNMP Adapter Installation and Configuration Guide SNMP Adapter Installation and Configuration Guide vcenter Operations Manager 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Best Practices for Using PRTG Traffic Grapher to Monitor SANiQ Performance Legal Notices Warranty The only warranties for HP products and services

More information

White Paper. Quo Vadis, SNMP? White Paper Part 2: Putting SNMP into practice

White Paper. Quo Vadis, SNMP? White Paper Part 2: Putting SNMP into practice Quo Vadis, SNMP? White Paper Part 2: Putting SNMP into practice Authors: Jens Rupp, Lead Developer at Paessler AG Daniel Zobel, Documentation and Support at Paessler AG Published: August 2010 Last Update:

More information

May 2002 16PZ-0502A-WWEN Prepared by: Internet & E-Commerce Solutions

May 2002 16PZ-0502A-WWEN Prepared by: Internet & E-Commerce Solutions May 2002 Prepared by: Internet & E-Commerce Solutions Contents Introduction... 3 Solution Overview... 3 Obtaining Compaq Management Agents (CMA) for Linux... 3 Integrating Compaq Management Agents MIBs

More information

CommVault Galaxy 5.0 Using PS Series Groups and Auto-Snapshot Manager

CommVault Galaxy 5.0 Using PS Series Groups and Auto-Snapshot Manager CommVault Galaxy 5.0 Using PS Series Groups and Auto-Snapshot Manager Abstract This Technical Report describes how to backup and restore local and remote NTFS volumes and SQL databases using CommVault

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Applications Notes Best Practices for Using SolarWinds' ORION to Monitor SANiQ Performance Legal Notices Warranty The only warranties for HP products and services

More information

eg Enterprise v5.2 Clariion SAN storage system eg Enterprise v5.6

eg Enterprise v5.2 Clariion SAN storage system eg Enterprise v5.6 EMC Configuring Clariion and SAN and Monitoring Monitoring storage an system EMC an eg Enterprise v5.2 Clariion SAN storage system eg Enterprise v5.6 Restricted Rights Legend The information contained

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Manual Transfer Utility

Manual Transfer Utility Installation and User Guide Version 1.1.2 Copyright 2010 Dell, Inc. All rights reserved. EqualLogic is a registered trademark of Dell, Inc. Dell is a trademark of Dell, Inc. All trademarks and registered

More information

Creating Cacti FortiGate SNMP Graphs

Creating Cacti FortiGate SNMP Graphs Creating Cacti FortiGate SNMP Graphs Cacti 0.8.7.b Release 1.0 High Performance Multi-Threat Security Solutions Corporate Headquarters 1090 Kifer Road, Sunnyvale, Ca 94086 USA http://www.fortinet.com Tel:

More information

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.50 User Guide Document Release Date: May 2009 Software Release Date: May 2009 Legal Notices Warranty The only warranties for HP

More information

MRTG used for Basic Server Monitoring

MRTG used for Basic Server Monitoring MRTG used for Basic Server Monitoring SANS Institute Masters Presentation by T. Brian MRTG used for Basic Server Monitoring This presentation covers how-to instructions to establish basic server monitoring

More information

JetAdvice Manager Data Collector v. 2.1. Date: 2014-06-30

JetAdvice Manager Data Collector v. 2.1. Date: 2014-06-30 JetAdvice Manager Data Collector v. 2.1 Date: 2014-06-30 NOTE The information contained in this document is subject to change without notice. EuroForm makes no warranty of any kind with regard to this

More information

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Deployment Guide Deploying the BIG-IP System with Microsoft Windows Server 2003 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Welcome to the BIG-IP

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

SNMP and MRTG Monitoring. SNMP and MRTG Monitoring. Introduction. Start. 1 de 9 07/06/2013 10:33. Contents

SNMP and MRTG Monitoring. SNMP and MRTG Monitoring. Introduction. Start. 1 de 9 07/06/2013 10:33. Contents 1 de 9 07/06/2013 10:33 Log in / create account Navigation Main Page Community portal Current events Recent changes Random page Help Search the Wiki SNMP and MRTG Monitoring Contents 1 SNMP and MRTG Monitoring

More information

Digi Port Authority- Remote. Setup Guide 92000308_A

Digi Port Authority- Remote. Setup Guide 92000308_A Digi Port Authority- Remote Setup Guide 92000308_A Digi International Inc. 2002. All Rights Reserved The Digi logo is a trademark of Digi International Inc. All other brand and product names are the trademarks

More information

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -

More information

Updating Firmware for Dell EqualLogic PS Series Storage Arrays and FS Series Appliances

Updating Firmware for Dell EqualLogic PS Series Storage Arrays and FS Series Appliances Updating Firmware for Dell EqualLogic PS Series Storage Arrays and FS Series Appliances Copyright 2010-2013 Dell Inc. All rights reserved. Dell and EqualLogic are trademarks of Dell Inc. All trademarks

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

How To Configure CU*BASE Encryption

How To Configure CU*BASE Encryption How To Configure CU*BASE Encryption Configuring encryption on an existing CU*BASE installation INTRODUCTION This booklet was created to assist CU*Answers clients with the configuration of encrypted CU*BASE

More information

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

KretchmarBook 2003/8/29 19:05 page 39 #51

KretchmarBook 2003/8/29 19:05 page 39 #51 KretchmarBook 2003/8/29 19:05 page 39 #51 Chapter 3 MRTG 3.1 Overview of MRTG MRTG is the Multi Router Traffic Grapher, a piece of free software released under the GNU General Public License. 1 It was

More information

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.

More information

EMC NetWorker Module for Microsoft Exchange Server Release 5.1

EMC NetWorker Module for Microsoft Exchange Server Release 5.1 EMC NetWorker Module for Microsoft Exchange Server Release 5.1 Installation Guide P/N 300-004-750 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC Smarts Integration Guide

EMC Smarts Integration Guide vcenter Operations Manager Enterprise 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

CTERA Agent for Linux

CTERA Agent for Linux User Guide CTERA Agent for Linux September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

How to manage non-hp x86 Windows servers with HP SIM

How to manage non-hp x86 Windows servers with HP SIM How to manage non-hp x86 Windows servers with HP SIM Introduction... 3 HP SIM inventory for non-hp x86 Windows servers... 3 Discovery and Identification... 3 Events... 4 System properties and reports...

More information

Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System

Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System DEPLOYMENT GUIDE Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System Version 1.0 Deploying F5 with Cacti Open Source Network Monitoring System Welcome to the F5 and Cacti deployment

More information

StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008

StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008 StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008 www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT

More information

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide ARIS Education Package Process Design & Analysis Installation Guide Version 7.2 Installation Guide March 2012 This publication is protected by international copyright law. All rights reserved. No part

More information

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide HP Quality Center Software Version: 10.00 Microsoft Word Add-in Guide Document Release Date: February 2012 Software Release Date: January 2009 Legal Notices Warranty The only warranties for HP products

More information

capacity management for StorageWorks NAS servers

capacity management for StorageWorks NAS servers application notes hp OpenView capacity management for StorageWorks NAS servers First Edition (February 2004) Part Number: AA-RV1BA-TE This document describes how to use HP OpenView Storage Area Manager

More information

Polar Help Desk Installation Guide

Polar Help Desk Installation Guide Polar Help Desk Installation Guide Copyright (legal information) Copyright Polar 1995-2005. All rights reserved. The information contained in this document is proprietary to Polar and may not be used or

More information

Monitor TemPageR 4E With PageR Enterprise

Monitor TemPageR 4E With PageR Enterprise Monitor TemPageR 4E With PageR Enterprise TemPageR 4E is AVTECH Software s Real-Time Temperature Monitor with Data Logging, SNMP & Unlimited Alerting. It is designed specifically to monitor 1-4 digital

More information

NMS300 Network Management System

NMS300 Network Management System NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate

More information

GAUSS 9.0. Quick-Start Guide

GAUSS 9.0. Quick-Start Guide GAUSS TM 9.0 Quick-Start Guide Information in this document is subject to change without notice and does not represent a commitment on the part of Aptech Systems, Inc. The software described in this document

More information

Monitoring Cisco IOS Firewall Inspection Activity with Multi- Router Traffic Grapher (MRTG)

Monitoring Cisco IOS Firewall Inspection Activity with Multi- Router Traffic Grapher (MRTG) Monitoring Cisco IOS Firewall Inspection Activity with Multi- Router Traffic Grapher (MRTG) Introduction Cisco introduced support for the new Cisco Unified Firewall MIB in Cisco IOS Software Release 12.4(6)T.

More information

NovaBACKUP Remote Workforce Version 12.5 Cloud Restore

NovaBACKUP Remote Workforce Version 12.5 Cloud Restore NovaBACKUP Remote Workforce Version 12.5 Cloud Restore NovaStor / November 2011 Rev 20111114 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and

More information

HP Array Configuration Utility User Guide

HP Array Configuration Utility User Guide HP Array Configuration Utility User Guide January 2006 (First Edition) Part Number 416146-001 Copyright 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change

More information

Usage Analysis Tools in SharePoint Products and Technologies

Usage Analysis Tools in SharePoint Products and Technologies Usage Analysis Tools in SharePoint Products and Technologies Date published: June 9, 2004 Summary: Usage analysis allows you to track how websites on your server are being used. The Internet Information

More information

Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4

Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4 Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4 Dwebs Ltd http://www.dwebs.ltd.uk January 2009 Doc: Helm 4.1.0.0 Mod Ver: 1.0.0.0 The names of actual companies and products mentioned

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2009, Parallels, Inc.

More information

Moxa Device Manager 2.0 User s Guide

Moxa Device Manager 2.0 User s Guide First Edition, March 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa Device Manager 2.0 User Guide The software described in this manual

More information

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com SSO Plugin Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier J System Solutions JSS SSO Plugin Upgrading 3x to 4x Introduction... 3 [Prerequisite] Generate a new license... 4 [Prerequisite] Download

More information

NexentaConnect for VMware Virtual SAN

NexentaConnect for VMware Virtual SAN NexentaConnect for VMware Virtual SAN QuickStart Installation Guide 1.0.2 FP2 Date: October, 2015 Subject: NexentaConnect for VMware Virtual SAN QuickStart Installation Guide Software: NexentaConnect for

More information

TransNav Management System Documentation. Management Server Guide

TransNav Management System Documentation. Management Server Guide Force10 Networks Inc. TransNav Management System Documentation Management Server Guide Release TN4.2.2 Publication Date: April 2009 Document Number: 800-0006-TN422 Rev. A Copyright 2009 Force10 Networks,

More information

Installation Guide July 2009

Installation Guide July 2009 July 2009 About this guide Edition notice This edition applies to Version 4.0 of the Pivot3 RAIGE Operating System and to any subsequent releases until otherwise indicated in new editions. Notification

More information

Migrating Your Windows File Server to a CTERA Cloud Gateway. Cloud Attached Storage. February 2015 Version 4.1

Migrating Your Windows File Server to a CTERA Cloud Gateway. Cloud Attached Storage. February 2015 Version 4.1 Migrating Your Windows File Server to a CTERA Cloud Gateway Cloud Attached Storage February 2015 Version 4.1 Copyright 2009-2015 CTERA Networks Ltd. All rights reserved. No part of this document may be

More information

Set Up Panorama. Palo Alto Networks. Panorama Administrator s Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks

Set Up Panorama. Palo Alto Networks. Panorama Administrator s Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks Set Up Panorama Palo Alto Networks Panorama Administrator s Guide Version 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 www.paloaltonetworks.com/company/contact-us

More information

Load Manager Administrator s Guide For other guides in this document set, go to the Document Center

Load Manager Administrator s Guide For other guides in this document set, go to the Document Center Load Manager Administrator s Guide For other guides in this document set, go to the Document Center Load Manager for Citrix Presentation Server Citrix Presentation Server 4.5 for Windows Citrix Access

More information

Advanced Guide for Configuring SNMPc to Manage Any SNMP Enabled Device

Advanced Guide for Configuring SNMPc to Manage Any SNMP Enabled Device Advanced Guide for Configuring SNMPc to Manage Any SNMP Enabled Device SNMPc supports many devices straight out of the box. Its generic support for device classes such as Switches, Routers and Servers

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

HP Server Management Packs for Microsoft System Center Essentials User Guide

HP Server Management Packs for Microsoft System Center Essentials User Guide HP Server Management Packs for Microsoft System Center Essentials User Guide Part Number 460344-001 September 2007 (First Edition) Copyright 2007 Hewlett-Packard Development Company, L.P. The information

More information

Updating Firmware for Dell EqualLogic PS Series Storage Arrays and FS Series Appliances Beta Draft

Updating Firmware for Dell EqualLogic PS Series Storage Arrays and FS Series Appliances Beta Draft Updating Firmware for Dell EqualLogic PS Series Storage Arrays and FS Series Appliances Copyright 2014 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual

More information

LT Auditor+ for Windows

LT Auditor+ for Windows LT Auditor+ for Windows Quick Start Guide Documentation issue: 5.3 Copyright Blue Lance Inc. Distributed by: LT Auditor+ for Windows: Overview LT Auditor+ is a security software application that provides

More information

Configuring and Monitoring Citrix Branch Repeater

Configuring and Monitoring Citrix Branch Repeater Configuring and Monitoring Citrix Branch Repeater eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of

More information

Technote 20 Using MSIE to FTP into an AcquiSuite

Technote 20 Using MSIE to FTP into an AcquiSuite Technote 20 Using MSIE to FTP into an AcquiSuite Author: Stephen Herzog This document discusses the use of Microsoft Internet Explorer to FTP into the AcquiSuite. Other browsers such as Firefox should

More information

NexentaConnect for VMware Virtual SAN

NexentaConnect for VMware Virtual SAN NexentaConnect for VMware Virtual SAN User Guide 1.0.2 FP3 Date: April, 2016 Subject: NexentaConnect for VMware Virtual SAN User Guide Software: NexentaConnect for VMware Virtual SAN Software Version:

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap (

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap ( WHITEPAPER BackupAssist Version 5.1 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Contents Introduction... 3 Hardware Setup Instructions... 3 QNAP TS-409... 3 Netgear ReadyNas NV+... 5 Drobo rev1...

More information

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 Rocksalt International Pty Ltd support@vpasp.com www.vpasp.com Table of Contents 1 INTRODUCTION... 3 2 FEATURES... 4 3 WHAT

More information

Configuring and Monitoring SNMP Generic Servers. eg Enterprise v5.6

Configuring and Monitoring SNMP Generic Servers. eg Enterprise v5.6 Configuring and Monitoring SNMP Generic Servers eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for Windows" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

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

EPSON Stylus C84N. Supplement. Includes information about networking utilities and installation on Windows 98 and Me

EPSON Stylus C84N. Supplement. Includes information about networking utilities and installation on Windows 98 and Me EPSON Stylus C84N Supplement Includes information about networking utilities and installation on Windows 98 and Me Copyright Notice All rights reserved. No part of this publication may be reproduced, stored

More information

Administrator s Guide

Administrator s Guide Administrator s Guide Citrix Network Manager for MetaFrame XPe Version 1.0 Citrix Systems, Inc. Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Orientation Course - Lab Manual

Orientation Course - Lab Manual Orientation Course - Lab Manual Using the Virtual Managed Workplace site for the lab exercises Your instructor will provide the following information before the first lab exercise begins: Your numerical

More information

NeuralStar Installation Guide

NeuralStar Installation Guide NeuralStar Installation Guide Version 9.8 Release 2 October 2011 1st Edition Preface Software License Agreement Software is defined as the Kratos Technology & Training Solutions, Inc. computer programs

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Specops Command. Installation Guide

Specops Command. Installation Guide Specops Software. All right reserved. For more information about Specops Command and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Command is a trademark owned by Specops

More information

MySQL Quick Start Guide

MySQL Quick Start Guide Quick Start Guide MySQL Quick Start Guide SQL databases provide many benefits to the web designer, allowing you to dynamically update your web pages, collect and maintain customer data and allowing customers

More information

PHD Virtual Backup for Hyper-V

PHD Virtual Backup for Hyper-V PHD Virtual Backup for Hyper-V version 7.0 Installation & Getting Started Guide Document Release Date: December 18, 2013 www.phdvirtual.com PHDVB v7 for Hyper-V Legal Notices PHD Virtual Backup for Hyper-V

More information

Monitoring disk stats with Cacti

Monitoring disk stats with Cacti Monitoring disk stats with Cacti February 13, 2013 Contents 1 Disk space utilisation 1 1.1 hrstoragetable (.1.3.6.1.2.1.25.2.3)................. 2 1.2 dsktable (.1.3.6.1.4.1.2021.9)....................

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Software Version: 11.00 Microsoft Word Add-in Guide Document Release Date: November 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

Configuring Microsoft Internet Information Service (IIS6 & IIS7)

Configuring Microsoft Internet Information Service (IIS6 & IIS7) Configuring Microsoft Internet Information Service (IIS6 & IIS7) Configuring Microsoft Internet Information Service (IIS6 & IIS7) Guide Last revised: June 25, 2012 Copyright 2012 Nexent Innovations Inc.

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

Generating SSH Keys and SSL Certificates for ROS and ROX Using Windows AN22

Generating SSH Keys and SSL Certificates for ROS and ROX Using Windows AN22 Generating SSH Keys and SSL Certificates for ROS and ROX Using Windows AN22 6/2013 Introduction 1 Installing OpenSSL on Windows 2 Installing the Scripts 3 Using Scripts to Create SSL Certificates 4 Using

More information

Exchange 2010 Data Protection with Auto- Snapshot Manager / Microsoft Edition Dell EqualLogic PS Series

Exchange 2010 Data Protection with Auto- Snapshot Manager / Microsoft Edition Dell EqualLogic PS Series TECHNICAL REPORT Exchange 2010 Data Protection with Auto- Snapshot Manager / Microsoft Edition Dell EqualLogic PS Series ABSTRACT This Technical Report describes using Dell EqualLogic Auto-Snapshot Manager

More information

Installing Microsoft Exchange Integration for LifeSize Control

Installing Microsoft Exchange Integration for LifeSize Control Installing Microsoft Exchange Integration for LifeSize Control September 2005 Part Number 132-00002-001, Version 1.1 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize

More information

VERITAS NetBackup 6.0 for Microsoft Exchange Server

VERITAS NetBackup 6.0 for Microsoft Exchange Server VERITAS NetBackup 6.0 for Microsoft Exchange Server System Administrator s Guide for Windows N152688 September 2005 Disclaimer The information contained in this publication is subject to change without

More information

MySQL quick start guide

MySQL quick start guide R E S E L L E R S U P P O R T www.fasthosts.co.uk MySQL quick start guide This guide will help you: Add a MySQL database to your reseller account. Find your database. Add additional users. Use the MySQL

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

Change Management for Rational DOORS User s Guide

Change Management for Rational DOORS User s Guide Change Management for Rational DOORS User s Guide Before using this information, read the general information under Appendix: Notices on page 58. This edition applies to Change Management for Rational

More information

RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE

RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE Installation and Administration Guide RSM Web Client and RSM Web Gateway 17 August, 2004 Page 1 Copyright Notice 2004 Sony Corporation.

More information

PRIMEQUEST Integration

PRIMEQUEST Integration C122-E062-01EN PRIMEQUEST Integration for Microsoft Operations Manager FUJITSU LIMITED Preface Purpose This manual explains the MOM management pack (PRIMEQUEST Server Agent MOM Connector), a function

More information

How To Backup A Database In Navision

How To Backup A Database In Navision Making Database Backups in Microsoft Business Solutions Navision MAKING DATABASE BACKUPS IN MICROSOFT BUSINESS SOLUTIONS NAVISION DISCLAIMER This material is for informational purposes only. Microsoft

More information

Abstract. These Application Notes provide information for the setup, configuration, and verification of this solution.

Abstract. These Application Notes provide information for the setup, configuration, and verification of this solution. Avaya Solution Interoperability Test Lab Configuring DHCP server Site Specific Option Number for Avaya one-x IP Deskphone Firmware Distribution with Avaya File Server Application MV_IPTel Issue 1.0 Abstract

More information

Altor Virtual Network Security Analyzer v1.0 Installation Guide

Altor Virtual Network Security Analyzer v1.0 Installation Guide Altor Virtual Network Security Analyzer v1.0 Installation Guide The Altor Virtual Network Security Analyzer (VNSA) application is deployed as Virtual Appliance running on VMware ESX servers. A single Altor

More information

12 NETWORK MANAGEMENT

12 NETWORK MANAGEMENT 12 NETWORK MANAGEMENT PROJECTS Project 12.1 Project 12.2 Project 12.3 Project 12.4 Understanding Key Concepts Backing Up and Restoring Data Monitoring Computer Activity Configuring SNMP Support 276 Networking

More information