Configuring Load Balancing. Oracle Applications Release 10.7 NCA Windows NT Edition. Gary Burch. April 15, 1998

Size: px
Start display at page:

Download "Configuring Load Balancing. Oracle Applications Release 10.7 NCA Windows NT Edition. Gary Burch. April 15, 1998"

Transcription

1 Configuring Load Balancing Oracle Applications Release 10.7 NCA Windows NT Edition Gary Burch April 15,

2 Table of Contents Table of Contents.. Introduction. Installation Manuals.. Software Requirements.. Shared Applications File System Model. Configuration Steps Configure the Web Cartridge for Load Balancing.. Configure your Load Balancing Web cartridge on the Metrics Server.. Install your Metrics Server NT Service. Modify your cartridge base HTML file. (sample-d.htm). Install your Metrics Client NT Service Drive Mapping to the Server APPL_TOP. Set up the environment on each Metric Client. Run adadmin on Each Metric Client Start your Metrics Server NT Service Start your Oracle Web Server on the Metrics Server Start your Metrics Clients NT Service Start the Forms Listener and Web listener on the Metric Server Start the Forms Listener and Web listener on each Metrics Client system.. Establishing Connections. Independent Applications File System Model Configuration Steps Configure the Web Cartridge for Load Balancing.. Configure your Load Balancing Web cartridge on the Metrics Server.. Install your Metrics Server NT Service. Modify your cartridge base HTML file. (sample-d.htm). Install your Metrics Client NT Service Set up the environment on each Metric Client. Unload the APPL_TOP on the Metrics Client. Unload Help Files. Run adadmin on Each Metric Client Start your Metrics Server NT Service Start your Oracle Web Server on the Metrics Server Start your Metrics Clients NT Service Start the Forms Listener and Web listener on the Metric Server Start the Forms Listener and Web listener on each Metrics Client system.. Establishing Connections. Patching Issues Troubleshooting.. 2

3 Introduction This paper addresses two implementation methods for using the Developer/2000 load Balancing feature. One method allows the sharing of one central Applications directory structure for ease of administration. The other method allows multiple applications directories to exist on each Metrics Client for increased performance across the network. This paper assumes that the steps have been successfully followed to connect dynamically to a NCA 10.7 database instance. Installation Manuals This paper takes excerpts from the following manuals or notes: Developer/2000 Release 1.6 Deploying Applications on the Web Oracle Applications Release 10.7 NCA Installation Manual Windows NT Server Edition Oracle Applications Release 10.7 NCA Release Notes Windows NT Server Edition. Software Requirements Following are the requirements for using the Forms Server load balancing feature: Metrics Server: Oracle Developer/ X Oracle Web Server or Oracle Web Application Server ( is preferred.) SQL*Net version 2.3 SQL*Plus 3.3 Metrics Server NT Service Metrics Clients: Oracle Developer/ X Oracle Web Server or Oracle Web Application Server ( is preferred.) SQL*Net version 2.3 SQL*Plus 3.3 Metrics Client NT Service If you are unsure of what software components are certified, contact Oracle World Wide Support. Shared Applications File System Model The following sections will walk you through configuring load balancing using a single APPL_TOP. This Oracle Application top directory will contain a single location for all form files for the middle tier. Attention: Every Metrics Client ORACLE_HOME must mirror the ORACLE_HOME location by drive letter and path of every other Metrics Client and the Metrics Server. 3

4 Note: If your network is not capable of supporting this type of configuration we recommend you use the Independent Applications File System Model described later in this paper. Sharing a single application file system with web technology is extremely network intensive. Configuration Steps The following is the sequence of steps to take to set up and use your load balancing environment: Configure your load balancing Web cartridge on the Metrics Server Install your Metrics Server NT Service Modify your cartridge base HTML file. (sample-d.htm) Install your Metrics Client NT Service Map a drive to your Metric Server APPL_TOP Set up the environment on each Metric Client. Run ADADMIN on Each Metric Client Start your Metrics Server NT Service Start your Oracle Web Server on the Metrics Server Start your Metrics Clients NT Service Start the Forms Listener and Web listener on the Metric Server Start the Forms Listener and Web listener on each Metrics Client system Configure Web Cartridge for Load Balancing on the Metrics Server Access the Oracle Web Application Server Administration page by navigating to the appropriate URL. For example: Enter your administrative username and password. Navigate to: Web Applications Server Manager Oracle Web Application Server Cartridge Administration Select your Forms Web cartridge Click Cartridge specific Parameters. Add the following parameters to your cartridge for load balancing: Note: Cartridge parameters and parameter values are case sensitive 4

5 Parameter MetricsServerHost MetricsServerPort MetricsServerErrorURL Parameter Values Enter the name of the host (system) where the Metrics Server is running. This parameter is required if load balancing is used. For example: system1.company.com Enter the port number on which the Metrics Server will be listening for requests from the cartridge for the least-loaded system. This parameter is required if load balancing is used and its value must be different from the Forms Listener value. For example: Enter the URL to which the Web Client will be directed if the Metrics Server does not respond with the name of the least-loaded system within the MetricsTimeout period. This parameter is required if load balancing is used. 1.The URL can Point to a Forms Web cartridge on another host, which will then automatically service the request. For example: serverport MetricsTimeout 2. Point to a static HTML page on any Web server. This page can be used for giving help and instructions to users when the Metrics Server goes down, or point to the sample-s.htm on another server. For example: This is the Port the Forms servers will be listening on. The default value is (Optional) Enter the timeout value, in seconds, for the Forms cartridge to use while making requests to the Metrics Server for the name of the least-loaded system. If the cartridge does not receive a response in that time interval, it replaces the %LEASTLOADEDHOST% entry in the HTML file with the MetricsServerErrorURL value. The MetricsTimeout parameter is optional. If not specified, the default value is 30 seconds. For example: 35 Click Modify Cartridge Configuration. In order to activate your changes, stop and start the following web listeners in this order. owsctl stop www owsctl stop admin owsctl stop wrb 5

