Vico Software Installation Guide

Size: px
Start display at page:

Download "Vico Software Installation Guide"

Transcription

1 Vico Software Installation Guide This guide provides an overview of the Vico Office R3 product and describes how to plan your deployment, install it, or upgrade to it. The guide is intended for users who install or upgrade this product for professional purposes. The guide also includes an introduction for network administrators about the system configuration that they might need to implement. This guide is divided into the following parts: Introduction to Vico Office R System Components... 3 Vico Office... 3 Vico Project Server... 3 Overview... 3 An Object Oriented Database... 4 Vico License Manager... 5 Overview... 5 License Server... 6 System requirements... 7 General Requirements... 7 Vico Office Requirements... 7 Vico Project Server Requirements... 8 Vico License Manager Requirements Configuration Options Configuration 1 Standalone Configuration 2 LAN (Recommended) Configuration 3 WAN Working Offline Installation Options

2 Vico Office (VO) Vico Project Server (VPS) Vico Office with Vico Project Server Vico License Manager (VLM) System Configuration Firewall Settings UAC Settings Licensing Process License Management Server Connection Failure Virtualization

3 Introduction to Vico Office R3 System Components The Vico Office system consists of three main components: Vico Office Vico Project Server Vico License Manager Vico Office Vico Office is the main program in Vico s integrated solution for construction planning, controlling and constructability analysis and is needed for all users who will interact with project data. The Vico Office Client provides a basic set of functions needed for creating, viewing and reporting of projects. Vico Office Modules are task specific programs that run in the Vico Office Client. A Module is activated when a license for it is available on the user s system or via a license server. Vico Project Server Overview Vico Project Server (VPS) manages the access and storage of project data. The VPS creates new databases for each new project, and maintains the master list of projects that is visible in the Vico Office application. 3

4 There are three types of databases that are managed by the VPS: Project Databases Master Database Shared Database A separate Project Database is added for each project that is created on the VPS. One VPS can handle many projects; however, a large number of users might require additional VPS-s. The Master Database contains the list of projects that a user that connects to the VPS will see in the Vico Office project list in the Dashboard view. The Shared Database contains non-project-specific information such as report templates. An Object Oriented Database Vico Project Server uses an object oriented database by Versant (Versant Object Database ), which works with data objects (instead of tables with records) that are stored in the client computer s memory (the Client Object Cache), the server s memory (Server Page Cache) and on disk, in database volumes. All transactions are continuously logged in a Logical Log File (for objects in the Server Page Cache) and a Physical Log File (for objects in the Database Volumes), which prevents data loss in case of an unexpected program error. 4

5 The Object Backend (OBE) process manages the communication (through queries) between VPS and Vico Office. The Clean Back End (cleanbe) process writes server memory pages to the database volume as soon as the maximum number of pages that should be kept in memory is reached. The number of pages that are kept in memory can be configured for both client and server (in respectively the front end profile.be file and back end profile.be file). Vico License Manager Overview The Vico License Manager (VLM) handles licensing of Vico Office modules. Licenses can be installed locally or on a license server. The VLM component is installed together with the Vico Office software and generates license (.LIC) files based on the received license information. This process is explained in more detail in the Licensing Process chapter. Single User Licenses (SUL) are installed locally and managed by the local VLM component. Floating Licenses (FL) are installed on a License Server, and managed by the VLM Server component. The Client systems pull licenses from the pool of installed licenses on the License Server. 5

6 License Server Floating Licenses, installed on a License Server, can be managed using the License Server Administration utility. The utility is accessed as a web page, which can be started from the Start menu on the License Server via Vico Software > License Server > Server administration. 6

7 System requirements General Requirements The Vico Office program interacts with the VPS over a network connection. To warrant optimal performance of the system, the network connection should have the following characteristics: Low Latency Recommended maximum value for latency is 20ms. A dedicated VPS system over a Local Area Network or Network Attached Storage are good solutions, Storage Area Network is not. High Bandwidth Project data needs to be transferred from the VPS to the Vico Office user interface continuously and in high volume; for good performance of the Vico Office views, a high bandwidth connection between VPS and Vico Office is therefore required. Firewall Exceptions Vico Office communicates with the VPS over a TCP/IP connection using dedicated ports, and so does the VLM. Firewall exceptions are required in Windows firewall and if applicable in additionally installed software and/or hardware firewalls. Vico Office Requirements The following are the requirements for correct installation of the Vico Office software. Supported operating systems: Windows Vista Windows 7 Hard disk usage: a minimum of 4GB free disk space is required for a full installation. Memory: a minimum of 1GB is required; 4GB or more is recommended. Open port requirements: Port 5019 (used by the versantd.exe process) Port 5088 (used by the NotificationDaemon.exe process) Ports (used by the obe.exe process this can be defined using an environment variable called VERSANT_SERVER_PORTS); each project uses a dedicated port, therefore a range is used. Ports 20, 21, 1026 and 1027 (inbound and outbound traffic to enable crash reports to be uploaded to the Vico servers) 7

