*Described in the Release Notes. Generally this step will be performed by the admin end-users.

Size: px
Start display at page:

Download "*Described in the Release Notes. Generally this step will be performed by the admin end-users."

Transcription

1 StudioAbroad 6 FP Installation Instructions Overview The installation of StudioAbroad v. 6 FP entails the following steps: 1. Installation/configuration of web server. 2. Installation/configuration of Adobe ColdFusion. 3. Database schema creation and configuration. 4. Installation of StudioAbroad application code tree. 5. Creation/base configuration of settings file (host INI). 6. Configuration: a. Maintenance & Installation Utilities b. System Settings (by admin end-users) * *Described in the Release Notes. Generally this step will be performed by the admin end-users. Webserver/Website Configuration It is recommended that the webserver software be installed and activated before installation of ColdFusion. The following instructions are meant to be generic and applicable to either Apache or IIS, although the terminology may more closely reflect IIS. 1. Create a new website with its home configured as the directory where the StudioAbroad code is to be installed. StudioAbroad can also be installed as a subdirectory or virtual directory of the web root, though some additional configuration is needed for this type of setup. 2. Create a directory _usermedia as subdirectory of the site root, or alternatively, create a virtual directory _usermedia pointing to a network share or other local drive. ColdFusion must have read-write permissions (recursively) on {SA_MEDIA_ROOT}_usermedia/ {SA_ROOT}maintenance/dictionary/ 3. Assign one or more DNS hostnames for the website. This can be done at any time before launch and requires only a minor configuration change in StudioAbroad for each added hostname. 4. Acquire and install a trusted SSL certificate. The secured host can be different from the non-secure host name if necessary. However, the relative path to the site root must be the same. That is: OK OK X Recommended: if a trusted SSL certificate has not been acquired yet, install a selfsigned certificate in the interim. This will allow the site to be enabled for secure communications and will not require reconfiguring StudioAbroad after the SSL certificate is purchased. StudioAbroad 6 Installation Instructions Page 1

2 Configuring ColdFusion for StudioAbroad: The following settings represent a typical initial configuration for use with StudioAbroad. The outline follows the organization of the ColdFusion Administrator. Use default settings where not indicated here. Other settings may be altered to suit the needs of the environment where installed, but there may be some compatibility issues encountered. Please notify Terra Dotta for questions about specific desired settings outside of those below. Server Settings: Settings: [X] Timeout Requests after ( seconds ) [ 300 ] (Timeout can be adjusted depending on needs.) [O] Enable HTTP status codes [X] Enable whitespace management (recommended) Memory Variables: Enable all: [X] J2EE session variables [X] Application Variables [X] Session Variables Mail: Mail Server: institution SMTP server and any necessary security settings. See Post-installation Steps: Testing: 1.c. (page 8) for testing instructions. Also enable Logging: [X] Log all mail messages sent by ColdFusion Java and JVM: Check the version of JVM installed by looking under SYSTEM INFORMATION. ColdFusion 8 ships with JVM v If the JVM version is less than 1.4.2_11, it is strongly recommended that you upgrade to that version for conformance with the 2007 Daily Saving Time change, or to the highest JVM level supported for your version of ColdFusion, following Adobe s instructions: Data & Services: Data Sources: Follow Adobe ColdFusion documentation for adding your data source(s), the StudioAbroad database and any queriable SIS/HR data sources that will be accessed in the campus data integration (to be completed at the appropriate time). Relevant settings: Data Source Name: can be whatever desired; this will be set the host INI file for the StudioAbroad site. Advanced: Allowed SQL: SELECT; INSERT; UPDATE; DELETE Debugging & Logging: Debugging Setting: [O] Enable Robust Exception Information (This can be enabled during the installation process for troubleshooting.) Logging Settings: Log file size and archiving settings may be set according to needs. [X] Log slow pages taking longer than 30 seconds (optional) [X] Enable logging for scheduled tasks (optional) Scheduled Tasks: A task configuration utility is provided in the Maintenance & Installation area. StudioAbroad uses several scheduled tasks for such processes as data refresh from SIS, automated reminder s, decision notifications, and log purge. The following indicate the state of checkboxes in ColdFusion Administrator indicated above: [X] = Enable [O] = Disable StudioAbroad 6 Installation Instructions Page 2

