Testing Dial-Up Networking with Chariot Application Note April 30, 2001

Size: px
Start display at page:

Download "Testing Dial-Up Networking with Chariot Application Note April 30, 2001"

Transcription

1 Testing Dial-Up Networking with Chariot Application Note April 30, 2001 Contents Introduction...1 Methodology...1 Conclusion...4 Notes...4 For the foreseeable future, a large percentage of Internet users will continue to connect through dial-up networking (DUN). But repeatable, accurate testing is the only way to find out how dial-up will perform under certain conditions. This paper explains how you can use Chariot, by NetIQ, to run realistic, end-to-end tests of DUN equipment, no matter how the intervening network is configured. With Chariot, only a few computers are needed to simulate hundreds and even thousands of simultaneous users dialing in to a server. We used a single multiple-client station generating V.90 dial-up Point-to-Point Protocol (PPP) connections to a Windows NT Remote Access Server (RAS); however, with a few alterations, the methods we illustrate here could be applied to other testing environments and scaled extensively.

2

3 Introduction Despite all the hype about broadband Internet access technologies, dial-up networking (DUN) is far from obsolete. By some estimates, faster connection options, such as cable and DSL, are still available to only 27% of home Internet users in the United States, and GartnerGroup projects that 55% of U.S. users will still use dial-up to connect to the Internet in 2004 (1). And with today s increasingly mobile work force, more and more businesses are expanding their dial-up infrastructure. Internet users demand reliability and performance without regard for network conditions, which may include heavy traffic. As a result, DUN needs to be repeatedly, accurately tested to see how it will perform under normal and stressful conditions. NetIQ Chariot can test dial-up connections with minimal setup and equipment. Over an open connection, Chariot can realistically emulate the network traffic of dozens, hundreds, and even thousands of users accessing a dial-up server and using any intervening equipment on the network. For the present example, we used a single multiple-client station generating dial-up Point-to-Point Protocol (PPP) connections through a V.90 modem to a Windows NT Remote Access Server (RAS); however, with a few alterations, the methods we illustrate here could be applied to other testing environments and scaled extensively. Methodology To set up a realistic test emulating multiple dial-up networking users, but actually using only a few computers, a Windows NT computer configured with multiple modem ports can be used. A variety of cards are available that have 4 to 6 modems per card, or you could use T1/PRI interface modem cards with 23 or 24 modems per card. The client station we used was configured to support 24 simultaneous DUN phonebook entries over four 6-port Rocket Modem PCI cards that supported V.90 dial-up connections. Each entry was bound to a unique modem COM port and represented a Chariot endpoint emulating a DUN client. In addition, each phonebook entry was configured to request an IP address from an NT RAS Server before completing the dial-up connection. When Chariot traffic was sent between the endpoints on the DUN Client computer and the RAS Server, the combinations of IP addresses and modem COM ports behaved, for all intents and purposes, like 24 unique dial-up users. We used a batch file with the Windows application rasdial to establish simultaneous dial-up connections for all phonebook entries. Once the connections were open, the Chariot Console initialized the test, sending a test script to each Endpoint 1 address in the DUN client computer and then driving application traffic from those addresses through the Device/Network Under Test to the Endpoint 2 computer configured as the RAS Server. We discovered early in our testing that Windows NT was routing all the Chariot traffic over a single RAS port during the test. Obviously, this meant that the test was not realistically emulating the effects of multiple dial-up connections to the RAS: data was only traveling through the port whose connection was opened last. To solve this problem, we configured static routes at the DUN client computer to ensure that the Chariot application traffic would be routed to the correct modem port and destination address (Endpoint 2). Testing Dial-Up Networking with Chariot 1

4 Test Bed Configuration Our test bed consisted of three computers connected by a 10 Mbps Ethernet LAN. The Chariot Console was installed on a Windows NT 4.0 workstation, and Performance Endpoints were installed on a Windows NT 24-port DUN client station and a Windows NT Remote Access Server. All three computers had a NIC with a static IP address. We also assigned 24 Virtual IP addresses to the NIC on Endpoint 2, the RAS server. These would be the destination addresses for the DUN clients to the RAS server. Figure 1: Chariot Dial-Up Networking Test Configuration Using Rasdial to Establish the Dial-Up Connections Before you run the Chariot test, you must do the following: Define the dial-up connections. Open the dial-up connections. First, define the connections as phonebook entries. You can create them in the Windows GUI or at a command prompt. To create phonebook entries in Windows NT, invoke the New Phonebook wizard by double-clicking the My Computer icon on the Desktop, selecting Dial-Up Networking, and clicking New. Once you ve created a connection to the RAS server, you can dial it by double-clicking the Dial-Up Networking icon and clicking Dial. To create phonebook entries in Windows 2000, access the Network Connection wizard from Settings ->Network and Dial-Up Connections->Make New Connection. A new icon for the connection is created in the Network and Dial-Up Connections folder; just select it to begin dialing. We used a batch file to do the dialing simultaneously for all phonebook entries. Our file invoked rasdial, which dials in with the username and password needed for authentication by the RAS. Here s the syntax for rasdial.exe: 2 Copyright NetIQ Corporation, 2001