8 Two ports are needed for floating licenses: o Port 2764 for establishing a connection to the VLM License Server for floating licenses o A random port for further for communication with the VLM License Server for floating licenses. The second port can also be specified in the.lic license file on the License Server with a text editor such as Notepad, by adding vico opt XXXX to the second line in the.lic license fil, where XXXX is the desired port number. After editing the.lic file(s), the License Server has to be restarted by clicking on Shutdown, then Reread/Restart Servers on the Server Administration page that is accessible as described in the License Server section of this document. Vico Project Server Requirements The following are the requirements for the Vico Project Server. Supported operating systems: Windows Vista Windows 7 Windows Server 2008 R1/R2 Hard disk usage (defined in the profile.be configuration file): At least 100Mb for the VPS program 1GB should be calculated with as a per project minimum, but projects can be much larger 20MB for Shared and Master databases Memory (defined in the profile.be configuration file): Maximum 300MB per concurrently used project 40MB for the Master database 40MB for the Shared database Open port requirements: Port 5019 (used by the versantd.exe process) 8

9 Port 5088 (used by the NotificationDaemon.exe process) Ports (used by the obe.exe process these ports can be customized using an environment variable called VERSANT_SERVER_PORTS); each project uses a dedicated port, therefore a range is used. Notes: A high bandwidth and low latency connection to the Vico Office systems is required for good performance Storage Area Network is a good storage option for the databases Network Attached Storage has a high latency and is therefore not recommended 9

10 Vico License Manager Requirements The following are the requirements for the Vico License Manager. Supported operating systems: Windows Vista Windows 7 Windows Server 2008R1/R2 Open port requirements: Two ports are needed for floating license communication: o Port 2764 for establishing a connection to the VLM License Server for floating licenses o A random port for further for communication with the VLM License Server for floating licenses. The second port can also be specified in the.lic license file on the License Server with a text editor such as Notepad, by adding vico opt XXXX to the second line in the.lic license fil, where XXXX is the desired port number. After editing the.lic file(s), the License Server has to be restarted by clicking on Shutdown, then Reread/Restart Servers on the Server Administration page that is accessible as described in the License Server section of this document. 10

11 Port 9000 for the License Server Webpage Admin. If needed, this port can be changed to a custom port number in the XYNTService.ini file. 1 - Open the XYNTService.ini file in Notepad to edit the port number 2 - The Server Webpage Admin should now refer to the same port number Disk space: 2MB Memory: 3MB Notes: Licenses are stored in the folder C:\ProgramData\Vico Software\VicoLM SUL and Floating Licenses cannot be installed on the same system 11

12 Configuration Options The Vico Office solution can be installed in various configurations. This section provides an overview of the available installation options and describes typical usage for each. Configuration 1 Standalone Configuration 1 is recommended for demonstration and offline work only. In this configuration, Vico Office and Vico Project Server are installed on the same system, which means that the same computer is both server and client. Project databases, Master database and Shared database are available without connecting to a server. Note: The communication between Vico Office and VPS takes place via TCP/IP. Server and client both have the same TCP/IP address this is considered a threat by most antivirus and firewall software. If it is not possible to make adjustments to firewall and/or antivirus software, Vico advises against the use of configuration 1. With the Standalone configuration, both Vico Office and VPS are installed on the same machine Configuration 2 LAN (Recommended) Configuration 2 is recommended for most use cases. In this configuration, a dedicated system is setup as Vico Project Server, and work stations with Vico Office installed connect to the VPS over a Local Area Network. Multiple users can access the same project at the same time, which enables Work As One : parallel work on a project as a team. Option 1 with locally installed Single User Licenses 12

13 Two options are possible for licensing: 1. With locally installed single user licenses 2. With a License Server and Floating licenses users pull licenses for the various modules from a pool of licenses installed on the server Note: Because of hardware limitations of the server (related to memory usage), a large number of users might require additional VPS-s to be setup. Option 2 with License Server and Floating Licenses Configuration 3 WAN Configuration 3 is designed to provide on-site project teams access to a VLM License Server that is setup in the office. This configuration requires access to the VLM Server from outside the office; this can be achieved by placing the license server computer inside a DMZ. Setting up a License Server in the DMZ can provide access to floating licenses from outside the office. 13

14 Working Offline Offline work is supported through the Compare & Update functionality in Vico Office. To work offline on a project that exists on a project server, the following steps are required: 1. Create a project on the system that will be taken offline 2. Run Compare & Update and copy all project content from the project server to the new project 3. Work offline 4. Connect to the project server and open the project from the server 5. Run Compare & Update and copy the changes to the server 14

15 Installation Options The Vico Software installer provides four software installation options: Vico Office (VO) Installs the Vico Office software without the Vico Project Server. After installation, the Vico Project Server that will contain projects can be specified by entering a network IP address or a computer name. Vico Project Server (VPS) Installs the component that will run the Project databases, Master database and Shared database. Vico Office will not be installed with this option. Vico Office with Vico Project Server This option installs both Vico Office and the Vico Project Server, which results in configuration 1, described in previous section. Vico License Manager (VLM) With this option, only the license server component is installed, which allows for installation of floating licenses that can be used by other computers that are connected via LAN or WAN. Note: Vico Office cannot be installed on a system with VLM installed, as Vico Office requires a Single User License for the Vico Office Client. Single User Licenses cannot be installed on license server systems. 15