3 Database Schema Setup Installation Files: SA6FP_schema_ddl_DBMS.sql: StudioAbroad 6 FP database schema (DDL) SA6FP_dataload.sql: common data-loader script (DML) DBMS Installation notes: MySQL must be configured to permit mixed-case table/column referencing. Oracle must be installed with either ISO or UTF-8 character set enabled. MS SQL default installation settings may be used. 1. Create a database/schema named studioabroad or any other name you prefer. Ensure that a database user exists with SELECT, UPDATE, INSERT and DELETE on all objects in the schema. (If the schema owner or other privileged user is to be used for the data connection from StudioAbroad, special data source configuration can be done in ColdFusion to limit the SQL commands permitted.) 2. Configure network access to permit the web application server to connect to the database. 3. Connect to your DBMS server in the schema context of the database you have created and run the DDL script: SA6FP_schema_ddl_DBMS.sql Expected warnings on MS SQL Server (ignore): Warning: The table 'table_name' has been created but its maximum row size (####) exceeds the maximum number of bytes per row (8060). 4. Oracle only: verify all triggers have been compiled and are valid. 5. Run the data loader scripts SA6FP_dataloader.sql. 6. Oracle only: execute a COMMIT statement (if no errors in the data loader step, else ROLLBACK). Account initialization steps There are three database records that must be seeded in order to establish the site account and an initial admin (staff) user. The staff1 user will have full permissions on the site administration but does not have secure credentials (username and password are staff1 ). Therefore it is essential that the user be deactivated once the campus data integration is underway, to prevent unauthorized access to student records. 1. Insert a record in tbl_accounts Account_Name: name of the office / organization (e.g. Study Abroad at SAU ) Account_Host: must match the DomainHost setting from the Host INI Account_Active: 1 (or True for SQL 2005 client) Leave all other fields null 2. Create a staff record in tbl_users Use Account_ID from the record in tbl_accounts User_Name: staff1 User_Type_ID: F User_Password_Enc: 4D7D719AC0CF3D78EA8A FE47 3. Create a record in lnk_user_roles User_ID from tbl_users Role_ID: 2 StudioAbroad 6 Installation Instructions Page 3

4 4. Create a student record in tbl_users Use Account_ID from the record in tbl_accounts User_Name: student1 User_Type_ID: F User_Password_Enc: 5E5545D38A68148A2D5BD5EC9A89E327 Code Installation: 1. Download the most recent release of StudioAbroad from the software distribution site (part of the StudioAbroad Client Support Center). Also download the custom code supplement (SA6_demo.zip). 2. Unpack the code archive and copy the code tree from the contained folder into the website directory designated for StudioAbroad (see Website Config). 3. Unpack the custom code supplement (SA6_demo.zip) into the SA_ROOT. Its contained folders, _themes and components, overlay the existing StudioAbroad code tree. 4. In the components/ini directory, create a host INI file named for your domain: e.g., _university.ini. See instructions and examples below. 5. Create a router INI file for the top node of all valid host names for the site. For example: if and studyabroad.university.edu are active URLs, you would need an INI called _www.ini and another named _studyabroad.ini. Within each router INI, the following 2 lines must be added: 6. In the components/scl directory, rename demo.cfc as university.cfc. 7. Configure the host INI. Instructions and sample INI files follow. Configuring the Host INI file StudioAbroad can be configured to run one or more data accounts (sites) depending on licensing. The data account connected to the website is identified to the application by the host header of the URL. The host INI created in step 3 above contains the following sections, which serve several purposes: Host: 1. Define various parameters of the server/data environment. 2. Set switches pertaining to certain installation/integration features. 3. Store feature settings configured through the user interface. Mappings: Base configuration for campus data integration. Address_[n]: Extension of Mappings for each address entry in the integration. (Mappings and Address sections are discussed in the Data Integration Manual.) StudioAbroad 6 Installation Instructions Page 4

5 The primary initial settings for the section are as follows: These pertain to category 1 of the Host settings described above. Host = Required. Name of the host, matching the filename (e.g., for _university.ini) DomainHost = Required. Standard is the full DNS host name (e.g., studyabroad.university.edu). If the DNS host name is not yet available, any identifier can be used. Whatever is used, the DomainHost string must match the Account_Host field of the account record for the site in tbl_accounts. DBMS = Required. [mssql mysql oracle] Datasource = Required. The name of the ColdFusion Data Source configured for the connection to the StudioAbroad database. Schema = Required. Name of the schema of the StudioAbroad database. Layout = Default is Host value. Until the site layout is developed, a temporary layout (demo) will be used, and the Layout setting set to demo. Once the layout is in place in a directory named {SA_ROOT}/_themes/[host], the setting can be removed. DebugEnabled = [0 1] If enabled, all errors are re-thrown (not caught/handled/logged); only enable this setting in development or during installation/troubleshooting. AbsoluteMediaRoot = Default is {SA_ROOT}_usermedia/ This is the absolute file system path to the directory that will store all file-based media and data. The _usermedia directory can be named and located as desired, provided that ColdFusion has read-write access on the directory and that the directory can be accessed by URL as {SA_WEBSITE}_usermedia/. See Website Configuration. Note that on Windows systems, ColdFusion runs as Local System by default, which typically ensures that ColdFusion will have read-write permissions if _usermedia is on a local drive. Unix/Linux systems and cases where _usermedia is located on a network resource generally require some security configuration. PubHost/AuthHost settings: StudioAbroad is normally configured on a non-secure, HTTP URL for publicly available areas (PubHost) and a secure, HTTPS URL for the authenticated portions of the system (AuthHost). There is a series of settings available to allow the two hosts to share or differ. Each of the following has an equivalent AuthHost setting if needed to differentiate, otherwise the AuthHost setting defaults to its PubHost counterpart. PubHostProtocol = [http https] Default is http. (Some campus policies require SSL even for the public site.) PubHostDomain = Full DNS host name. This may be different from the DomainHost setting, which is purely a data value identifying the account in the database. PubHostRelativeRoot = URL path, including leading and trailing slash. Default: / (Currently, there is no support for a different AuthHostRelativeRoot.) PubHostPort = Default is no explicit port. If a port is supplied, it must be followed by a colon (e.g. 8443:). This is rarely needed, as most production hosts use implicit 80/443 ports for the http and https protocol. Omit this setting if standard ports are used. The following setting has no AuthHost equivalent: NonSecureHostURL = Full URL for the non-secure site. StudioAbroad 6 Installation Instructions Page 5

6 Sample router and host INI initial configurations The following representations of router and host INI files resemble the initial settings needed to enable a StudioAbroad site. More settings will be required as the site is integration with campus data systems (SIS/HR) and may change according to specific needs. Config. 1: PubHost and AuthHost are mostly identical. The DNS host names for the site are and studyabroad.university.edu. Router: _www.ini Router: _studyabroad.ini Host: _university.ini DomainHost=studyabroad.university.edu Layout=demo DBMS=mssql Datasource=StudioAbroad Schema=StudioAbroad.dbo AbsoluteMediaRoot=C:\Inetpub\fileroot\_usermedia\ PubHostDomain= NonSecureHostURL= DebugEnabled=1 Config. 2: PubHost and AuthHost here are dissimilar in many ways, except for the relative root (a required similarity). The DNS host names for the site are international.university.edu and secure.university.edu and the relative path to the root is /educationabroad/. Among other differences, such as database and OS, the AbsoluteMediaRoot for this installation is located on a directory outside of the the SA_ROOT. Router: _international.ini Router: _secure.ini Host: _university.ini DomainHost=international.university.edu Layout=demo DBMS=mysql Datasource=StudioAbroad Schema=studioabroad AbsoluteMediaRoot=/web/fileroot/studioabroad/_usermedia/ PubHostDomain=international.university.edu StudioAbroad 6 Installation Instructions Page 6

7 PubHostRelativeRoot=/educationabroad/ AuthHostDomain=secure.university.edu AuthHostProtocol=https AuthHostRelativeRoot=/educationabroad/ NonSecureHostURL= onabroad/ DebugEnabled=1 Note that AuthHostRelativeRoot will inherit from PubHostRelativeRoot, but we include it here explicitly to emphasize the requirement that they be the same. At the point when all of the above steps have been taken, the site should be accessible by web browser. Post-installation Configuration Steps The following actions can be performed by the administrative end-users (initial staff1 login) but may require the advice of institutional IT administrators for the scheduling of nightly tasks that may need to be timed to coordinate with other nightly jobs. 1. Access the Maintenance and Installation area: a. Log in to your StudioAbroad website as a user with full System Settings access. b. Edit the address line (URL) as follows: c. You may see a menu with options to add the Maintenance & Installation role to one or more of your Staff users. CAUTION! Assigning the Maintenance & Installation role grants access to student SIS information, data manipulation functions and site configuration. The list of users with this level of access should be reviewed before the system goes into live production. 2. Checkpoints: File/Folder I/O Check: This routine must be run to create the required subdirectories 3. Checkpoints: Task Scheduler Setup For systems with multiple application servers, the Task Scheduler should only be used on ONE of servers in the group. That requires accessing the Task Scheduler on the specific host URL of the machine. When this is not possible, an external job scheduler may be needed. See the note about the IP Restriction List: a. Under Current Tasks, you will see any scheduled tasks that exist on the current host, including any configured for other applications on the same ColdFusion server. Most StudioAbroad tasks can be Pinged to check availability, Edited to change scheduling/naming or Deleted. b. The Missing Tasks area attempts to report on tasks that have yet to be enabled on the host, and provides a default schedule for automatic task creation. Tasks can be added and then their schedules edited. The Missing Tasks list is based on a new naming convention of st_taskname_host. Required: Ensure that ALL tasks under the Missing Tasks area are created, and edit them to configure their schedules. c. Required step: IP Restriction List: The PRIVATE IP address of the server must be entered in the IP Restriction List or the tasks will not execute. This setting also allows execution of the tasks by their URL if the IP of the calling machine is other than the server IP address. (Example: a cron job on the database server.) 4. MaintenanceAccessIP: (a manual setting in the Host INI) By default, the Maintenance & Installation area is accessible to a Terra Dotta IP address, which is useful for support purposes. To disable or change this IP address, simply add a StudioAbroad 6 Installation Instructions Page 7

8 blank setting to the host INI file (MaintenanceAccessIP={blank or other IP}). Note: Maintenance is accessible to authorized users from any IP address. (See step 3.) Testing: 1. Checkpoints: a. File/Folder I/O Check: Test to check file read-write access on required directories of _usermedia. Please report any unsuccessful reads/writes to Terra Dotta. b. Task Scheduler: It is recommended that all tasks be run manually to test or at least Pinged. Tasks produce logs of varying detail. The SISDataRefresh task has a special log viewer with utilities, because of its complexity and importance. c. Tests: (Optional step) Verify that your SMTP server configured in ColdFusion has the ability to mail to and from various addresses. 2. Audit Logs: Some of these logs will not yet be populated, since they are newly installed with version 6: a. Login audit: Provides a detailed trace of the outcome of user login attempts. b. Sent A complete log of messages sent through StudioAbroad. This is separate from the history that is accessed through the application, and the log flush does not affect the stored messages in StudioAbroad. c. Errors: When errors are caught by StudioAbroad s error handler, they are logged in this area. d. ColdFusion Logs: If no link appears for ColdFusion Logs, you will have to configure a CFLogPath in the host INI file. This is an optional step, since not all servers will permit access to the log path. 3. Task Logs: These are the HTTP response pages returned by the task URLs. The special SISDataRefresh log and utilities are accessed under Other Utilities. Note that the flush mechanism only deletes logs greater than 2 months old. 4. Other Utilities: a. SIS Refresh: extensive logging and tools for monitoring and managing the data refresh process. b. SIS Mappings: field mappings for Student Params to SIS; utility has changed little since version 5. c. SIS/SCL data tests: used to verify the data mappings interfaces to SIS and HR systems. d. User Merge: Experimental tool for merging the applications of two different user records under one record. Use with caution. Includes logging. e. Application Scrub: allows removal of individual unwanted application records (e.g., test applications). f. non-scl to SCL Conversion: tool for correcting improper student user creation as non-institutional user. (When a student misidentifies him/herself as external, this utility converts their site access to use campus login credentials and identifies them as internal.) g. Edit User: In the event of improper data entry by the student or erroneous SIS data, this tool allows edit of the root user record, which is cannot be modified through the application. h. Maintenance Users: tool for managing the users who have access to the Maintenance and Installation Utilities. Last revised: January 7, 2008 StudioAbroad 6 Installation Instructions Page 8

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

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

NetWrix SQL Server Change Reporter

NetWrix SQL Server Change Reporter NetWrix SQL Server Change Reporter Version 2.2 Administrator Guide Contents NetWrix SQL Server Change Reporter Administrator Guide 1. INTRODUCTION... 3 1.1 KEY FEATURES... 3 1.2 LICENSING... 4 1.3 HOW

More information

Tracking Network Changes Using Change Audit

Tracking Network Changes Using Change Audit CHAPTER 14 Change Audit tracks and reports changes made in the network. Change Audit allows other RME applications to log change information to a central repository. Device Configuration, Inventory, and

More information

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011 User's Guide Product Version: 2.5.0 Publication Date: 7/25/2011 Copyright 2009-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents GoAnywhere Services Welcome 6 Getting Started

More information

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide 2 Table Of Contents 1. CoCreate Manager Server 2008 4 1.1. Installation

More information

WEBCONNECT INSTALLATION GUIDE. Version 1.96

WEBCONNECT INSTALLATION GUIDE. Version 1.96 WEBCONNECT INSTALLATION GUIDE Version 1.96 Copyright 1981-2015 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop Business

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings... Post Installation Guide for Primavera Contract Management 14.1 July 2014 Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

More information

Lifecycle Manager Installation and Configuration Guide

Lifecycle Manager Installation and Configuration Guide Lifecycle Manager Installation and Configuration Guide vcenter Lifecycle Manager 1.2 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

Cloud Services. Introduction...2 Overview...2. Security considerations... 2. Installation...3 Server Configuration...4

Cloud Services. Introduction...2 Overview...2. Security considerations... 2. Installation...3 Server Configuration...4 Contents Introduction...2 Overview...2 Security considerations... 2 Installation...3 Server Configuration...4 Management Client Connection...4 General Settings... 4 Enterprise Architect Client Connection

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

FileMaker Security Guide The Key to Securing Your Apps

FileMaker Security Guide The Key to Securing Your Apps FileMaker Security Guide The Key to Securing Your Apps Table of Contents Overview... 3 Configuring Security Within FileMaker Pro or FileMaker Pro Advanced... 5 Prompt for Password... 5 Give the Admin Account

More information

Lucid Key Server v2 Installation Documentation. www.lucidcentral.org

Lucid Key Server v2 Installation Documentation. www.lucidcentral.org Lucid Key Server v2 Installation Documentation Contents System Requirements...2 Web Server...3 Database Server...3 Java...3 Tomcat...3 Installation files...3 Creating the Database...3 Step 1: Create the

More information

3M Command Center. Installation and Upgrade Guide

3M Command Center. Installation and Upgrade Guide 3M Command Center Installation and Upgrade Guide Copyright 3M, 2015. All rights reserved., 78-8129-3760-1d 3M is a trademark of 3M. Microsoft, Windows, Windows Server, Windows Vista and SQL Server are

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

Novi Survey Installation & Upgrade Guide

Novi Survey Installation & Upgrade Guide Novi Survey Installation & Upgrade Guide Introduction This procedure documents the step to create a new install of Novi Survey and to upgrade an existing install of Novi Survey. By installing or upgrading

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

IceWarp to IceWarp Server Migration

IceWarp to IceWarp Server Migration IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone

More information

JAMF Software Server Installation Guide for Linux. Version 8.6

JAMF Software Server Installation Guide for Linux. Version 8.6 JAMF Software Server Installation Guide for Linux Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them. This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and

More information

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé Internet Server FileXpress Internet Server Administrator s Guide Version 7.2.1 Version 7.2.2 Created on 29 May, 2014 2014 Attachmate Corporation and its licensors.

More information

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15 Product Manual MDM On Premise Installation Version 8.1 Last Updated: 06/07/15 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc.

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc. ARGUS Symphony 1.6 and Business App Toolkit 6/13/2014 2014 ARGUS Software, Inc. Installation Guide for ARGUS Symphony 1.600.0 6/13/2014 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite Migrating AIMS Configuration and Audit Log Data To Microsoft SQL Server Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX:

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

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

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 1996-2012 Internet Software Sciences Welcome to the Web+Center Installation and Configuration guide. This document

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Contents. Before You Install... 3. Server Installation... 5. Configuring Print Audit Secure... 10

Contents. Before You Install... 3. Server Installation... 5. Configuring Print Audit Secure... 10 Installation Guide Contents Before You Install... 3 Server Installation... 5 Configuring Print Audit Secure... 10 Configuring Print Audit Secure to use with Print Audit 6... 15 Licensing Print Audit Secure...

More information

NetWrix File Server Change Reporter. Quick Start Guide

NetWrix File Server Change Reporter. Quick Start Guide NetWrix File Server Change Reporter Quick Start Guide Introduction... 3 Product Features... 3 Licensing... 3 How It Works... 4 Getting Started... 5 System Requirements... 5 Setup... 5 Additional Considerations...

More information

JAMF Software Server Installation Guide for Windows. Version 8.6

JAMF Software Server Installation Guide for Windows. Version 8.6 JAMF Software Server Installation Guide for Windows Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

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

POLICY PATROL MFT. Manual

POLICY PATROL MFT. Manual POLICY PATROL MFT Manual MANUAL Policy Patrol MFT This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software may be copied, reproduced, translated

More information

FileMaker Server 12. FileMaker Server Help

FileMaker Server 12. FileMaker Server Help FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.

More information

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server November 6, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

More information

How to Configure Dynamic DNS on a Virtual Access Router

How to Configure Dynamic DNS on a Virtual Access Router How to Configure Dynamic DNS on a Virtual Access Router Issue 1.0 Date 03 April 2012 Table of contents 1 About this document... 3 1.1 Scope... 3 1.2 Readership... 3 1.3 Terminology... 3 2 Introduction...

More information

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.7 Contents Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft

More information

Installation Guide. Version 1.5. May 2015 Edition 2002-2015 ICS Learning Group

Installation Guide. Version 1.5. May 2015 Edition 2002-2015 ICS Learning Group Installation Guide Version 1.5 May 2015 Edition 2002-2015 ICS Learning Group 1 Disclaimer ICS Learning Group makes no representations or warranties with respect to the contents or use of this manual, and

More information

FTP Service Reference

FTP Service Reference IceWarp Server FTP Service Reference Version 10 Printed on 12 August, 2009 i Contents FTP Service 1 V10 New Features... 2 FTP Access Mode... 2 FTP Synchronization... 2 FTP Service Node... 3 FTP Service

More information

Installing The SysAidTM Server Locally

Installing The SysAidTM Server Locally Installing The SysAidTM Server Locally Document Updated: 17 October 2010 Introduction SysAid is available in two editions: a fully on-demand ASP solution and an installed, in-house solution for your server.

More information

Training Module 1: Administration (logical) (for Privia version 5.9)

Training Module 1: Administration (logical) (for Privia version 5.9) Training Module : Administration (logical) (for Privia version.9) Copyright 0 by Privia LLC. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

Server Manager Help 10/6/2014 1

Server Manager Help 10/6/2014 1 Server Manager Help 10/6/2014 1 Table of Contents Server Manager Help... 1 Getting Started... 7 About SpectorSoft Server Manager... 8 Client Server Architecture... 9 System Requirements... 10 Screencasts...

More information

Cloud Services. Introduction...2 Overview...2 Simple Setup...2

Cloud Services. Introduction...2 Overview...2 Simple Setup...2 Contents Introduction...2 Overview...2 Simple Setup...2 Requirements... 3 Installation... 3 Test the connection... 4 Open from another workstation... 5 Security considerations...6 Installation...6 Server

More information

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com VP-ASP Shopping Cart QUICK START GUIDE Version 7.00 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com 2 P a g e Table of Contents INTRODUCTION... 4 1 FEATURES... 5 2 WHAT DO I NEED TO RUN VP-ASP?...

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER ADMINISTRATOR S GUIDE Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

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

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

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

Scoreboard 2.5/2.7 Installation Guide. For Apache Tomcat 7.0 On Windows 2003/2008 Server, 64-bit

Scoreboard 2.5/2.7 Installation Guide. For Apache Tomcat 7.0 On Windows 2003/2008 Server, 64-bit Scoreboard 2.5/2.7 Installation Guide For Apache Tomcat 7.0 On Windows 2003/2008 Server, 64-bit Updated September 3, 2013 1 Scoreboard and Connect By Spider Strategies Minimum Server Requirements The following

More information

Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc.

Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc. Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc. Preface Preface This guide describes the features and operations of Cybozu Garoon Version 3.1.0. Who Should Use This

More information

An Introduction To The Web File Manager

An Introduction To The Web File Manager An Introduction To The Web File Manager When clients need to use a Web browser to access your FTP site, use the Web File Manager to provide a more reliable, consistent, and inviting interface. Popular

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

24x7 Scheduler Multi-platform Edition 5.2

24x7 Scheduler Multi-platform Edition 5.2 24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table

More information

c360 Portal Installation Guide

c360 Portal Installation Guide c360 Portal Installation Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc. www.c360.com Products@c360.com Table of Contents c360 Portal Installation Guide... 1 Table of Contents... 2 Overview

More information

Secrets of Event Viewer for Active Directory Security Auditing Lepide Software

Secrets of Event Viewer for Active Directory Security Auditing Lepide Software Secrets of Event Viewer for Active Directory Security Auditing Windows Event Viewer doesn t need any introduction to the IT Administrators. However, some of its hidden secrets, especially those related

More information

Novell Identity Manager

Novell Identity Manager AUTHORIZED DOCUMENTATION Manual Task Service Driver Implementation Guide Novell Identity Manager 4.0.1 April 15, 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

More information

White Paper. Installation and Configuration of Fabasoft Folio IMAP Service. Fabasoft Folio 2015 Update Rollup 3

White Paper. Installation and Configuration of Fabasoft Folio IMAP Service. Fabasoft Folio 2015 Update Rollup 3 White Paper Fabasoft Folio 2015 Update Rollup 3 Copyright Fabasoft R&D GmbH, Linz, Austria, 2016. All rights reserved. All hardware and software names used are registered trade names and/or registered

More information

HarePoint Password Change Manual

HarePoint Password Change Manual HarePoint Password Change Manual For SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010, Microsoft Office SharePoint Server 2007 and Microsoft Windows

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

User Manual. (updated December 15, 2014) Information in this document is subject to change without notice.

User Manual. (updated December 15, 2014) Information in this document is subject to change without notice. User Manual (updated December 15, 2014) Information in this document is subject to change without notice. Copyright 2013-2014, Exacq Technologies, Inc. All rights reserved. Exacq Technologies is a trademark

More information

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9

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

FileMaker Security Guide

FileMaker Security Guide TECH BRIEF FileMaker Security Guide The Key to Securing Your Solutions Table of Contents Overview... 3 Configuring Security Within FileMaker Pro or FileMaker Pro Advanced... 5 Prompt for Password... 5

More information

FileMaker 11. ODBC and JDBC Guide

FileMaker 11. ODBC and JDBC Guide FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Eylean server deployment guide

Eylean server deployment guide Eylean server deployment guide Contents 1 Minimum software and hardware requirements... 2 2 Setting up the server using Eylean.Server.Setup.exe wizard... 2 3 Manual setup with Windows authentication -

More information

Volume SYSLOG JUNCTION. User s Guide. User s Guide

Volume SYSLOG JUNCTION. User s Guide. User s Guide Volume 1 SYSLOG JUNCTION User s Guide User s Guide SYSLOG JUNCTION USER S GUIDE Introduction I n simple terms, Syslog junction is a log viewer with graphing capabilities. It can receive syslog messages

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

Mobile Device Management Version 8. Last updated: 17-10-14

Mobile Device Management Version 8. Last updated: 17-10-14 Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: info@2x.com Information in this document is subject to change without notice. Companies names

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 2.23 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

IBM Security QRadar SIEM Version 7.1.0 MR1. Vulnerability Assessment Configuration Guide

IBM Security QRadar SIEM Version 7.1.0 MR1. Vulnerability Assessment Configuration Guide IBM Security QRadar SIEM Version 7.1.0 MR1 Vulnerability Assessment Configuration Guide Note: Before using this information and the product that it supports, read the information in Notices and Trademarks

More information

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without

More information

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose Setting up the Oracle Warehouse Builder Project Purpose In this tutorial, you setup and configure the project environment for Oracle Warehouse Builder 10g Release 2. You create a Warehouse Builder repository

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BlackBerry Resource Kit for BlackBerry Enterprise Service 10 Version 10.2 Published: 2015-11-12 SWD-20151112124827386 Contents Overview: BlackBerry Enterprise Service

More information

Active Directory Authentication Integration

Active Directory Authentication Integration Active Directory Authentication Integration This document provides a detailed explanation of how to integrate Active Directory into the ipconfigure Installation of a Windows 2003 Server for network security.

More information

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.

More information

Sysax Multi Server User manual

Sysax Multi Server User manual Sysax Multi Server User manual Table of Contents 1. Introduction to Sysax Multi Server... 1 1.1. Introduction to Sysax Multi Server... 2 2. Minimum System Requirements... 4 2.1. System Requirements...

More information

File Auditor for NAS, Net App Edition

File Auditor for NAS, Net App Edition File Auditor for NAS, Net App Edition Installation Guide Revision 1.2 - July 2015 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for

More information

NASA Workflow Tool. User Guide. September 29, 2010

NASA Workflow Tool. User Guide. September 29, 2010 NASA Workflow Tool User Guide September 29, 2010 NASA Workflow Tool User Guide 1. Overview 2. Getting Started Preparing the Environment 3. Using the NED Client Common Terminology Workflow Configuration

More information

install the extension:

install the extension: AITOC s Extensions for Magento Installation Guide Thank you for choosing AITOC s extension for Magento. This document will provide you with the informationn on how to install andd deactivatee this extension.

More information

Installation Instructions

Installation Instructions Installation Instructions 25 February 2014 SIAM AST Installation Instructions 2 Table of Contents Server Software Requirements... 3 Summary of the Installation Steps... 3 Application Access Levels... 3

More information

McAfee Directory Services Connector extension

McAfee Directory Services Connector extension Getting Started Guide Revision A McAfee Directory Services Connector extension For use with epolicy Orchestrator 4.6.1 through 5.0 COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission.

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

More information

AWS Schema Conversion Tool. User Guide Version 1.0

AWS Schema Conversion Tool. User Guide Version 1.0 AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may

More information

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015 Connector for SharePoint Administrator s Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents

More information

NovaBACKUP Storage Server User Manual NovaStor / April 2013

NovaBACKUP Storage Server User Manual NovaStor / April 2013 NovaBACKUP Storage Server User Manual NovaStor / April 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Workflow Templates Library

Workflow Templates Library Workflow s Library Table of Contents Intro... 2 Active Directory... 3 Application... 5 Cisco... 7 Database... 8 Excel Automation... 9 Files and Folders... 10 FTP Tasks... 13 Incident Management... 14 Security

More information

BlackBerry Enterprise Server Resource Kit

BlackBerry Enterprise Server Resource Kit BlackBerry Enterprise Server Resource Kit BlackBerry Analysis, Monitoring, and Troubleshooting Tools Version: 5.0 Service Pack: 3 Administration Guide Published: 2011-06-20 SWD-1701690-0620052958-001 Contents

More information