6 owsctl start wrb owsctl start admin owsctl start www Creating a batch file for bouncing the web listeners is recommended. You can accomplish this by creating a text file containing the above commands. Rename the text file with a *.bat extension, and execute it from either the Windows Explorer or the command line. Note: It is not necessary to bounce all of the above listeners. However, from experience, bouncing the listeners in this order ensures the best success rate. Install your Metrics Server NT Service On Windows NT, run the following command to install the Metrics Server as an NT Service: d2ls1032 -install To deactivate the Metrics Server service: d2ls1032 -remove Modify your cartridge base HTML file on the Metrics Server. (sample-d.htm) Open the sample-d.htm file and edit the section that looks like this: <!-- If you are implementing load balancing, remove the comment tags in the next two lines (the! symbol) and replace the ^ delimiters with percent symbols. --> <!PARAM name="serverhost" value="^leastloadedhost^"> <!PARAM name="serverport" value="^serverport^"> It should look like this when you are done: <!-- If you are implementing load balancing, remove the comment tags in the next two lines (the! symbol) and replace the ^ delimiters with percent symbols. --> <PARAM name="serverhost" value="%leastloadedhost%"> <PARAM name="serverport" value="%serverport%"> 6

7 Install your Metrics Client NT Service On Windows NT, run the following command on each system to install each Metrics Client as an NT Service: d2lc1032 -install To deactivate the Metrics Client service: d2lc1032 -remove Drive Mapping to the Server APPL_TOP Map a drive to your Metric Server APPL_TOP. (For a distributed install.) From the Metrics Clients map a drive that matches exactly to the Metric Server APPL_TOP. For example: Metrics Server APPL_TOP=H:\appsnca Right click Network Neighborhood and select Map Network Drive and fill in the required information. Select the drive letter that matches the Metrics Server drive letter. (H: for example). Enter the path to the network drive. (\\APPS-SERVER\H$ matches the previous example) This will allow the Metrics Clients to create a logical drive that matches the drive letter of the Metrics Server s APPL_TOP. The $ in the path allows an administrative connection to a hidden share, this allows you to skip sharing out the drive from the metrics server. Attention: If this is not mapped correctly the desktop client will not be able to download the initial sign-on form FNDSCSGN. 7

8 Setting up the Environment Variables on Each Metrics Client. The following environment variables must be set on each Metrics Client: APPL_TOP This will match the value of the Metrics Server APPL_TOP since it was mapped in a previous step. ORACLE_HOME This is the location that exists on the Local Metrics Client where the Forms and Web Server are installed. LOCAL This is set to the Tnsnames Alias for your SQL*Net connection to the database server. Run the ADADMIN Utility on Each Metrics Client At the command prompt, change to the bin subdirectory in the AD directory on your mapped network drive. Run the adadmin utility: C:\> cd %APPL_TOP%\ad\10.7\bin C:\> adadmin Note: You must run the adadmin utility on each of the Metrics Clients. This utility will be run from the mapped drive on the Metrics Server. Answer the initial questions asked by adadmin, which include your APPL_TOP and database settings. Select the Maintain Applications Files option from the Main Menu. From this screen, choose the Create Applications environment file option. The following is a list of questions asked by adadmin: Registry subkey for this installation. Directory in which you want Applications temporary files stored. This will likely be your C:\temp directory on the local Metrics Client. Machine name and domain on which web server is installed for accessing Applications forms. This is the local Metrics Client that you are running adadmin from. HTTP port for Applications forms web server. This is the local Metrics Client that you are running adadmin from. Machine name and domain on which web server is installed for accessing Applications online help files. This is the local Metrics Client that you are running adadmin from. HTTP port for Applications online help web server. This is the port for the local Metrics Client that you are running adadmin from. Directory to which all Applications HTML files should be copied. This location is the local ORACLE_HOME on the Metrics Client you are running adadmin from. Directory to which all Applications Java files should be copied. This location is the local ORACLE_HOME on the Metrics Client you are running adadmin from. 8

9 The AD Administration utility provides further information about these options. Make note of the values you entered for the location of Java, HTML, and temporary files. You will need these directories when configuring your web server. Select the Maintain Applications Files menu option from the Main Menu and choose the option Copy Java and HTML files. This copies the Java and HTML files to the locations you selected. Attention: To move the Java and HTML files later, rerun the previous two steps in the AD Administration utility. Do not copy the files. Copying the files will cause future upgrades and patches to those files to break. Create Virtual Mappings for the Web Server on the Metrics Client Access the Oracle Web Application Server Administrative page by navigating to the appropriate URL. For example: Enter your administrative username and password. Navigate to: Web Applications Server Manager Oracle Web Listener Select the configure button for your listener and navigate to the directory section of the listener. Enter the following directories and virtual directories: File-System Directory Flag Virtual Directory Local directory for temp files: NR /oa-tmp/ C:\temp\ location of Oracle Home\forms45\java: NR /oa-java/ D:\orant\forms45\java\ Location of your online help files. This can be either local or mapped to the exact drive specification on the server. H:\appsdoc\ NR /oa-doc/ Note: Always include the trailing slashes. Start your Metrics Server NT Service Starting the Metrics Server on Windows NT Click Start Settings Control Panel Double-click Services Choose D2LS Server Service Place your cursor in the bottom window that is titled Startup Parameters Enter values for the following startup parameters: MetricsClientToServerPort# MetricsServerToCartridgePort# [max_no_metricsclients] 9