5 rasdial entryname [username [password *]] [/DOMAIN:domain] [/PHONE:phonenumber] [/CALLBACK:callbacknumber] [/PHONEBOOK:phonebookfile] [/PREFIXSUFFIX] rasdial [entryname] /DISCONNECT rasdial The RAS was set to assign IP addresses from a pre-selected range to the phonebook entries serving as Endpoint 1 ( , , , etc.). For Endpoint 2 in each pair, we used the virtual IP addresses assigned to the RAS Network Interface Card ( , , , etc.). Rasdial provides plenty of progress messages, so it s obvious when the connections are up. Once all the connections were made and authenticated, and once they had received IP addresses from the RAS, we needed to set up the static routes on the DUN client computer. This was to ensure that Windows NT didn t send all Chariot data out the last modem port that connected. First, we cleared the routing table at the DUN client station using the command route f. Next, we entered the new routes, designating the Endpoint 1 addresses assigned by the RAS as Gateways and the Endpoint 2 Virtual IP addresses as Destinations. This can be done manually or automated with a batch file. Here s an example: (Destination) (Gateway) route add route add route add Creating the Chariot Test Once we had static routes set up, we created a new Chariot test. We added 24 pairs, using the Benchmark application script Throughput.scr to get some standard performance measurements. As we created each pair, we modified its Console-to-Endpoint 1 settings so that test flows were sent to the static IP address at the Endpoint 1 (client) computer. To change the Console-to-E1 setting, select a pair in the Test window and choose Edit Console to Endpoint 1 from the Edit menu. Then clear the box labeled Use Endpoint 1 to Endpoint 2 values and enter the address: Figure 2: Chariot s Edit Console-to-Endpoint 1 dialog box. The default settings in Chariot application scripts are intended for higher-speed links than the typical 56kbps dial-up link. We edited the script to send smaller files so that the test would complete more quickly. Testing Dial-Up Networking with Chariot 3

6 Conclusion Testing dial-up networking with Chariot requires some extra configuration ahead of time, but once you ve created the phonebook entries and established static routes that clearly define each endpoint pair, Chariot tests will measure all activity between the endpoints, excluding the actual dialing. As mentioned earlier, any equipment may be set up between the endpoints and its performance tested using the methods highlighted here. Although the test we ve described here emulates only 24 dial-up users, this test scenario can be scaled to test hundreds or even thousands of users. A Windows NT multiple-client station like ours supports up to 24 phonebook entries, and Chariot can create multiple pairs with the same entries serving as Endpoint 1 many times. Add another multiple-client station or a modem card that supports multiple modems to the test bed if you want to test with additional unique dial-up connections. Notes 1. Spring, Tom. Dial-up Ain t Dead. PC World June 9, Accessed 2/21/01. 4 Copyright NetIQ Corporation, 2001

7 Copyright Information NetIQ Corporation provides this document as is without warranty of any kind, either express or implied, including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose. Some states do not allow disclaimers of express or implied warranties in certain transactions; therefore, this statement may not apply to you. This document and the software described in this document are furnished under a license agreement or a non-disclosure agreement and may be used only in accordance with the terms of the agreement. This document may not be lent, sold, or given away without the written permission of NetIQ Corporation. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, or otherwise, without the prior written consent of NetIQ Corporation. Companies, names, and data used in this document are fictitious unless otherwise noted. This document could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein. These changes may be incorporated in new editions of the document. NetIQ Corporation may make improvements in and/or changes to the products described in this document at any time NetIQ Corporation, all rights reserved. U.S. Government Restricted Rights: Use, duplication, or disclosure by the Government is subject to the restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause of the DFARs and FAR (c) and any successor rules or regulations. AppManager, the AppManager logo, Knowledge Scripts, Work Smarter, NetIQ Partner Network, the NetIQ Partner Network logo, Chariot, Pegasus, End2End, Qcheck, ADcheck, NetIQ Security Manager, NetIQ File and Storage Administrator, OnePoint, the OnePoint logo, OnePoint Directory Administrator, OnePoint Resource Administrator, OnePoint Exchange Administrator, OnePoint Domain Migration Administrator, OnePoint Operations Manager, OnePoint File Administrator, OnePoint Event Manager, Enterprise Administrator, Knowledge Pack, ActiveKnowledge, ActiveAgent, ActiveEngine, Mission Critical Software, the Mission Critical Software logo, Ganymede, Ganymede Software, the Ganymede logo, NetIQ, and the NetIQ logo are trademarks or registered trademarks of NetIQ Corporation or its subsidiaries in the United States and other jurisdictions. All other company and product names mentioned are used only for identification purposes and may be trademarks or registered trademarks of their respective companies. Testing Dial-Up Networking with Chariot 5