16 System Configuration Firewall Settings Vico Office communicates with the Vico Project Server via the TCP/IP protocol. This communication takes place through dedicated ports, which should be open on both Vico Office system and VPS system. The Vico Office installer attempts to make required changes in the Windows firewall. Any additionally installed firewall software should be configured manually. Additionally, the Vico License Manager and the Vico Crash Reporter require specific ports to be open. In addition to the systems on which the software is running, the License Manager and Crash Reporter may require ports to be open on installed firewalls on routers and modems, to be able to communicate with respectively the Vico Software license administration system and the Vico Crash Report server. The table below provides an overview of all open port requirements. Port Process Component(s) Open on Router/Modem 5019 versantd.exe Vico Office No Vico Project Server 5088 NotificationDaemon.exe Vico Office No Vico Project Server obe.exe Vico Office No Vico Project Server 20, 21, 1026, 1027 chilkat.exe Vico Office Yes (Crash Report Uploader) 2764 and additional Vico Office No random port (or specified explicitly as described in Vico Vico License Server (Yes in case of WAN access to license server) License Manager Requirements ) 9000 Vico License Server No 16

17 UAC Settings Windows User Access Control can block the Vico Project Server to Vico Office communication in the specific case where: UAC is active and The user account does not have Administrator rights If it is not possible to deactivate UAC, or to provide the user with an Administrator account, Vico Office can be started in elevated mode by running the program as Administrator (right-click on the Vico Office program shortcut, select properties and select the Run this program as an administrator option). 17

18 Licensing Process The licensing process for Vico Software consists of three steps: 1. Receive a License Installation Utility file (LIU). This can be a new license, or an existing license that is reassigned using the Customer Portal. 2. Copy the LIU file to the target computer. For Single User Licenses, this is the computer that will be used with Vico Office; for Floating Licenses, this is the License Server computer. 3. Initiate the license generation process by double-clicking on the LIU file. The License Installation Utility (part of Vico Office) connects with the Vico License Management Server and generates a hardware specific license file. The resulting license file is stored in the following folder: C:\ProgramData\Vico Software\VicoLM 18

19 License Management Server Connection Failure In case of a License Management Server connection failure, the License Installation Utility displays a message and automatically generates a License Request File. The License Request File should be sent as an attachment to licensing@vicosoftware.com Note that only the request file should be attached to an otherwise empty . No edits or other attachments are allowed! (Edited s and additional attachments will result in failure of the automatic process!) After receipt of the request file, an with the license file is automatically sent by the Vico License Management Server. Next, the license file should be saved on the target computer. Double click the file to finish the installation. 19

20 Virtualization Vico Software does support a system configuration in a virtualized environment; however, standard licensing will not work. For licensing on virtual systems, please contact your Vico account representative. 20

Vico Office Installation Guide. Version R5.1

Vico Office Installation Guide. Version R5.1 Version R5.1 Last updated: 2/3/2015 Vico Office Installation Guide This guide provides an overview of the Vico Office product and describes how to plan your deployment, install it, or upgrade to it. The

More information

Vico Office R6.0 MR1 Installation Guide. February

Vico Office R6.0 MR1 Installation Guide. February Vico Office R6.0 MR1 Installation Guide February 2016 Vico Office Installation Guide General process for installing Vico Office: 1. Check the system requirements for installation. 2. Decide which configuration

More information

Vico Office R6.0 Installation Guide

Vico Office R6.0 Installation Guide Vico Office R6.0 Installation Guide December Vico Office Readme Page 2 Vico Office R6.0 Installation Guide Table of Contents Vico Office Installation Guide 4 Installation Checklist 4 Vico Office Overview

More information

VICO OFFICE R6.7 INSTALLATION GUIDE

VICO OFFICE R6.7 INSTALLATION GUIDE VICO OFFICE R6.7 INSTALLATION GUIDE 6.7.82860 October 2018 Vico Office Installation Guide Page 2 Vico Office Installation Guide General process for installing Vico Office: 1. Check the system requirements

More information

System Requirements - REST Professional v15.5

System Requirements - REST Professional v15.5 System Requirements - REST Professional v15.5 The following are minimum and recommended system requirements for REST Professional. Whilst the program will operate on the minimums listed, we strongly suggest

More information

CYAN SECURE WEB Installing on Windows

CYAN SECURE WEB Installing on Windows CYAN SECURE WEB September 2009 Applies to: 1.7 and above Table of Contents 1 Introduction... 2 2 Preparation... 2 3 Network Integration... 3 3.1 Out-of-line Deployment... 3 3.2 DMZ Deployment... 3 4 Proxy

More information

DEDICATED SERVER SOFTWARE DOCUMENTATION

DEDICATED SERVER SOFTWARE DOCUMENTATION DEDICATED SERVER SOFTWARE DOCUMENTATION Release 7.0.5.0 October 31th, 2016 Copyright 2016 GIANTS Software GmbH, All Rights Reserved. 1/10 RENT A DEDICATED SERVER Alternatively pre-installed servers can

More information

Server Specifications

Server Specifications Requirements Server s It is highly recommended that MS Exchange does not run on the same server as Practice Evolve. Server Minimum Minimum spec. is influenced by choice of operating system and by number

More information

Deployment Guide Installing WhatsUp Gold Distributed Edition to Central and Remote Sites

Deployment Guide Installing WhatsUp Gold Distributed Edition to Central and Remote Sites Deployment Guide Installing WhatsUp Gold Distributed Edition to Central and Remote Sites This guide provides information about installing and configuring WhatsUp Gold Central and Remote Sites. Contents

More information

VICO OFFICE R6.5 MR2 RELEASE NOTES