10 Where: MetricsClientToServerPort# is the port on the Metrics Server where the Metrics Clients will connect and will send their load information. Example: Port MetricsServerToCartridgePort# is the port on the Metrics Server which the cartridges will use to query the Metrics Server for information. This value corresponds to the MetricsServerPort property, as entered in the cartridge configuration. The example was max_no_metricsclients is the maximum number of Metrics Clients that will be running and sending load information to the Metrics Server. This parameter is optional. The default value is Example: Enter in the Parameter Startup window. Click Start to start the service. Note: Examples for both the Metrics Server and Metrics Clients NT Services are working examples. Passing the above parameters will allow both the Metrics Server and Client to Communicate. Start your Metrics Clients NT Service Do these steps for each system where a Metrics Client will run. Starting the Metrics Clients on Windows NT Click Start Settings Control Panel. Double-click Services. Choose D2LC Client Service. Enter values for the following startup parameters: MetricsServerHostName MetricsClientToServerPort# MetricsClientLocalPort# [ScaleFactor] Where: MetricsServerHostName is the name of the system where the Metrics Server is running. MetricsClientToServerPort# is the port on the Metrics Server where the Metrics Clients will connect. MetricsClientLocalPort# is the port on the Metrics Client which the Client will use to query the Metrics Server for information. ScaleFactor is an optional parameter that allows you to reduce the imbalances resulting from varying capacities of Metrics Clients. Since Forms Server load balancing is based only on total number of processes running on each Metrics Client, a system that appears to be the least-loaded system may not necessarily be the best place to run a new process. You should assign a higher value for ScaleFactor for your lower capacity systems. The default value for ScaleFactor is 1 for UNIX and 4 for Windows NT. Example: Enter yourserver.yourcompany.com in the Parameter Startup window. Click Start to start the service. 10

11 Note: Examples for both the Metrics Server and Metrics Clients NT Services are working examples. Passing the above parameters will allow both the Metrics Server and Client to communicate. Start the Forms Listener and Web listener on the Metrics Server If you have not already started the web server, start it with the following commands: owsctl start wrb owsctl start admin owsctl start www Start the Form Listener by Navigating to Start Programs Developer 2000 for NT Forms Server Listener Start the Forms Listener and Web listener on each Metrics Client system. If you have not already started the web server, start it with the following commands: owsctl start wrb owsctl start admin owsctl start www Start the Form Listener by Navigating to Start Programs Developer 2000 for NT Forms Server Listener Establishing Connections From the desktop client appletviewer connect to the forms cartridge URL. Example: appletviewer -J-Djava.compiler=symcjit The /APPS portion of the URL points to the forms cartridge located on the metrics server. The cartridge dynamically inserts the value of the %LEASTLOADEDHOST% in the sample-d.htm file that is downloaded to the client making the connection request. Note: From the small appletviewer window you can determine which Metrics Client a desktop client has connected to. Select Applet Tag from the pull down menu. This shows all parameters that have been passed to the user s appletviewer. The parameter server host value shows the Metrics Client the connection is established with. 11

12 Attention: If you have already implemented the Shared Applications File System Model you may stop here. Only one section needs to be followed. 12

13 Independent Applications File System Model The following section will walk you through configuring load balancing using independent APPL_TOP directories located on each individual Metrics Client. This section assumes you have either successfully connected to the Metrics Server with a dynamic connection to your 10.7 NCA Database, or you will follow the manuals to create the dynamic cartridge. Attention: Every Metrics Client ORACLE_HOME must mirror the ORACLE_HOME location by drive letter and path of every other Metrics Client and the Metrics Server. Every Metrics Client must mirror the APPL_TOP location by drive letter and path to every other Metrics Client and the Metrics Server. The Metrics Server does not need to have a local APPL_TOP directory in this model. However, the cartridge information must be filled out as if the APPL_TOP and ORACLE_HOME were on the Metrics Server Machine. Since these values must match across every machine, it is not difficult to implement. You should create the cartridge as if there was a matching APPL_TOP on the Metrics Server. Note: Since the dynamic HTML page is sent down to the desktop client with the location of the Metrics Client APPL_TOP it is not necessary to have an APPL_TOP on the Metrics Server. Configuration Steps Configure the Web Cartridge for Load Balancing Configure your Load Balancing Web cartridge on the Metrics Server Install your Metrics Server NT Service Modify your cartridge base HTML file. (sample-d.htm) Install your Metrics Client NT Service Set up the environment on each Metrics Client Run adadmin on Each Metrics Client Start your Metrics Server NT Service Start your Oracle Web Server on the Metrics Server Start your Metrics Client NT Service Start the Forms Listener and Web listener on the Metrics Server Start the Forms Listener and Web listener on each Metrics Client system Establishing Connections 13

14 Configure Web Cartridge for Load Balancing on the Metrics Server Attention: If you do not plan to have an APPL_TOP on the Metrics Server you must still set up the cartridge and Web Server virtual paths according to chapter 3 of the Oracle Applications Release 10.7 NCA Installation Manual Windows NT Server Edition. All parameters should be set up as if the APPL_TOP was local to the Metrics Server. Since the APPL_TOP and ORACLE_HOME locations should match with all other Metrics systems this will not be difficult to implement. Access the Oracle Web Application Server Administration page by navigating to the appropriate URL. For example: Enter your administrative username and password. Navigate to: Web Applications Server Manager Oracle Web Application Server Cartridge Administration Select your Forms Web cartridge Click Cartridge specific Parameters. Add the following parameters to your cartridge for load balancing: Note: Cartridge parameters and parameter values are case sensitive 14