Chariot and IP Multicast

Chariot and IP Multicast Chariot and IP Multicast Application Note by John Q. Walker, NetIQ Corporation johnq@netiq.com Contents Emulating IP Multicast Applications...2 Streaming Scripts...3 Modifying the Multimedia Run Options

More information

An Approach to Exchange Cluster Configuration for AppManager White Paper July 2005

An Approach to Exchange Cluster Configuration for AppManager White Paper July 2005 An Approach to Exchange Cluster Configuration for AppManager White Paper July 2005 Contents AppManager Exchange Cluster Configuration... 1 Step 1: Active/Passive Failover Strategy... 2 Step 2: Drive Ownership

More information

Improving Production. SQL Server Operations White Paper July 15, Contents

Improving Production. SQL Server Operations White Paper July 15, Contents Improving Production SQL Server Operations White Paper July 15, 2002 Contents Improving Production Operations of SQL Server...1 Service-Level Expectations...1 Best Practices...2 Operations Management...3

More information

Managing Your Windows Environments with Ease

Managing Your Windows Environments with Ease Managing Your Windows Environments with Ease White Paper June 2001 Contents Introduction...3 Windows NT 4, Windows 2000, and Active Directory Administration...4 Unlock the Power of Windows NT 4, Windows

More information

AppManager for VoIP Quality Version Readme

AppManager for VoIP Quality Version Readme Page 1 of 8 AppManager for VoIP Quality Version 7.0.98.0 Readme Date Published: January 2012 Why Install This Release? System Requirements Contents of the Download Package Installing This Module Known

More information

Monitoring Lotus Domino ResponseTime with AppManager. A NetIQ Work Smarter Guide

Monitoring Lotus Domino ResponseTime with AppManager. A NetIQ Work Smarter Guide Monitoring Lotus Domino ResponseTime with AppManager A NetIQ Work Smarter Guide Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF

More information

Installation Guide. NetIQ AppManager. Version 5.0.1

Installation Guide. NetIQ AppManager. Version 5.0.1 Installation Guide NetIQ AppManager Version 5.0.1 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON-DISCLOSURE

More information

USING VMWARE HORIZON USER S GUIDE FOR WINDOWS

USING VMWARE HORIZON USER S GUIDE FOR WINDOWS U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A USING VMWARE HORIZON USER S GUIDE FOR WINDOWS NOVEMBER 2015 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2015 UNIVERSITY OF SOUTHERN

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

IxChariot. Predict Device and System Performance Under Realistic Load Conditions

IxChariot. Predict Device and System Performance Under Realistic Load Conditions 0:00:02.0 0:00:00.3 0:00:00.6 0:00:01.8 Throughput 90.50 60.50 30.50 0.50 0:00:00 0:00:20 0:00:40 0:01:00 Predict Device and System Performance Under Realistic Load Conditions Test Triple Play Performance

More information

NetIQ Security Solutions for iseries 8.0 Compatibility with i5/os V6R1

NetIQ Security Solutions for iseries 8.0 Compatibility with i5/os V6R1 Contents NetIQ Security Solutions for iseries Requirements for Upgrading to i5/os V6R1... 1 Known i5/os V6R1 Compatibility Issues... 2 Previous Operating System Version Compatibility... 3 NetIQ Security

More information

Partner Information. Integration Overview. Remote Access Integration Architecture

Partner Information. Integration Overview. Remote Access Integration Architecture Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration OTP Barracuda Networks Barracuda SSL VPN User Name + Security Code VIP Enterprise

More information

NetIQ Access Gateway for Cloud 1.0 Release Notes. 1 System Requirements. April 2012

NetIQ Access Gateway for Cloud 1.0 Release Notes. 1 System Requirements. April 2012 NetIQ Access Gateway for Cloud 1.0 Release Notes April 2012 NetIQ Access Gateway for Cloud 1.0 is an appliance that provides a simple, secure way to manage access to Software-as-a-Service (SaaS) applications

More information

Release Notes for BayStack Instant Internet Version

Release Notes for BayStack Instant Internet Version Part No. 206578-E March 2001 4401 Great America Parkway Santa Clara, CA 95054 Release Notes for BayStack Instant Internet Version 7.11.1 *206578-E* 2 Copyright 2001 Nortel Networks All rights reserved.

More information

Upgrading to MailMarshal Version 6.0 SMTP Technical White Paper April 19, 2005

Upgrading to MailMarshal Version 6.0 SMTP Technical White Paper April 19, 2005 Contents Introduction... 3 Case 1: Standalone MailMarshal SMTP Server... 3 Case 2: Array of MailMarshal SMTP Servers... 14 Additional Resources....38 Upgrading to MailMarshal Version 6.0 SMTP Technical

More information

SecuRemote for Windows 32-bit/64-bit

SecuRemote for Windows 32-bit/64-bit SecuRemote for Windows 32-bit/64-bit E75.20 User Guide 13 September 2011 2011 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright

More information

Running TIBCO Spotfire 3.2 on Citrix XenApp. Installation Manual

Running TIBCO Spotfire 3.2 on Citrix XenApp. Installation Manual Running TIBCO Spotfire 3.2 on Citrix XenApp Installation Manual Revision date: 28 June 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Centrify for ArcSight Integration Guide

Centrify for ArcSight Integration Guide July 2018 Centrify Corporation Abstract This guide is written for Centrify Infrastructure Services customers who want to integrate Centrify events with ArcSight. Legal Notice This document and the software

More information

Deploying Windows Server 2003 Internet Authentication Service (IAS) with Virtual Local Area Networks (VLANs)

Deploying Windows Server 2003 Internet Authentication Service (IAS) with Virtual Local Area Networks (VLANs) Deploying Windows Server 2003 Internet Authentication Service (IAS) with Virtual Local Area Networks (VLANs) Microsoft Corporation Published: June 2004 Abstract This white paper describes how to configure

More information

IxLoad. Determine Performance of Content-Aware Devices and Networks

IxLoad. Determine Performance of Content-Aware Devices and Networks Determine Performance of Content-Aware Devices and Networks Determine Performance Limits of Load Balancers, Firewalls, and Content Switches Test Triple Play Network Performance by Emulating Subscribers

More information

SVA NMP Monitor for Unicenter TNG on Windows NT/2000

SVA NMP Monitor for Unicenter TNG on Windows NT/2000 SVA NMP Monitor for Unicenter TNG on Windows NT/2000 Installation Guide Version 3.1.1 First Edition Proprietary Information Statement The information in this document is confidential and proprietary to

More information

Managing Windows 2000 & Windows NT 4.0 with Ease White Paper October 2000

Managing Windows 2000 & Windows NT 4.0 with Ease White Paper October 2000 Contents Introduction... 3 Managing Windows 2000 & Windows NT 4.0 with Ease White Paper October 2000 Windows Administration... 4 20,000-Foot View of Active Directory and DRA... 7 Distributed, Automated

More information

COGNOS (R) ENTERPRISE PLANNING SERIES

COGNOS (R) ENTERPRISE PLANNING SERIES COGNOS (R) ENTERPRISE PLANNING SERIES COGNOS PLANNING CONTRIBUTOR CLIENT LOADER INSTALLATION GUIDE Contributor Client Loader User Guide DD-MM-YYYY Contributor Client Loader please update with product version

More information

WebMarshal v6.x Architecture Guide

WebMarshal v6.x Architecture Guide WebMarshal v6.x Architecture Guide October, 2007 Contents New WebMarshal v6.x Architecture 2 WebMarshal v6.x Components 3 WebMarshal Content Processing Node 6 Optional SQL Server 7 Workstation Browsers

More information

NetIQ AppManager Connector for HP OpenView Operations

NetIQ AppManager Connector for HP OpenView Operations NetIQ AppManager Connector for HP OpenView Operations Management Guide March 2007 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

Centrify Isolation and Encryption Service

Centrify Isolation and Encryption Service Centrify Isolation and Encryption Service Isolation and Encryption Service Evaluation Guide August 2018 (release 18.8) Centrify Corporation Legal Notice This document and the software described in this

More information

Cleo A+ for Windows Installation Guide November 2001

Cleo A+ for Windows Installation Guide November 2001 Cleo A + for Windows I n s t a l l a t i o n G u i d e November 2001 Cleo A + for Windows Installation Guide Version 2.36 combined November 2001 RESTRICTED RIGHTS Use, duplication, or disclosure by the

More information

Access Manager 3.2 Service Pack 2 IR1 resolves several previous issues.

Access Manager 3.2 Service Pack 2 IR1 resolves several previous issues. Access Manager 3.2 Service Pack 2 IR1 Readme September 2013 Access Manager 3.2 Service Pack 2 IR1 resolves several previous issues. Many of these improvements were made in direct response to suggestions

More information

Upgrading MailMarshal SMTP 5.5 Installations to MailMarshal SMTP 2006

Upgrading MailMarshal SMTP 5.5 Installations to MailMarshal SMTP 2006 Upgrading MailMarshal SMTP 5.5 Installations to MailMarshal SMTP 2006 April, 2006 Contents Introduction 2 Case 1: Standalone MailMarshal SMTP Server 2 Case 2: Array of MailMarshal SMTP Servers 10 Additional

More information

USING VMWARE HORIZON USER S GUIDE FOR MACINTOSH

USING VMWARE HORIZON USER S GUIDE FOR MACINTOSH U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A USING VMWARE HORIZON USER S GUIDE FOR MACINTOSH NOVEMBER 2015 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2015 UNIVERSITY OF

More information

Nimsoft Monitor Server

Nimsoft Monitor Server Nimsoft Monitor Server Configuration Guide v6.00 Document Revision History Version Date Changes 1.0 10/20/2011 Initial version of Nimsoft Server Configuration Guide, containing configuration and usage