VICO OFFICE R6.5 MR2 RELEASE NOTES VICO OFFICE R6.5 MR2 RELEASE NOTES December 2017 Vico Office Release Notes Page 2 Table of Contents Vico Office R6.5 MR2 Release Notes 4 Feature Enhancements 4 Calendar 4 Publishers and Importers 5 Defect

More information

NETWORK AUDIT FOR CHOPPY AND SONS, LLC

NETWORK AUDIT FOR CHOPPY AND SONS, LLC GENERAL DESCRIPTION The data network at Choppy and Sons is an unswitched Ethernet LAN 100BT with LAN based Internet access via a cable modem link. There are 15 nodes on this peer to peer network, typical

More information

System Requirements. SuccessMaker 3

System Requirements. SuccessMaker 3 System Requirements SuccessMaker 3 System requirements are subject to change. For the latest information on system requirements, go to http://support.pearsonschool.com. For more information about Digital

More information

Quick Start Guide. For ZWCAD, ZWCAD Mechanical and ZWCAD Architecture. Create Amazing Things. ZWCAD Software Co., Ltd.

Quick Start Guide. For ZWCAD, ZWCAD Mechanical and ZWCAD Architecture. Create Amazing Things.   ZWCAD Software Co., Ltd. Create Amazing Things Quick Start Guide For ZWCAD, ZWCAD Mechanical and ZWCAD Architecture ZWCAD Software Co., Ltd. Add: 32/F, Pearl River Tower, No.1, Zhujiang West Road, Tianhe District, Guangzhou 10623,

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Flexera Software Product Licensing Guide for InstallAnywhere 2010 and Earlier

Flexera Software Product Licensing Guide for InstallAnywhere 2010 and Earlier Flexera Software Product Licensing Guide for InstallAnywhere 2010 and Earlier Flexera Software Product Licensing Guide for InstallAnywhere 2010 and Earlier Part Number: ISA-1000-LG04 Product Release Date:

More information

Voxco Command Center, Voxco Online, and Voxco Dialer - Technical specifications & Recommendations

Voxco Command Center, Voxco Online, and Voxco Dialer - Technical specifications & Recommendations Voxco Command Center, Voxco Online, and Voxco Dialer - Technical specifications & Recommendations Recommended server specification: Specification for SQL server The SQL server is used to provide shared

More information

PROFITstar, PROFITability, Profitstar Suite, and PROFITstar Portfolio. Release Installation Guide For Clients Installing for the First Time

PROFITstar, PROFITability, Profitstar Suite, and PROFITstar Portfolio. Release Installation Guide For Clients Installing for the First Time PROFITstar, PROFITability, Profitstar Suite, and PROFITstar Portfolio Installation Guide For Clients Installing for the First Time Before You Begin... 1 Introduction... 1 System Requirements... 1 Things

More information

S5 Communications. Rev. 1

S5 Communications. Rev. 1 S5 Communications Rev. 1 Page 1 of 15 S5 Communications For a complete understanding of the S5 Battery Validation System (BVS) communication options, it is necessary to understand the measurements performed

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Oct. 2015 V10.6 Yealink Network Deployment Solution Table of Contents Table of Contents... iii Network Requirements... 1 Bandwidth Requirements... 1 Calculating

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Jul. 2016 V21.15 Yealink Network Deployment Solution ii Table of Contents Table of Contents... iii Network Requirements Overview... 1 Bandwidth Requirements... 1

More information

Citrix XenApp 6.5 Administration

Citrix XenApp 6.5 Administration Citrix 1Y0-A20 Citrix XenApp 6.5 Administration Version: 5.0 QUESTION NO: 1 Citrix 1Y0-A20 Exam An administrator needs to install a XenApp 6.5 server to act as an additional dedicated data collector. After

More information

Set up port forwarding

Set up port forwarding Set up port forwarding Dokument-ID Version 2.0 Status Date of publication Set up port forwarding Final Version 04.207 Contents. Need 3.2 Description 3.3 Requirements/limitations 3.4 Illustration 4.5 Set

More information

Configuring Windows 8 Course 20687A - Five days - Instructor-led - Hands-on

Configuring Windows 8 Course 20687A - Five days - Instructor-led - Hands-on Configuring Windows 8 Course 20687A - Five days - Instructor-led - Hands-on Introduction This course provides students hands-on experience with Windows 8. It provides guidance on installing, upgrading,

More information

EdgeXOS Platform QuickStart Guide

EdgeXOS Platform QuickStart Guide EdgeXOS Platform QuickStart Guide EdgeXOS Functionality Overview The EdgeXOS platform is a Unified Bandwidth Management device, meaning that it has the ability to support multiple bandwidth management

More information

Server Specifications

Server Specifications Requirements Server s It is highly recommended that MS Exchange does not run on the same server as Practice Evolve. Server Minimum Minimum spec. is influenced by choice of operating system and by number

More information

AXIS Camera Station S20 Appliance Series AXIS Camera Station S2008 Appliance AXIS Camera Station S2016 Appliance AXIS Camera Station S2024 Appliance

AXIS Camera Station S20 Appliance Series AXIS Camera Station S2008 Appliance AXIS Camera Station S2016 Appliance AXIS Camera Station S2024 Appliance AXIS Camera Station S2008 Appliance AXIS Camera Station S2016 Appliance AXIS Camera Station S2024 Appliance User Manual Table of Contents About the AXIS Camera Station S20 Appliance Series.............

More information