15 Parameter MetricsServerHost MetricsServerPort MetricsServerErrorURL Parameter Values Enter the name of the host (system) where the Metrics Server is running. This parameter is required if load balancing is used. For example: system1.company.com Enter the port number on which the Metrics Server will be listening for requests from the cartridge for the least-loaded system. This parameter is required if load balancing is used and its value must be different from the Forms Listener value. For example: Enter the URL to which the Web Client will be directed if the Metrics Server does not respond with the name of the least-loaded system within the MetricsTimeout period. This parameter is required if load balancing is used. 1.The URL can Point to a Forms Web cartridge on another host, which will then automatically service the request. For example: serverport MetricsTimeout 2. Point to a static HTML page on any Web server. This page can be used for giving help and instructions to users when the Metrics Server goes down, or point to the sample-s.htm on another server. For example: This is the Port the Forms servers will be listening on. The default value is (Optional) Enter the timeout value, in seconds, for the Forms cartridge to use while making requests to the Metrics Server for the name of the least-loaded system. If the cartridge does not receive a response in that time interval, it replaces the %LEASTLOADEDHOST% entry in the HTML file with the MetricsServerErrorURL value. The MetricsTimeout parameter is optional. If not specified, the default value is 30 seconds. For example: 35 Click Modify Cartridge Configuration. In order to activate your changes, stop and start the following web listeners in this order. owsctl stop www 15

16 owsctl stop admin owsctl stop wrb owsctl start wrb owsctl start admin owsctl start www Creating a batch file for bouncing the web listeners is recommended. You can accomplish this by creating a text file containing the above commands. Rename the text file with a *.bat extension, and execute it from either the Windows Explorer or the command line. Note: It is not necessary to bounce all of the above listeners. However, from experience, bouncing the listeners in this order ensures the best success rate. Install your Metrics Server NT Service On Windows NT, run the following command to install the Metrics Server as an NT Service: d2ls1032 -install To deactivate the Metrics Server service: d2ls1032 -remove Modify your cartridge base HTML file on the Metrics Server. (sample-d.htm) Open the sample-d.htm file and edit the section that looks like this: <!-- If you are implementing load balancing, remove the comment tags in the next two lines (the! symbol) and replace the ^ delimiters with percent symbols. --> <!PARAM name="serverhost" value="^leastloadedhost^"> <!PARAM name="serverport" value="^serverport^"> It should look like this when you are done: <!-- If you are implementing load balancing, remove the comment tags in the next two lines (the! symbol) and replace the ^ delimiters with percent symbols. --> <PARAM name="serverhost" value="%leastloadedhost%"> <PARAM name="serverport" value="%serverport%"> 16

17 Install your Metrics Client NT Service On Windows NT, run the following command on each system to install each Metrics Client as an NT Service: d2lc1032 -install To deactivate the Metrics Client service: d2lc1032 -remove Setting up the Environment Variables on Each Metrics Client. The following environment variables must be set on each Metrics Client: APPL_TOP This will match the value of the Metrics Server APPL_TOP since it was mapped in a previous step. ORACLE_HOME This is the location that exists on the Local Metrics Client where the Forms and Web Server are installed. LOCAL This is set to the Tnsnames Alias for your SQL*Net connection to the database server. Note: You should use SQL*Plus to check Database connectivity from each Metrics Client Unload the APPL_TOP on the Metrics Client Insert the Oracle Applications Release 10.7 NCA CD into your local CD-ROM drive, or into a CD-ROM drive on the network. Open the CD in Windows Explorer and double-click on the file labeled PRDNCA10.EXE. Follow the instructions to extract the Oracle Applications Release 10.7 NCA product files from the archive into the APPL_TOP directory you chose previously. Install Help Files Unload the help files you want to use for this installation. Follow chapter 3 of the Oracle Applications Release 10.7 NCA Installation Manual Windows NT Server Edition to accomplish this. Run the ADADMIN Utility on Each Metrics Client At the command prompt, change to the bin subdirectory in the AD directory on your local machine. Run the adadmin utility: C:\> cd %APPL_TOP%\ad\10.7\bin C:\> adadmin 17

18 Answer the initial questions asked by adadmin, which include your APPL_TOP and database settings. Select the Maintain Applications Files option from the Main Menu. From this screen, choose the Create Applications environment file option. Registry subkey for this installation. Directory in which you want Applications temporary files stored. This will likely be your C:\temp directory on the local Metrics Client. Machine name and domain on which web server is installed for accessing Applications forms. This is the local Metrics Client that you are running adadmin from. HTTP port for Applications forms web server. This is the local Metrics Client that you are running adadmin from. Machine name and domain on which web server is installed for accessing Applications online help files. This is the local Metrics Client that you are running adadmin from. HTTP port for Applications online help web server. This is the port for the local Metrics Client that you are running adadmin from. Directory to which all Applications HTML files should be copied. This location is the local ORACLE_HOME on the Metrics Client you are running adadmin from. Directory to which all Applications Java files should be copied. This location is the local ORACLE_HOME on the Metrics Client you are running adadmin from. The AD Administration utility provides further information about these options. Make note of the values you entered for the location of Java, HTML, and temporary files. You will need these directories when configuring your web server. Select the Maintain Applications Files menu option from the Main Menu. Choose the following options: Copy Java and HTML files This copies the Java and HTML files to the locations you selected. Generate Message Files Generate form libraries, form menus, and form files (Optional) Attention: To move the Java and HTML files later, rerun the previous two steps in the AD Administration utility. Do not copy the files. Copying the files will cause future upgrades and patches to those files to break. Create Virtual Mappings for the Web Server on the Metrics Client Access the Oracle Web Application Server Administrative page by navigating to the appropriate URL. For example: Enter your administrative username and password. Navigate to: Web Applications Server Manager Oracle Web Listener Select the configure button for your listener and navigate to the directory section of the listener. 18