More information

MODEM AND DIALUP. Installation/Configuration. (Windows 95/98/Me/NT/2000/XP)

MODEM AND DIALUP. Installation/Configuration. (Windows 95/98/Me/NT/2000/XP) MODEM AND DIALUP Installation/Configuration (Windows 95/98/Me/NT/2000/XP) Contents 1. Overview... 3 2. Modem Driver Installation and Configuration... 3 2.1. Important Considerations... 3 2.2. Windows 95/98

More information

Secomea Remote Device Management

Secomea Remote Device Management Secomea Remote Device Management Fast-Track BASIC Guide This guide is intended for first time users of the Secomea Remote Device Management solution, who need a practical introduction to the Secomea RDM

More information

PlateSpin Forge 3.4. Getting Started Guide. July 31, 2013

PlateSpin Forge 3.4. Getting Started Guide. July 31, 2013 PlateSpin Forge 3.4 Getting Started Guide July 31, 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR

More information

Centrify Infrastructure Services

Centrify Infrastructure Services Centrify Infrastructure Services User's Guide for Windows August 2018 (release 18.8) Centrify Corporation Legal Notice This document and the software described in this document are furnished under and

More information

How To Import New Client MSI Files and Upgrade Profiles

How To Import New Client MSI Files and Upgrade Profiles How To Import New Client MSI Files and Upgrade Profiles 29 April 2012 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright

More information

Veritas Desktop and Laptop Option 9.2. Disaster Recovery Scenarios

Veritas Desktop and Laptop Option 9.2. Disaster Recovery Scenarios Veritas Desktop and Laptop Option 9.2 Disaster Recovery Scenarios 2 Veritas Desktop and Laptop Option The software described in this document is furnished under a license agreement and may be used only

More information

Symantec Ghost Solution Suite Web Console - Getting Started Guide

Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console- Getting Started Guide Documentation version: 3.3 RU1 Legal Notice Copyright 2019 Symantec Corporation.

More information

Contains the Linux Identity Server, the Linux Administration Console, the ESP-enabled SSL VPN Server, and the Traditional SSL VPN Server.

Contains the Linux Identity Server, the Linux Administration Console, the ESP-enabled SSL VPN Server, and the Traditional SSL VPN Server. NetIQ Access Manager 3.2 IR1 Readme July 2012 This Readme describes the NetIQ Access Manager 3.2 IR1 release. Section 1, Upgrading to Access Manager 3.2 IR1, on page 1 Section 2, Issues Fixed, on page

More information

EMC SourceOne Management Pack for Microsoft System Center Operations Manager

EMC SourceOne Management Pack for Microsoft System Center Operations Manager EMC SourceOne Management Pack for Microsoft System Center Operations Manager Version 7.2 Installation and User Guide 302-000-955 REV 01 Copyright 2005-2015. All rights reserved. Published in USA. Published

More information

Avid Technology, Inc. Avid LeaderPlus Version Release Notes

Avid Technology, Inc. Avid LeaderPlus Version Release Notes Avid Technology, Inc. Avid LeaderPlus Version 5.2.26 Release Notes This document supplements the Avid LeaderPlus Operations Manual available in PDF and is included on the installation CD as well as the

More information

CA Nimsoft Monitor for Flow Analysis

CA Nimsoft Monitor for Flow Analysis CA Nimsoft Monitor for Flow Analysis Release Notes Release 1.1 Document Revision History Document Version Date Changes 1.1 11/30/2012 Updated for Flow Analysis 1.1 release 1.0 9/29/2012 Initial version

More information

NetIQ Security Solutions for iseries 8.1 Compatibility with IBM i 7.1

NetIQ Security Solutions for iseries 8.1 Compatibility with IBM i 7.1 Contents Planning Your IBM i 7.1 Upgrade... 3 Known IBM i 7.1 Compatibility Issues... 4 NetIQ Security Solutions for iseries 8.1 Compatibility with IBM i 7.1 Technical Reference May 2010 Previous Operating

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Symantec Managed PKI. Integration Guide for AirWatch MDM Solution

Symantec Managed PKI. Integration Guide for AirWatch MDM Solution Symantec Managed PKI Integration Guide for AirWatch MDM Solution ii Symantec Managed PKI Integration Guide for AirWatch MDM Solution The software described in this book is furnished under a license agreement

More information

WINDOWS NT 4.0 USER GUIDE

WINDOWS NT 4.0 USER GUIDE WINDOWS NT 4.0 USER GUIDE This guide will assist you in connecting to Nauticom using your Windows NT 4.0 Operating System. Click Start. Select Settings, and click Control Panel. Double click the Network

More information

Configuration Guide for Microsoft Internet Connection Sharing

Configuration Guide for Microsoft Internet Connection Sharing Configuration Guide for Microsoft Internet Connection Sharing HUB INTERNET HOST CLIENTS Copyright 2002 Hughes Network Systems, Inc., a wholly owned subsidiary of Hughes Electronics Corporation. All rights