INSTALLATION AND SET UP GUIDE

INSTALLATION AND SET UP GUIDE INSTALLATION AND SET UP GUIDE This guide will help IT administrators to install and set up NVivo Server. It provides step by step instructions for installing the software, configuring user permissions

More information

Installing AxtraxNG 27.XX. Technical Support Engineering Rosslare Security NA For more information please see

Installing AxtraxNG 27.XX. Technical Support Engineering Rosslare Security NA For more information please see Installing AxtraxNG 27.XX Technical Support Engineering Rosslare Security NA For more information please see www.axtraxng.com Description of AxtraxNG Software Components AxtraxNG Client is the user interface

More information

SureClose Product Line March 12, 2010 Release Notes SureClose Product Line Release Notes 1

SureClose Product Line March 12, 2010 Release Notes SureClose Product Line Release Notes 1 SureClose Product Line March 12, 2010 Release Notes 5.7.8.25.7.8.2 SureClose Product Line Release Notes 1 Overview... 3 Post-Installation Considerations... 3 Features and Functionality... 5 New in This

More information

Hardware and Software Requirements for Server Applications. IVS Enterprise Server Version 12.5+

Hardware and Software Requirements for Server Applications. IVS Enterprise Server Version 12.5+ Hardware and Software Requirements for Server Applications IVS Enterprise Server Version 12.5+ Table of Contents INTRODUCTION... 3 Minimum Hardware Requirements Statement... 3 ES12.5+ HARDWARE AND SOFTWARE

More information

INSTALLATION AND SET UP GUIDE

INSTALLATION AND SET UP GUIDE INSTALLATION AND SET UP GUIDE This guide will help IT administrators to install and set up NVivo Server. It provides step by step instructions for installing the software, configuring user permissions

More information

LIBF e-test. Installation Guide. July 2016 Version 2.3

LIBF e-test. Installation Guide. July 2016 Version 2.3 LIBF e-test Installation Guide July 2016 Version 2.3 Table of Contents Page 1 Introduction 3 1.1 Contact details 3 2 Installing the Server application 4 3 Installing the Administration application 9 4

More information

PROFITstar, PROFITability, Profitstar Suite, and PROFITstar Portfolio. Release 2016a. Installation Guide For Clients Installing for the First Time

PROFITstar, PROFITability, Profitstar Suite, and PROFITstar Portfolio. Release 2016a. Installation Guide For Clients Installing for the First Time PROFITstar, PROFITability, Profitstar Suite, and PROFITstar Portfolio Installation Guide For Clients Installing for the First Time Summary Initial Installation... 1 Important Considerations... 2 System

More information

ASA Installation and Update Guide (Network/LAN) For ASA users

ASA Installation and Update Guide (Network/LAN) For ASA users (Network/LAN) For ASA users Version: 2.5 29.09.2014 CONTENTS 1 Purpose of this document... 3 2 Server specification and network layout... 3 2.1 Server specification... 3 2.2 Network layout types... 4 2.3

More information

V15 Installation Guide

V15 Installation Guide V15 Installation Guide Page 1 Table of Contents Overview... 3 Licensing Notes:... 3 About Obtaining a License... 3 Minimum System Specifications... 4 Preparing for Installation and Licensing... 5 Standalone

More information

HORTICOPIA Professional

HORTICOPIA Professional HORTICOPIA Professional Networking User Guide Horticopia, Inc. www.horticopia.com October 2017 Table of Contents I. Quick Start 2 II. System Requirements 3 III. Installing HORTICOPIA Professional 4 1.

More information

DATASHEET. Advanced 6-Port Gigabit VPN Network Router. Model: ER-6. Sophisticated Routing Features. Advanced Security, Monitoring, and Management

DATASHEET. Advanced 6-Port Gigabit VPN Network Router. Model: ER-6. Sophisticated Routing Features. Advanced Security, Monitoring, and Management Data Center & Cloud Computing DATASHEET Advanced 6-Port Gigabit VPN Network Router Model: ER-6 Sophisticated Routing Features Advanced Security, Monitoring, and Management High-Performance Gigabit Ports

More information

2V Vmware. VMware Certified Professional 6 - Desktop and Mobility Beta

2V Vmware. VMware Certified Professional 6 - Desktop and Mobility Beta Vmware 2V0-651 VMware Certified Professional 6 - Desktop and Mobility Beta Download Full Version : https://killexams.com/pass4sure/exam-detail/2v0-651 QUESTION: 97 An administrator needs to install View

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Aug. 2016 V21.20 Yealink Network Deployment Solution ii Table of Contents Table of Contents... iii Network Requirements Overview... 1 Bandwidth Requirements... 1

More information

IPv4 Firewall Rule configuration on Cisco SA540 Security Appliance

IPv4 Firewall Rule configuration on Cisco SA540 Security Appliance IPv4 Firewall Rule configuration on Cisco SA540 Security Appliance Objective The objective of this document to explain how to configure IPv4 firewall rules on Cisco SA540 Security Appliance. Firewall provide

More information

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Windows VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Replify Accelerator 4.0 Release

Replify Accelerator 4.0 Release Replify Accelerator 4.0 Release Paul Moorhead Replify 11/1/2011 Change Control Version Date Author Change Description 1.0 9/21/2011 P. Moorhead Release notes for 4.0 1.1 10/5/2011 P. Moorhead Added issue

More information

MediCal QAWeb Relay installation instructions