19 Enter the following directories and virtual directories: File-System Directory Flag Virtual Directory Local directory for temp files: C:\temp\ NR /oa-tmp location of Oracle Home\forms45\java: D:\orant\forms45\java\ NR /oa-java/ Location of your online help files. This is the physical location where the help files have been unloaded. D:\appsdoc\ NR /oa-doc/ Start your Metrics Server NT Service Starting the Metrics Server on Windows NT Click Start Settings Control Panel Double-click Services Choose D2LS Server Service Place your cursor in the bottom window that is titled Startup Parameters Enter values for the following startup parameters: MetricsClientToServerPort# MetricsServerToCartridgePort# [max_no_metricsclients] Where: MetricsClientToServerPort# is the port on the Metrics Server where the Metrics Clients will connect and will send their load information. Example: Port MetricsServerToCartridgePort# is the port on the Metrics Server which the cartridges will use to query the Metrics Server for information. This value corresponds to the MetricsServerPort property, as entered in the cartridge configuration. The example was max_no_metricsclients is the maximum number of Metrics Clients that will be running and sending load information to the Metrics Server. This parameter is optional. The default value is Example: Enter in the Parameter Startup window. Click Start to start the service. Note: Examples for both the Metrics Server and Metrics Clients NT Services are working examples. Passing the above parameters will allow both the Metrics Server and Client to Communicate. Start your Metrics Clients NT Service Do these steps for each system where a Metrics Client will run. Starting the Metrics Clients on Windows NT Click Start Settings Control Panel. Double-click Services. 19

20 Choose D2LC Client Service. Enter values for the following startup parameters: MetricsServerHostName MetricsClientToServerPort# MetricsClientLocalPort# [ScaleFactor] Where: MetricsServerHostName is the name of the system where the Metrics Server is running. MetricsClientToServerPort# is the port on the Metrics Server where the Metrics Clients will connect. MetricsClientLocalPort# is the port on the Metrics Client which the Client will use to query the Metrics Server for information. ScaleFactor is an optional parameter that allows you to reduce the imbalances resulting from varying capacities of Metrics Clients. Since Forms Server load balancing is based only on total number of processes running on each Metrics Client, a system that appears to be the least-loaded system may not necessarily be the best place to run a new process. You should assign a higher value for ScaleFactor for your lower capacity systems. The default value for ScaleFactor is 1 for UNIX and 4 for Windows NT. Example: Enter yourserver.yourcompany.com in the Parameter Startup window. Click Start to start the service. Note: Examples for both the Metrics Server and Metrics Clients NT Services are working examples. Passing the above parameters will allow both the Metrics Server and Client to communicate. Start the Forms Listener and Web listener on the Metrics Server If you have not already started the web server, start it with the following commands: owsctl start wrb owsctl start admin owsctl start www Start the Form Listener by Navigating to Start Programs Developer 2000 for NT Forms Server Listener Start the Forms Listener and Web listener on each Metrics Client If you have not already started the web server, start it with the following commands: owsctl start wrb owsctl start admin owsctl start www 20

Oracle Applications Release 10.7 NCA

Oracle Applications Release 10.7 NCA February 1998 Oracle Applications Release 10.7 NCA Release Notes UNIX Server Edition We are pleased to introduce Oracle Applications Release 10.7 NCA. This NCA release provides a web deployed user interface

More information

Oracle Call Center Applications Setup

Oracle Call Center Applications Setup Oracle Call Center Applications Setup Oracle Call Center Applications Setup Release 11i April 2000 Part No. A83706-01 About this Document This guide covers the installation of the following Oracle Call

More information

LAE 5.1. Windows Server Installation Guide. Version 1.0

LAE 5.1. Windows Server Installation Guide. Version 1.0 LAE 5.1 Windows Server Installation Guide Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS THEREOF MAY NOT BE REPRODUCED IN ANY FORM WITHOUT

More information

Voyager Reporting System (VRS) Installation Guide. Revised 5/09/06

Voyager Reporting System (VRS) Installation Guide. Revised 5/09/06 Voyager Reporting System (VRS) Installation Guide Revised 5/09/06 System Requirements Verification 1. Verify that the workstation s Operating System is Windows 2000 or Higher. 2. Verify that Microsoft

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Getting Started with Tableau Server 6.1

Getting Started with Tableau Server 6.1 Getting Started with Tableau Server 6.1 Welcome to Tableau Server. This guide will walk you through the basic steps to install and configure Tableau Server. Then follow along using sample data and users

More information

Matisse Installation Guide for MS Windows. 10th Edition

Matisse Installation Guide for MS Windows. 10th Edition Matisse Installation Guide for MS Windows 10th Edition April 2004 Matisse Installation Guide for MS Windows Copyright 1992 2004 Matisse Software Inc. All Rights Reserved. Matisse Software Inc. 433 Airport

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

Oracle Business Intelligence 10g Installation, Configuration And EUL Migration

Oracle Business Intelligence 10g Installation, Configuration And EUL Migration Oracle Business Intelligence 10g Installation, Configuration And EUL Migration Version Status When Who Why Contents NOETIX UPGRADE...3 APPLICATION PATCHES...3 ORACLE BI 10G INSTALLATION AND CONFIGURATION...3

More information

Archive Attender Version 3.5

Archive Attender Version 3.5 Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,

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

Active Directory Integration

Active Directory Integration January 11, 2011 Author: Audience: SWAT Team Evaluator Product: Cymphonix Network Composer EX Series, XLi OS version 9 Active Directory Integration The following steps will guide you through the process

More information

PUBLIC Installation: SAP Mobile Platform Server for Linux

PUBLIC Installation: SAP Mobile Platform Server for Linux SAP Mobile Platform 3.0 SP11 Document Version: 1.0 2016-06-09 PUBLIC Content 1.... 4 2 Planning the Landscape....5 2.1 Installation Worksheets....6 3 Installing SAP Mobile Platform Server....9 3.1 Acquiring