More information

Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark. AIX 5.3 and 6.1

Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark. AIX 5.3 and 6.1 Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark AIX 5.3 and 6.1 Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark for AIX 5.3 and 6.1 The software

More information

Veritas NetBackup for Microsoft SQL Server Administrator's Guide

Veritas NetBackup for Microsoft SQL Server Administrator's Guide Veritas NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft SQL Server Administrator's Guide Last updated: 2018-04-10 Document version:netbackup

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON Installation. Software Release 1.0 November 2012

TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON Installation. Software Release 1.0 November 2012 TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON Installation Software Release 1.0 November 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH

More information

Integrating the Hardware Management Console s Broadband Remote Support Facility into your Enterprise

Integrating the Hardware Management Console s Broadband Remote Support Facility into your Enterprise System z Integrating the Hardware Management Console s Broadband Remote Support Facility into your Enterprise SC28-6880-00 System z Integrating the Hardware Management Console s Broadband Remote Support

More information

Access Connections Deployment Guide Version 4.0 or later. Date: May 4, 2006

Access Connections Deployment Guide Version 4.0 or later. Date: May 4, 2006 Access Connections Deployment Guide Version 4.0 or later Date: May 4, 2006 First Edition (March 2006) Copyright Lenovo 2006. Portions Copyright International Business Machines Corporation 2005-2006. All

More information

Agilent OpenLAB Chromatography Data System

Agilent OpenLAB Chromatography Data System Agilent OpenLAB Chromatography Data System EZChrom Elite Edition Migration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2010 No part of this manual may be reproduced in any form or by

More information

The following sections outline the key features, functions, and resolved issues in this release:

The following sections outline the key features, functions, and resolved issues in this release: NetIQ Privileged User Manager 2.4 Release Notes March 2014 NetIQ Privileged User Manager 2.4 includes new features, improves usability, and resolves several previous issues. Many of these improvements

More information

Top Producer 7i Remote

Top Producer 7i Remote Top Producer 7i Remote Quick Setup Top Producer Systems Phone number: 1-800-830-8300 Email: support@topproducer.com www.topproducer.com Fax: 604.270.6365 Top Producer 7i Remote Quick Setup Trademarks Information

More information

Informatica Cloud Platform Building Connectors with the Toolkit Student Lab: Prerequisite Installations. Version Connectors Toolkit Training

Informatica Cloud Platform Building Connectors with the Toolkit Student Lab: Prerequisite Installations. Version Connectors Toolkit Training Informatica Cloud Platform Building Connectors with the Toolkit Student Lab: Prerequisite Installations Version Connectors Toolkit Training 2015-01 Informatica Cloud Platform Building Connectors with the

More information

Agilent OpenLAB ECM Intelligent Reporter

Agilent OpenLAB ECM Intelligent Reporter Agilent OpenLAB ECM Intelligent Reporter Installation and Configuration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2007-2016 No part of this manual may be reproduced in any form or by

More information

SVA NMP Monitor for Unicenter TNG on Windows NT/2000

SVA NMP Monitor for Unicenter TNG on Windows NT/2000 SVA NMP Monitor for Unicenter TNG on Windows NT/2000 Getting Started Version 3.1.1 Second Edition Proprietary Information Statement The information in this document is confidential and proprietary to Storage

More information

Solstice Backup 4.2 User s Guide

Solstice Backup 4.2 User s Guide Solstice Backup 4.2 User s Guide 2550 Garcia Avenue Mountain View, CA 94043 U.S.A. Part No: 802-6105-10 Revision A, April 1996 A Sun Microsystems, Inc. Business 1996 Sun Microsystems, Inc. 2550 Garcia

More information

Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services)

Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option: Qualification Details with Cloud Service

More information

Installation Guide Autodesk March 2010

Installation Guide Autodesk March 2010 Installation Guide Autodesk March 2010 2010 Autodesk, Inc. All Rights Reserved. Except as otherwise permitted by Autodesk, Inc., this publication, or parts thereof, may not be reproduced in any form, by

More information

Security Gateway Virtual Edition

Security Gateway Virtual Edition Security Gateway Virtual Edition R75.20 Administration Guide 4 March 2012 Classification: [Restricted] 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation

More information

Remote Annex. Quick Start for UNIX. Read before installing and using Remote Annex Software Release 4.2

Remote Annex. Quick Start for UNIX. Read before installing and using Remote Annex Software Release 4.2 Remote Annex Quick Start for UNIX Read before installing and using Remote Annex Software Release 4.2 These installation notes contain information specific to this release. This information is not available

More information

CA Nimsoft Monitor for Flow Analysis

CA Nimsoft Monitor for Flow Analysis CA Nimsoft Monitor for Flow Analysis Release Notes Release 1.0 Document Revision History Document Version Date Changes 1.0 9/29/2012 Initial version CA Nimsoft Monitor for Flow Analysis Release Notes Contact