MediCal QAWeb Relay installation instructions MediCal QAWeb Relay installation instructions Table of contents Minimum system requirements...2 Gathering important information...2 Configuring network devices...4 Installing MediCal QAWeb Relay...8 Reinstalling/updating

More information

BASIC INSTRUCTIONS TO CONFIGURE ZYXEL P870HNU-51B CPE USING THE WEB INTERFACE

BASIC INSTRUCTIONS TO CONFIGURE ZYXEL P870HNU-51B CPE USING THE WEB INTERFACE BASIC INSTRUCTIONS TO CONFIGURE ZYXEL P870HNU-51B CPE USING THE WEB INTERFACE 15/06/2011 Index 1 INTRODUCTION... 1-1 2 FACTORY DEFAULT SETTINGS... 2-1 3 CPE BASIC OPERATIONS... 3-1 3.1 PASSWORD MODIFICATION...

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.5.3 Revision A Contents About this release on page 2 System requirements on page 2 Build number and checksums on page 4 Compatibility on page 5 New features

More information

PRO: Supporting and Troubleshooting Applications on a Microsoft Windows Vista Client for Enterprise Support Technicians.

PRO: Supporting and Troubleshooting Applications on a Microsoft Windows Vista Client for Enterprise Support Technicians. Microsoft 70-622 70-622 PRO: Supporting and Troubleshooting Applications on a Microsoft Windows Vista Client for Enterprise Support Technicians Practice Test Version 2.1 QUESTION NO: 1 Your company has

More information

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS White Paper Table of Contents Executive Summary... 3 Audience.... 3 Introduction.... 3 Architecture....

More information

NetAlly. Application Advisor. Distributed Sites and Applications. Monitor and troubleshoot end user application experience.

NetAlly. Application Advisor. Distributed Sites and Applications. Monitor and troubleshoot end user application experience. NetAlly Application Advisor Monitor End User Experience for Local and Remote Users, Distributed Sites and Applications Part of the OptiView Management Suite (OMS) OMS provides the breadth of visibility

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

MISYS CURRENT MINIMUM SPECIFICATIONS AND REQUIREMENTS

MISYS CURRENT MINIMUM SPECIFICATIONS AND REQUIREMENTS MISYS CURRENT MINIMUM SPECIFICATIONS AND REQUIREMENTS RS/6000/pSeries Server Specifications AIX 4.3.3 or higher OS for Misys Tiger AIX 5.2 or higher for Misys EMR/Misys Vision Intranetet Card, or other

More information

Course Outline 20698B

Course Outline 20698B Course Outline 20698B Module 1: Installing Windows 10 This module describes the features of Windows 10 and the process for installing and deploying it. The module also describes how to upgrade to Windows

More information

A specific IP with specific Ports and Protocols uses a dedicated WAN (Load Balance Policy).

A specific IP with specific Ports and Protocols uses a dedicated WAN (Load Balance Policy). 21. Multiple WAN Vigor 3300Bplus has three WAN interfaces, while Vigor 3300 and Vigor 3300V both have four WAN interfaces. With the Load Balance feature, you can use multiple WAN links simultaneously.

More information

CALLN HOSTED CALL RECORDING TP-LINK TL-SG108PE TP-LINK TL-SG1016DE TP-LINK TL-SG1024DE PORT MIRRORING SETUP. Created by Chris Lane.

CALLN HOSTED CALL RECORDING TP-LINK TL-SG108PE TP-LINK TL-SG1016DE TP-LINK TL-SG1024DE PORT MIRRORING SETUP. Created by Chris Lane. CALLN HOSTED CALL RECORDING TP-LINK TL-SG105E TP-LINK TL-SG108E TP-LINK TL-SG108PE TP-LINK TL-SG1016DE TP-LINK TL-SG1024DE PORT MIRRORING SETUP Created by Chris Lane 21 December 2017 Version 1.0.0 Table

More information

12d Synergy Requirements

12d Synergy Requirements This document outlines the requirements for a 12d Synergy implementation. The server requirements may differ based on the number of users. Operating below these minimum requirements will put you in an

More information

Supporting Windows Vista and Applications in the Enterprise COURSE OVERVIEW PREREQUISITES AUDIENCE OBJECTIVES COURSE OUTLINE. Course No.

Supporting Windows Vista and Applications in the Enterprise COURSE OVERVIEW PREREQUISITES AUDIENCE OBJECTIVES COURSE OUTLINE. Course No. COURSE OVERVIEW This course provides IT Professionals with the knowledge and skills to support the Windows Vista operating system and applications in the Enterprise. You will learn how to configure and

More information

WAFS/CDP v User Guide

WAFS/CDP v User Guide WAFS/CDP v3.6.2 User Guide GlobalSCAPE, Inc. (GSB) Corporate Headquarters Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054

More information

Drobo 5N2 User Guide

Drobo 5N2 User Guide Drobo 5N2 User Guide Contents 1 Drobo 5N2 User Guide... 6 1.1 Before You Begin... 7 1.1.1 Product Features at a Glance... 8 1.1.2 Checking Box Contents...10 1.1.3 Checking System Requirements...11 1.1.3.1

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Tips and Tricks: Installing Sage Pastel Accounting

Tips and Tricks: Installing Sage Pastel Accounting Tips and Tricks: Installing Sage Pastel Accounting When installing Sage Pastel Accounting we recommend that you check the following settings to avoid errors. System requirements: These are the hardware