More information

Oracle EXAM - 1Z0-102. Oracle Weblogic Server 11g: System Administration I. Buy Full Product. http://www.examskey.com/1z0-102.html

Oracle EXAM - 1Z0-102. Oracle Weblogic Server 11g: System Administration I. Buy Full Product. http://www.examskey.com/1z0-102.html Oracle EXAM - 1Z0-102 Oracle Weblogic Server 11g: System Administration I Buy Full Product http://www.examskey.com/1z0-102.html Examskey Oracle 1Z0-102 exam demo product is here for you to test the quality

More information

Server & Workstation Installation of Client Profiles for Windows (WAN Edition)

Server & Workstation Installation of Client Profiles for Windows (WAN Edition) C ase Manag e m e n t by C l i e n t P rofiles Server & Workstation Installation of Client Profiles for Windows (WAN Edition) T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Important Note on

More information

Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine

Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine System Details: The development & deployment for this documentation was performed on the following:

More information

DocAve Upgrade Guide. From Version 4.1 to 4.5

DocAve Upgrade Guide. From Version 4.1 to 4.5 DocAve Upgrade Guide From Version 4.1 to 4.5 About This Guide This guide is intended for those who wish to update their current version of DocAve 4.1 to the latest DocAve 4.5. It is divided into two sections:

More information

Desktop Web Access Single Sign-On Configuration Guide

Desktop Web Access Single Sign-On Configuration Guide Waypoint Global Suite Single Sign-On relies on establishing a relationship between a Windows network user identity and a Suite user (Windows Authentication). This is accomplished by assigning to each of

More information

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001)

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001) LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide Rev. 03 (November, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any

More information

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with Oracle Application Server 10g

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with Oracle Application Server 10g DEPLOYMENT GUIDE Version 1.1 Deploying F5 with Oracle Application Server 10g Table of Contents Table of Contents Introducing the F5 and Oracle 10g configuration Prerequisites and configuration notes...1-1

More information

Exclaimer Signature Manager 2.0 User Manual

Exclaimer Signature Manager 2.0 User Manual Exclaimer Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com Contents GETTING STARTED... 10 Signature Manager Overview... 11 How does it Work?... 11 But That's Not All...... 12 And

More information

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS Overview of Oracle JInitiator Oracle JInitiator enables users to run Oracle Forms applications using Netscape Navigator or Internet Explorer. It

More information

Backing Up TestTrack Native Project Databases

Backing Up TestTrack Native Project Databases Backing Up TestTrack Native Project Databases TestTrack projects should be backed up regularly. You can use the TestTrack Native Database Backup Command Line Utility to back up TestTrack 2012 and later

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

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

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

Installation Guide. Release 3.1

Installation Guide. Release 3.1 Installation Guide Release 3.1 Publication number: 613P10303; September 2003 Copyright 2002-2003 Xerox Corporation. All Rights Reserverved. Xerox, The Document Company, the digital X and DocuShare are

More information

Installing and Configuring Microsoft Dynamics Outlook Plugin to Use with ipipeline MS CRM

Installing and Configuring Microsoft Dynamics Outlook Plugin to Use with ipipeline MS CRM Installing and Configuring Microsoft Dynamics Outlook Plugin to Use with ipipeline MS CRM Downloading 1. Download zip file for your version of Outlook (32-bit or 64-bit) and save to computer. (This is

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Exclaimer Signature Manager 2.0 User Manual

Exclaimer Signature Manager 2.0 User Manual Exclaimer Exclaimer UK +44 (0) 1252 531 422 USA 1-888-450-9631 info@exclaimer.com Contents GETTING STARTED... 10 Signature Manager Overview... 11 How Does it Work?... 11 But That's Not All...... 12 And

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

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

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide for 8614xB-series Optical Spectrum Analyzers Installation Guide Copyright Agilent Technologies Company 2001 All Rights Reserved. Reproduction, adaptation, or translation without prior written permission

More information

Oracle Universal Content Management 10.1.3

Oracle Universal Content Management 10.1.3 Date: 2007/04/16-10.1.3 Oracle Universal Content Management 10.1.3 Document Management Quick Start Tutorial Oracle Universal Content Management 10.1.3 Document Management Quick Start Guide Page 1 Contents

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

READ ME FIRST. Installation Instructions for TROY Font DIMM Printer and Font DIMM Kit

READ ME FIRST. Installation Instructions for TROY Font DIMM Printer and Font DIMM Kit READ ME FIRST Installation Instructions for TROY Font DIMM Printer and Font DIMM Kit (For use with Hewlett-Packard LaserJet 1300, 1320, 2300, 4100, 4200, 4300, 8100, 8150, and 9000 Printers) Introduction

More information

DP-313 Wireless Print Server

DP-313 Wireless Print Server DP-313 Wireless Print Server Quick Installation Guide TCP/IP Printing (LPR for Windows 95/98/Me/2000) Rev. 03 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelogtm Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions Microsoft Entourage 2008 / Microsoft Exchange Server 2010 Installation and Configuration Instructions Table of Contents How to connect Microsoft Entourage 2008 EWS to the Exchange Server... 3 Important

More information

Table of Contents. Chapter 1: Getting Started. Chapter 2: Using Mass Mailer TABLE OF CONTENTS. About This Manual... 4

Table of Contents. Chapter 1: Getting Started. Chapter 2: Using Mass Mailer TABLE OF CONTENTS. About This Manual... 4 TABLE OF CONTENTS Table of Contents Contents 1 Chapter 1: Getting Started About This Manual... 4 Installing Mass Mailer... Manually Opening the Setup Wizard... Mass Mailer Setup Wizard... Chapter 2: Using

More information

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Last revised: November 12, 2014 Table of Contents Table of Contents... 2 I. Introduction... 4 A. ASP.NET Website... 4 B.

More information

How To - Implement Single Sign On Authentication with Active Directory

How To - Implement Single Sign On Authentication with Active Directory How To - Implement Single Sign On Authentication with Active Directory Applicable to English version of Windows This article describes how to implement single sign on authentication with Active Directory

More information

Installing Oracle 12c Enterprise on Windows 7 64-Bit

Installing Oracle 12c Enterprise on Windows 7 64-Bit JTHOMAS ENTERPRISES LLC Installing Oracle 12c Enterprise on Windows 7 64-Bit DOLOR SET AMET Overview This guide will step you through the process on installing a desktop-class Oracle Database Enterprises

More information

HOW TO INTEGRATE APPLICATIONS RELEASE 11i WITH CUSTOM APPLICATIONS

HOW TO INTEGRATE APPLICATIONS RELEASE 11i WITH CUSTOM APPLICATIONS HOW TO INTEGRATE APPLICATIONS RELEASE 11i WITH CUSTOM APPLICATIONS Page 1 of 14 OVERVIEW This article contains information on how to integrate custom Applications with the APPS schema. It is not meant

More information

Net Services: File System Monitor

Net Services: File System Monitor Net Services: File System Monitor Settings for ExtremeZ-IP file server volumes...1 Setup of the Net Services server...2 Configuring and testing the Net Services server...3 Installing File System Monitor...4

More information

JBoss Portal 2.4. Quickstart User Guide

JBoss Portal 2.4. Quickstart User Guide Portal 2.4 Quickstart User Guide Table of Contents Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting Portal...3 3. Portal Terminology...5

More information

Administrator s Upgrade Guide.

Administrator s Upgrade Guide. Administrator s Upgrade Guide. InfoRouter Version 6.0 to Version 7.0 1 T hank you for upgrading inforouter. This guide will take you through the step-by-step upgrade procedures required for a successful

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Option 1 Using the Undelete PushInstall Wizard.

Option 1 Using the Undelete PushInstall Wizard. Installing Undelete on Your Network Undelete can be installed in a variety of ways. If you are installing Undelete onto a single computer, no special actions are needed. Simply double-click the Undelete

More information

s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ]

s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ] s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ] Oracle 1z0-102 : Practice Test Question No : 1 Which two statements are true about java