More information

Agilent Technologies. Connectivity Guide. USB/LAN/GPIB Interfaces. Agilent Technologies

Agilent Technologies. Connectivity Guide. USB/LAN/GPIB Interfaces. Agilent Technologies Agilent Technologies USB/LAN/GPIB Interfaces Connectivity Guide Agilent Technologies Notices Agilent Technologies, Inc. 2003-2006 No part of this manual may be reproduced in any form or by any means (including

More information

The following outline the key features and functions provided by this version, as well as issues resolved in this release:

The following outline the key features and functions provided by this version, as well as issues resolved in this release: PlateSpin Migrate 12 Hotfix 1 October 2015 PlateSpin Migrate 12 Hotfix 1 resolves specific previous issues. This hotfix is a mandatory fix that you must apply on a base installation of PlateSpin Migrate

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

ehealth Administration Overview Guide

ehealth Administration Overview Guide ehealth Administration Overview Guide MN-EHADMOV-001 October 2006 This documentation (the "Documentation") and related computer software program (the "Software") (hereinafter collectively referred to as

More information

NetIQ AppManager for Microsoft Lync. Management Guide

NetIQ AppManager for Microsoft Lync. Management Guide NetIQ AppManager for Microsoft Lync Management Guide December 2011 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

CA Mobile Device Management Configure Access Control for Using Exchange PowerShell cmdlets

CA Mobile Device Management Configure Access Control for  Using Exchange PowerShell cmdlets CA Mobile Device Management Configure Access Control for Email Using Exchange PowerShell cmdlets This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

IBM. Networking Open Shortest Path First (OSPF) support. IBM i. Version 7.2

IBM. Networking Open Shortest Path First (OSPF) support. IBM i. Version 7.2 IBM IBM i Networking Open Shortest Path First (OSPF) support Version 7.2 IBM IBM i Networking Open Shortest Path First (OSPF) support Version 7.2 Note Before using this information and the product it

More information

Daniel MeterLink Software v1.40

Daniel MeterLink Software v1.40 Quick Start Manual P/N 3-9000-763, Rev K June 2017 Daniel MeterLink Software v1.40 for Daniel Gas and Liquid Ultrasonic Flow Meters Software License Agreement PLEASE READ THIS SOFTWARE LICENSE AGREEMENT

More information

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Volume Shadow Copy Service Guide r11.5 D01191-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for

More information

PGP NetShare FlexResponse Plug-In for Data Loss Prevention

PGP NetShare FlexResponse Plug-In for Data Loss Prevention PGP NetShare FlexResponse Plug-In for Data Loss Prevention Implementation Guide 10.2 The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

APM Import Tool. Product Guide

APM Import Tool. Product Guide APM Import Tool Product Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only and is

More information

TEOCO Data Center Connectivity. Overview

TEOCO Data Center Connectivity. Overview TEOCO Data Center Connectivity Overview Confidentiality, Copyright Notice & Disclaimer Due to a policy of continuous product development and refinement, TEOCO (and its affiliates, together TEOCO ) reserves

More information

Centrify Infrastructure Services

Centrify Infrastructure Services Centrify Infrastructure Services License Management Administrator s Guide December 2018 (release 18.11) Centrify Corporation Legal Notice This document and the software described in this document are furnished

More information

Procomm Plus Installation Guide. Prophet 21 FASPAC 4.1

Procomm Plus Installation Guide. Prophet 21 FASPAC 4.1 Procomm Plus Installation Guide Prophet 21 FASPAC 4.1 The documentation in this publication is provided pursuant to a Sales and Licensing Contract for the Prophet 21 System entered into by and between

More information

NetIQ Cloud Manager Release Notes

NetIQ Cloud Manager Release Notes NetIQ Cloud Manager 2.2.1 Release Notes July 31, 2013 NetIQ Cloud Manager 2.2.1 includes new features, improves usability, and resolves several previous issues. Many of these improvements were made in

More information

EMC Secure Remote Support Device Client for Symmetrix Release 2.00

EMC Secure Remote Support Device Client for Symmetrix Release 2.00 EMC Secure Remote Support Device Client for Symmetrix Release 2.00 Support Document P/N 300-012-112 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

How to configure PPTP VPNs roadwarrior to gateway

How to configure PPTP VPNs roadwarrior to gateway How to configure PPTP VPNs roadwarrior to gateway How-to guides for configuring VPNs with GateDefender Integra Panda Security wants to ensure you get the most out of GateDefender Integra. For this reason,

More information

Centrify Infrastructure Services

Centrify Infrastructure Services Centrify Infrastructure Services Evaluation Guide for Windows November 2017 (release 2017.2) Centrify Corporation Legal notice This document and the software described in this document are furnished under

More information

Tivoli Event Integration Technology White Paper

Tivoli Event Integration Technology White Paper Tivoli Event Integration Technology White Paper July 12, 2005 Lexmark International, Inc. 740 New Circle Road Lexington, KY 40550 Abstract This document focuses on the technical issues surrounding Lexmark

More information

NetApp SolidFire Element OS. Setup Guide. Version March _A0

NetApp SolidFire Element OS. Setup Guide. Version March _A0 NetApp SolidFire Element OS Setup Guide Version 10.2 March 2018 215-12911_A0 doccomments@netapp.com Table of Contents 3 Contents SolidFire system overview... 4 Configuring a storage node... 5 Configuring

More information

Agilent OpenLAB Chromatography Data System (CDS)

Agilent OpenLAB Chromatography Data System (CDS) Agilent OpenLAB Chromatography Data System (CDS) EZChrom Edition Reusing EZChrom Data in OpenLAB CDS with Data Store or ECM Notices Agilent Technologies, Inc. 2012 No part of this manual may be reproduced

More information

WANSyncHA Microsoft Exchange Server. Operations Guide

WANSyncHA Microsoft Exchange Server. Operations Guide WANSyncHA Microsoft Exchange Server Operations Guide About This Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user

More information

Nimsoft Server. Nimsoft Monitoring Installer for the Vblock Infrastructure Platform - User Guide. Version 1.0

Nimsoft Server. Nimsoft Monitoring Installer for the Vblock Infrastructure Platform - User Guide. Version 1.0 Nimsoft Server Nimsoft Monitoring Installer for the Vblock Infrastructure Platform - User Guide Version 1.0 Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document

More information

HP Internet Usage Manager Software Release Notes

HP Internet Usage Manager Software Release Notes HP Internet Usage Manager Software Release Notes Version 7.0 Manufacturing Part Number: N/A E1010 U.S.A. Copyright 2010 Hewlett-Packard Company All rights reserved. Legal Notices The information in this

More information

Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark. For Red Hat Enterprise Linux 5

Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark. For Red Hat Enterprise Linux 5 Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark For Red Hat Enterprise Linux 5 Symantec ESM Baseline Policy Manual for CIS Benchmark for Red Hat Enterprise Linux 5 The software

More information

Access Manager 4.0 includes new features, improves usability, and resolves several previous issues.

Access Manager 4.0 includes new features, improves usability, and resolves several previous issues. Access Manager 4.0 Readme November 2013 Access Manager 4.0 includes new features, improves usability, and resolves several previous issues. Many of these improvements were made in direct response to suggestions

More information

Agilent OpenLAB Chromatography Data System (CDS)

Agilent OpenLAB Chromatography Data System (CDS) Agilent OpenLAB Chromatography Data System (CDS) ChemStation Edition AIC (M8304AA) Setup Guide Agilent Technologies Notices Agilent Technologies, Inc. 2010-2014, 2015 No part of this manual may be reproduced

More information

Centrify for QRadar Integration Guide

Centrify for QRadar Integration Guide Centrify for QRadar Integration Guide November 2017 Centrify Corporation Abstract This integration guide is to help our Centrify Infrastructure Services customers easily integrate Centrify events into

More information

Veritas Enterprise Vault PST Migration 12.2

Veritas Enterprise Vault PST Migration 12.2 Veritas Enterprise Vault PST Migration 12.2 Veritas Enterprise Vault: PST Migration Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas

More information

NetIQ AppManager for NetBackup UNIX. Management Guide

NetIQ AppManager for NetBackup UNIX. Management Guide NetIQ AppManager for NetBackup UNIX Management Guide January 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

Tivoli Access Manager for Enterprise Single Sign-On

Tivoli Access Manager for Enterprise Single Sign-On Tivoli Access Manager for Enterprise Single Sign-On Version 5.0 Kiosk Adapter Release Notes Tivoli Access Manager for Enterprise Single Sign-On Version 5.0 Kiosk Adapter Release Notes Note: Before using

More information

Agilent E2094M IO Libraries

Agilent E2094M IO Libraries Agilent E2094M IO Libraries Agilent IO Libraries Installation and Configuration Guide Agilent Technologies Notices Agilent Technologies, Inc. 2003 No part of this manual may be reproduced in any form or

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Veritas Backup Exec Migration Assistant

Veritas Backup Exec Migration Assistant Veritas Backup Exec Migration Assistant Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies

More information

SpanDisc. U s e r s G u i d e

SpanDisc. U s e r s G u i d e SpanDisc U s e r s G u i d e Introduction SpanDisc User s Guide SpanDisc is a complete disc archival and backup solution. SpanDisc uses the automation features or Rimage Corporation s Digital Publishing

More information

3Com exchange Call Center Agent User Guide

3Com exchange Call Center Agent User Guide 3Com exchange Call Center Agent User Guide Version 4.33 http://www.3com.com Part Number: 900-0147-01 Rev AA Published May 2004 3Com Corporation, 350 Campus Drive, Marlborough MA 01752-3064 Copyright 2004,

More information