More information

Installation Manual Release 2016 August 2016

Installation Manual Release 2016 August 2016 Installation Manual Release 2016 August 2016 ITandFactory GmbH, D-65812 Bad Soden, Germany Table of Content 1. Installation Requirements...3 2. Installation Preparation...5 3. Procedure for a Local Client

More information

VMware Mirage Installation Guide

VMware Mirage Installation Guide Mirage 5.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

More information

Cisco SR 520-T1 Secure Router

Cisco SR 520-T1 Secure Router Secure, High-Bandwidth Connectivity for Your Small Business Part of the Cisco Small Business Pro Series Connections -- between employees, customers, partners, and suppliers -- are essential to the success

More information

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem version 5.2.2 DataLocker Inc. July, 2017 SafeConsole Reference for SafeConsole OnPrem 1 Contents Introduction................................................ 2 How do the devices become managed by SafeConsole?....................

More information

InspectionXpert OnDemand On Premise Software Deployment

InspectionXpert OnDemand On Premise Software Deployment InspectionXpert OnDemand On Premise Software Deployment Table of Contents System Requirements... 3 Hardware... 3 Software... 3 Overview... 3 Requirements for Installation... 4 Installation Instructions.......

More information

Channel 4. User Manual. Version 2.0

Channel 4. User Manual. Version 2.0 Channel 4 User Manual Version 2.0 Table Of Contents Introduction... 1 System Requirements... 2 Installation... 3 Creating a Program... 7 Uploading a Program... 8 Support... 8 Introduction Evsl s Channel

More information

Installation Guide. CloudShell Version: Release Date: June Document Version: 1.0

Installation Guide. CloudShell Version: Release Date: June Document Version: 1.0 Installation Guide CloudShell Version: 7.0.0.8538 Release Date: June 2016 Document Version: 1.0 Legal notice Information in this document is subject to change without notice. Without limiting the rights

More information

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces 12d Synergy V4 Release Notes V4 contains a large number of features. Many of these features are listed in this document, but this list may not be exhaustive. This document also contains pre-requisites

More information

Ekran System High Availability Deployment Guide

Ekran System High Availability Deployment Guide Ekran System High Availability Deployment Guide Table of Contents About... 3 System Requirements... 4 Program Structure... 5 Deployment Process... 6 About... 6 Prerequisites... 6 General Prerequisites...

More information

Sage Residential Management Versions 9.5 through Installation Guide

Sage Residential Management Versions 9.5 through Installation Guide Sage Residential Management Versions 9.5 through 14.1 Installation Guide This is a publication of Sage Software, Inc. Copyright 2014. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Core Component Installation

Core Component Installation Core Components Installation Approach, page 1 Golden Template Requirements, page 2 Common s for Golden Templates, page 14 Core Components Installation Approach You can use golden templates to clone and

More information

EdgeConnect for Amazon Web Services (AWS)

EdgeConnect for Amazon Web Services (AWS) Silver Peak Systems EdgeConnect for Amazon Web Services (AWS) Dinesh Fernando 2-22-2018 Contents EdgeConnect for Amazon Web Services (AWS) Overview... 1 Deploying EC-V Router Mode... 2 Topology... 2 Assumptions

More information

Tasktop Sync - Cheat Sheet

Tasktop Sync - Cheat Sheet Tasktop Sync - Cheat Sheet 1 Table of Contents Tasktop Sync Server Application Maintenance... 4 Basic Installation... 4 Upgrading Sync... 4 Upgrading an Endpoint... 5 Moving a Workspace... 5 Same Machine...

More information

Data Access Studio Install/Upgrade Guide for JDE EnterpriseOne

Data Access Studio Install/Upgrade Guide for JDE EnterpriseOne Data Access Studio Install/Upgrade Guide for JDE EnterpriseOne 5299 DTC Blvd Greenwood Village, CO 80111, USA www.reportsnow.com Contents Supported Versions... 2 System Requirements... 3 Downloading and

More information

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver LevelOne FBR-1416 1W, 4L 10/100 Mbps ADSL Router User s Manual Ver 1.00-0510 Table of Contents CHAPTER 1 INTRODUCTION... 1 FBR-1416 Features... 1 Package Contents... 3 Physical Details... 3 CHAPTER 2

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

FREQUENTLY ASKED QUESTIONS FOR VERSION 4.0

FREQUENTLY ASKED QUESTIONS FOR VERSION 4.0 FREQUENTLY ASKED QUESTIONS FOR VERSION 4.0 SETUP What are the system requirements for Microsoft Interactive Training Version 4.0? Server Pentium II 400 processor 256 megs of RAM 4 Gigabyte Hard Drive (Mirrored)

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

VMware Mirage Installation Guide. VMware Mirage 5.9.1

VMware Mirage Installation Guide. VMware Mirage 5.9.1 VMware Mirage Installation Guide VMware Mirage 5.9.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Installation Guide for 3.1.x

Installation Guide for 3.1.x CARETEND BI Installation Guide for 3.1.x TABLE OF CONTENTS DOCUMENT PURPOSE... 2 OVERVIEW... 2 PLATFORM COMPONENTS... 3 Rock-Pond BI Server... 3 CareTend BI Client Application... 3 ABOUT INSTANCES... 3

More information

integreat4tfs Installation Guide