More information

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server page of 4 oit UMass Office of Information Technologies Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server This includes Web sites on: https://webadmin.oit.umass.edu/~user http://people.umass.edu/

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern Copyright IBM Corporation 2010 All rights reserved WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern What this exercise is about... 2 Exercise requirements... 2

More information

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

Autograph 3.3 Network Installation

Autograph 3.3 Network Installation Eastmond Publishing Ltd (Autograph) PO Box 46, Oundle, Peterborough, PE8 4JX, UK Tel: +44 (0)1832 273444 Fax: +44 (0)1832 273529 Email: support@autograph-maths.com Web: www.autograph-maths.com Technical

More information

Table of Contents. Related Topics

Table of Contents. Related Topics To a large extent, WebObjects needs little attention once it is installed. However, there are certain basic administrative tasks that you ll need to know, such as how to install applications and start

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe`

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe` Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A OwnCloud User Manual TO I Cafe` DATED 20 Sep 2014 User Manual Guid For Owncloud I. Accessing the owncloud Web Interface To access the owncloud

More information

1. If there is a temporary SSL certificate in your /ServerRoot/ssl/certs/ directory, move or delete it. 2. Run the following command:

1. If there is a temporary SSL certificate in your /ServerRoot/ssl/certs/ directory, move or delete it. 2. Run the following command: C2Net Stronghold Cisco Adaptive Security Appliance (ASA) 5500 Cobalt RaQ4/XTR F5 BIG IP (version 9) F5 BIG IP (pre-version 9) F5 FirePass VPS HSphere Web Server IBM HTTP Server Java-based web server (generic)

More information

Coveo Platform 7.0. Oracle Knowledge Connector Guide

Coveo Platform 7.0. Oracle Knowledge Connector Guide Coveo Platform 7.0 Oracle Knowledge Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

User Manual. ANS Email Sender. Applied Network Solutions. ANS Software. User Manual

User Manual. ANS Email Sender. Applied Network Solutions. ANS Software. User Manual ANS Email Sender y = log a x 2 ANS Software e x 1 = 1 (1-x + (3x) 2 e x 2! The information recorded in this document will provide a detailed report of events and findings at the clients site If there are

More information

Online Backup Linux Client User Manual

Online Backup Linux Client User Manual Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might

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

Using GitHub for Rally Apps (Mac Version)

Using GitHub for Rally Apps (Mac Version) Using GitHub for Rally Apps (Mac Version) SOURCE DOCUMENT (must have a rallydev.com email address to access and edit) Introduction Rally has a working relationship with GitHub to enable customer collaboration

More information

Working With Your FTP Site

Working With Your FTP Site Working With Your FTP Site Welcome to your FTP Site! The UnlimitedFTP (UFTP) software will allow you to run from any web page using Netscape, Internet Explorer, Opera, Mozilla or Safari browsers. It can

More information

Guide to deploy MyUSBOnly via Windows Logon Script Revision 1.1. Menu

Guide to deploy MyUSBOnly via Windows Logon Script Revision 1.1. Menu Menu INTRODUCTION...2 HOW DO I DEPLOY MYUSBONLY ON ALL OF MY COMPUTERS...3 ADMIN KIT...4 HOW TO SETUP A LOGON SCRIPTS...5 Why would I choose one method over another?...5 Can I use both methods to assign

More information

Online Backup Client User Manual

Online Backup Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Getting Started using the SQuirreL SQL Client

Getting Started using the SQuirreL SQL Client Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,

More information

Configuring and Monitoring Database Servers

Configuring and Monitoring Database Servers Configuring and Monitoring Database 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

Phone Inventory 1.0 (1000) Installation and Administration Guide

Phone Inventory 1.0 (1000) Installation and Administration Guide Phone Inventory 1.0 (1000) Installation and Administration Guide 2010 VoIP Integration June 23, 2010 Table of Contents Product Overview... 3 Requirements... 3 Application Requirements... 3 Call Manager...

More information

Network Printing In Windows 95/98/ME

Network Printing In Windows 95/98/ME Network Printing In Windows 95/98/ME If you are using Windows 2000/ XP: To install a printer on your network using D-Link Print Server or DI-series router with built-in print server you do not need to

More information

Primavera P6 Professional Windows 8 Installation Instructions. Primavera P6. Installation Instructions. For Windows 8 Users

Primavera P6 Professional Windows 8 Installation Instructions. Primavera P6. Installation Instructions. For Windows 8 Users Primavera P6 Installation Instructions For Windows 8 Users 1 IMPORTANT: READ THESE INSTRUCTIONS CAREFULLY AND FOLLOW THEM EXACTLY. The following is provided for your convenience only. Ten Six Consulting

More information

Data Integrator Guide

Data Integrator Guide Data Integrator Guide Operations Center 5.0 March 3, 2014 Legal Notices THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

1z0-102 Q&A. DEMO Version

1z0-102 Q&A. DEMO Version Oracle Weblogic Server 11g: System Administration Q&A DEMO Version Copyright (c) 2013 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free version

More information

LRGS Client Getting Started Guide

LRGS Client Getting Started Guide LRGS Client Getting Started Guide December 2012 Prepared for NOAA/NESDIS (National Oceanic and Atmospheric Administration) (National Environmental Satellite Data Information Service) By Sutron Corporation,

More information

A-AUTO 50 for Windows Setup Guide

A-AUTO 50 for Windows Setup Guide A-AUTO 50 for Windows Setup Guide 1st Edition 1 A-AUTO is a registered trade mark of UNIRITA Inc. "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)."

More information

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

BillQuick Agent 2010 Getting Started Guide

BillQuick Agent 2010 Getting Started Guide Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Agent 2010 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

Online Backup Client User Manual

Online Backup Client User Manual For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.

More information

How To: Manage your Oracle patch deployment life cycle using Oracle Support Patch Plans

How To: Manage your Oracle patch deployment life cycle using Oracle Support Patch Plans How To: Manage your Oracle patch deployment life cycle using Oracle Support Patch Plans Introduction As part of my writing I often try to document and share best practices I develop on my day to day work,

More information

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide Insight Video Net. LLC. CMS 2.0 Quick Installation Guide Table of Contents 1. CMS 2.0 Installation 1.1. Software Required 1.2. Create Default Directories 1.3. Create Upload User Account 1.4. Installing

More information

Customer Tips. How to Upgrade, Patch or Clone Xerox Multifunction Devices. for the user. Purpose. Upgrade / Patch / Clone Process Overview

Customer Tips. How to Upgrade, Patch or Clone Xerox Multifunction Devices. for the user. Purpose. Upgrade / Patch / Clone Process Overview Xerox Multifunction Devices Customer Tips January 27, 2009 This document applies to the Xerox products indicated in the table below. For some products, it is assumed that your device is equipped with the

More information

Deploying the BIG-IP System v10 with Oracle Application Server 10g R2

Deploying the BIG-IP System v10 with Oracle Application Server 10g R2 DEPLOYMENT GUIDE Deploying the BIG-IP System v10 with Oracle Application Server 10g R2 Version 1.1 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Oracle s Application Server 10g

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity

More information

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION

TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION TECHNICAL DOCUMENTATION SPECOPS DEPLOY / APP 4.7 DOCUMENTATION Contents 1. Getting Started... 4 1.1 Specops Deploy Supported Configurations... 4 2. Specops Deploy and Active Directory...5 3. Specops Deploy

More information

Introduction to TightVNC. Installation. TightVNC for Windows: Installation and Getting Started. TightVNC Version 2.6 Copyright 2012 GlavSoft LLC.

Introduction to TightVNC. Installation. TightVNC for Windows: Installation and Getting Started. TightVNC Version 2.6 Copyright 2012 GlavSoft LLC. TightVNC for Windows: Installation and Getting Started Introduction to TightVNC TightVNC Version 2.6 Copyright 2012 GlavSoft LLC. TightVNC is a remote desktop software application. It lets you connect

More information

WhatsUp Log Management Installation and Migration Guide, including Getting Started Information. (Applies to v10.1.5 and later)

WhatsUp Log Management Installation and Migration Guide, including Getting Started Information. (Applies to v10.1.5 and later) WhatsUp Log Management Installation and Migration Guide, including Getting Started Information (Applies to v10.1.5 and later) C o n t e n t s Getting Started with WhatsUp Log Management Before You Begin...

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

IEI emerge and Milestone Systems Network Video Recorder. Setup and Integration Guide. Milestone Version 6.5 and emerge Version 3.

IEI emerge and Milestone Systems Network Video Recorder. Setup and Integration Guide. Milestone Version 6.5 and emerge Version 3. IEI emerge and Milestone Systems Network Video Recorder Setup and Integration Guide Milestone Version 6.5 and emerge Version 3.2 and above CONTENTS Requirements for Milestone NVR/IEI emerge Integration...

More information

Greenstone Documentation

Greenstone Documentation Greenstone Documentation Web library and Remote Collection Building with GLI Client Web Library. This enables any computer with an existing webserver to serve pre-built Greenstone collections. As with

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information