integreat4tfs Installation Guide TABLE OF CONTENTS Introduction... 2 System Requirements... 2 Software Requirements... 2 Hardware Requirements... 2 Hardware requirements for Redis... 2 Installation Process... 2 Installation Guidelines...

More information

Kaseya 2. Installation guide. Version R8. English

Kaseya 2. Installation guide. Version R8. English Kaseya 2 Kaseya Server Setup Installation guide Version R8 English October 24, 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

2010 (Version 12) What s new in ACT! Version 12 New Features and Functionality in ACT! Version 12

2010 (Version 12) What s new in ACT! Version 12 New Features and Functionality in ACT! Version 12 2010 (Version 12) What s new in ACT! Version 12 The ACT! by Pastel Version 12 release comprises a number of improvements to the package, which include customisable Opportunities, a fresh and user-friendly

More information

InControl 2 Software Appliance Setup Guide

InControl 2 Software Appliance Setup Guide InControl 2 Software Appliance Setup Guide (Last updated: 2017-11) Contents 1. Introduction Minimum Hardware Requirements 2. For VMware ESXi 6.0 and ESXi 5.5 (SCSI) Networking Creating InControl and DB

More information

MINIMUM HARDWARE AND OS SPECIFICATIONS File Stream Document Management Software - System Requirements for V4.2

MINIMUM HARDWARE AND OS SPECIFICATIONS File Stream Document Management Software - System Requirements for V4.2 MINIMUM HARDWARE AND OS SPECIFICATIONS File Stream Document Management Software - System Requirements for V4.2 NB: please read this page carefully, as it contains 4 separate specifications for a Workstation

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.3 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Configuration for Juniper SRX Series 6300-CX

Configuration for Juniper SRX Series 6300-CX Configuration for Juniper SRX Series 6300-CX Overview The Accelerated 6300-CX LTE Router provides a reliable, high-speed cellular connection that is compatible with existing wireline infrastructure. While

More information

Team Helpdesk for Outlook & SharePoint Managerial Installation and Configuration (for version 6 and above)

Team Helpdesk for Outlook & SharePoint Managerial Installation and Configuration (for version 6 and above) Team Helpdesk for Outlook & SharePoint Managerial Installation and Configuration (for version 6 and above) Page 1 Team Helpdesk System consists of two separate installs Manager and Agent. The managerial

More information

Sophos Enterprise Console

Sophos Enterprise Console secure network quick startup guide Product Version: 5.5 Contents About this guide... 1 Limitations on the secure network...2 What do I install?...3 What are the key steps?... 4 Download the installers...5

More information

FileCruiser. Administrator Portal Guide

FileCruiser. Administrator Portal Guide FileCruiser Administrator Portal Guide Contents Administrator Portal Guide Contents Login to the Administration Portal 1 Home 2 Capacity Overview 2 Menu Features 3 OU Space/Team Space/Personal Space Usage

More information

NALPEIRON E-LICENSE USER GUIDE For AFT Software (Updated 05/21/2015)

NALPEIRON E-LICENSE USER GUIDE For AFT Software (Updated 05/21/2015) NALPEIRON E-LICENSE USER GUIDE For AFT Software (Updated 05/21/2015) Forward... 2 Standalone elicense Functionality... 2 Network elicense Functionality... 2 Installation... 3 Overview... 3 elicense Installation

More information

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT ROYAL INSTITUTE OF INFORMATION & MANAGEMENT MCSE SYLLABUS Course Contents : Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: Managing Users, Computers and Groups. Configure access

More information

User s Guide February 28, 2017

User s Guide February 28, 2017 User s Guide February 28, 2017 Copyright 2008-2017 Tiger Technology. All rights reserved. This publication, or parts thereof, may not be reproduced in any form, by any method, for any purpose. TIGER TECHNOLOGY

More information

Managed WAN SLA. Contents

Managed WAN SLA. Contents Managed WAN SLA Contents Terminology... 2 Service Description... 2 Service Offerings... 2 Private Network Services... 2 Ethernet Connectivity... 2 T-1 Connectivity... 3 Other Connectivity... 3 Internet

More information

Managed WAN SLA. Contents

Managed WAN SLA. Contents Managed WAN SLA Contents Terminology... 2 Service Description... 2 General... 2 Levels and Offerings... 2 Private Network Services... 2 Features... 2 Internet Access... 3 Features... 3 Service Level Metrics...

More information

KNR-p16Px8 and KNR-p32Px16: Going beyond the Plug-and-Play port count

KNR-p16Px8 and KNR-p32Px16: Going beyond the Plug-and-Play port count OMNI-IP NVRs have a fixed number of Plug-and-Play ports on the rear panel. The maximum number of fully Plug-and-Play cameras supported by an OMNI-IP NVR is the same as the number of Plug-and-Play ports

More information

VMware AirWatch Content Gateway Guide for Linux For Linux

VMware AirWatch Content Gateway Guide for Linux For Linux VMware AirWatch Content Gateway Guide for Linux For Linux Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide June, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Contact Center SIP Migration SYNERGY DRIVES SUCCESS

Contact Center SIP Migration SYNERGY DRIVES SUCCESS Contact Center SIP Migration SYNERGY DRIVES SUCCESS @ One Voice A Complete SIP Solution One Voice for Genesys A Complete SIP Solution for Contact Centers CUSTOMER EXPERIENCE PLATFORM A B Work Items Rules

More information