ULTEO OPEN VIRTUAL DESKTOP OPENSUSE 11.3 SUPPORT

Size: px
Start display at page:

Download "ULTEO OPEN VIRTUAL DESKTOP OPENSUSE 11.3 SUPPORT"

Transcription

1 ULTEO OPEN VIRTUAL DESKTOP V4.0.2 OPENSUSE 11.3 SUPPORT

2 Contents 1 Prerequisites: opensuse System Requirements Repository Online Method Session Manager Installation and Configuration Installing MySQL Package Installation Configuration Setting Up the Subsystem Archive PHP Settings Installing the Application Server and File Server (using Subsystem) Setting a Redirection Name Installing a Web Portal (eg web.test.demo) 12 6 Application Server installation (native method) 14 ULTEO SAS

3 The purpose of this document is to describe how the different server roles of Ulteo OVD can be installed on opensuse 11.3 system. ULTEO SAS

4 Section 1 Prerequisites: opensuse 11.3 opensuse 11.3 can be downloaded here. All operation have to be done as super user (root). 1.1 System Requirements For a Session Manager: Evaluations/POCs: Minimum prerequisites are 1 CPU core and 512MB RAM Production environments: Ulteo recommends a minimum of 2GB RAM and 2 CPU cores For an Application Server (Subsystem): Evaluations/POCs: Minimum prerequisites are 1 CPU core and 1GB RAM Production environments: Ulteo recommends a minimum of 4GB RAM and 2 CPU cores For a Web Portal: Evaluations/POCs: Minimum prerequisites are 1 CPU core and 512MB RAM Production envrionments: Ulteo recommends 1GB RAM whenever possible or more For using the same physical machine to host the Session Manager, the Web Portal and the Linux Application Server: Evaluations/POCs: Minimum prerequisites are 1 CPU core and 1GB RAM Production environments: Please note, Ulteo does not recommend using this installation method for production environments In this document, we are using sm.test.demo for the Session Manager address, aps.test.demo for the Application Server and web.test.demo for the Web Portal. You need to use the names that are configured for your own environment. ULTEO SAS

5 Section 2 Repository opensuse 11.3 uses the RPM packaging system. An Internet connection that provides HTTP access is required on your opensuse 11.3 system and add an Ulteo RPM repository into your system. 2.1 Online Method The following method describes the repository process when your servers have access to the Internet. Add the OVD repository: # zypper ar http :// archive. ulteo.com/ovd /4.0/ opensuse /11.3 OVD Install the keyring package to validate the repository using gpg: # rpm -- import http :// archive. ulteo.com/ovd /4.0/ opensuse /11.3/ keyring Completing the Installation Process Update the package database: # zypper refresh ULTEO SAS

6 Section 3 Session Manager Installation and Configuration The Session Manager is a LAMP (Linux Apache MySQL PHP) system and can be used on an exising LAMP server. 3.1 Installing MySQL The Session Manager needs access to a MySQL database. We advise you to setup the MySQL server on the same machine as the Session Manager to minimize access time. Install the mysql package: # zypper install mysql To start automatically MySQL when the system boots up # chkconfig mysql on Start the service # service mysql start Define the root mysql password # mysqladmin -u root password mysql_ root_ password Now login to mysql and create a database: # mysql -u root -p -e create database ovd 3.2 Package Installation Install the ulteo-ovd-session-manager packages: # zypper install ulteo - ovd - session - manager ulteo - ovd - administration - console Launch the configuration tool # sm - config Admin login : admin Password : Retype password : Chroot download url [ http :// archive. ulteo.com/ovd /4.0.2/ subsystem / base. tar.gz ]: Chroot destination [/ var/cache / ulteo / sessionmanager / base.tar.gz ]: Options : * chroot download : yes * chroot URI: http :// archive. ulteo.com/ovd /4.0.2/ subsystem / base. tar.gz ULTEO SAS

7 * chroot directory : / var / cache / ulteo / sessionmanager / base.tar.gz Is this correct? [ Y/ n] If you don t have access to Internet, please use the following command instead of the previous one: # sm - config --no - download Then, please read this to manually get the subsystem archive. Launch the Administration Console configuration tool # ovd - administration - console - config Session Manager address [ ]: Configure and start apache service # chkconfig apache2 on # service apache2 restart Configuration The first step is to go to and authenticate yourself with the login and password you provided during installation. ULTEO SAS

8 The first time you log in, the system detects that it is not configured so you are redirected to a basic setup page which will save a default configuration. You have to set the MySQL configuration. For example, if you install MySQL on the same host as described previously, you would use the follwing configuration: Then, modifications are validated. ULTEO SAS

9 3.2.2 Setting Up the Subsystem Archive If you didn t specify a URL when initailly prompted, you have to manually copy a subsystem archive into /var/cache/ulteo/sessionmanager/base.tar.gz. Retrieve the base.tar.gz archive from the Ulteo website and copy it into the /var/- cache/ulteo/sessionmanager/ folder of your machine PHP Settings You have to set the timezone setting located in the php configuration file. Edit the php configuration file # vi /etc / php. ini Change the setting with your own value (values can be found here manual/en/timezones.php) date. timezone = Europe / Paris Restart the Apache server # service httpd restart ULTEO SAS

10 Section 4 Installing the Application Server and File Server (using Subsystem) Install the package ulteo-ovd-subsystem: # zypper install ulteo - ovd - subsystem Due to a conflict, you may have to uninstall samba packages before installing the ulteo-ovd-session-manager package. Remove the samba client and server packages: # zypper remove samba * Launch the configuration tool # ovd - subsystem - config Session Manager address : sm. test. demo Chroot destination [/ opt/ ulteo ]: If you are going to install an Application Server on the same machine as your Session Manager, it is recommended to use as the host. Configure and start the Ulteo service # chkconfig ulteo - ovd - subsystem on # service ulteo - ovd - subsystem restart Your server should appear in the Unregistered server page. ULTEO SAS

11 4.1 Setting a Redirection Name The server redirection name is optional. If all your machines are in the same network, you don t have to change it. If you have installed your Application Server on the same machine as your Session Manager and you have followed our advice, you have set as the server name so you must define a redirection name. The redirection name is used when launching sessions. When you launch a session, you are redirected to an Application Server using the redirection name as target host. In some cases the default redirection name is not valid. For instance, if you set up a private IP address and you want to connect to your Application Server from the internet. ULTEO SAS

12 ULTEO SAS

13 Section 5 Installing a Web Portal (eg web.test.demo) The Ulteo OVD Web Portal is no longer installed with the Session Manager as it was on previous versions (version number < 3.0). So you have to install it manually on any server you want. It is, of course, possible to install it on the same machine as the Session Manager. In this example, we are using web.test.demo as the Web Portal address Install the packages ulteo-ovd-web-client and ulteo-ovd-web-client-ajaxplorer: # zypper install ulteo -ovd -web - client ulteo -ovd -web -client - ajaxplorer ulteo - ovd - guacamole The HTML5 client is enabled by installing ulteo-ovd-guacamole package. By default, it s based on using Tomcat 6 server Launch the configuration tool # ovd - webclient - config Do you want to link the Web Portal to a specific Session Manager? ([ yes ]/ no): Session Manager address [ ]: sm. test. demo Configure and start apache service # chkconfig apache2 on # service apache2 restart Configure and start tomcat 6 service # chkconfig tomcat6 on # service tomcat6 restart Configure and start guacd service # chkconfig guacd on # service guacd restart ULTEO SAS

14 Using you web browser, go to you should see a login page: ULTEO SAS

15 Section 6 Application Server installation (native method) Install a desktop environment into your server if there is none yet: # zypper install xfce4 - desktop xfce4 - settings Install some useful graphical applications : # zypper install gimp libreoffice Install the package ulteo-ovd-slaveserver-role-aps: # zypper install ulteo - ovd - slaveserver - role - aps Launch the configuration tool # ovd - slaveserver - config Session Manager address [ ]: sm. test. demo Restart the service # chkconfig ulteo - ovd - slaveserver on # service ulteo - ovd - slaveserver stop ULTEO SAS

ULTEO OPEN VIRTUAL DESKTOP SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT Contents 1 Prerequisites: SUSE Linux Enterprise Server (SLES) 11 SP1 3 1.1 System Requirements..............................

More information

ULTEO OPEN VIRTUAL DESKTOP CENTOS 6.0 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP CENTOS 6.0 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 CENTOS 6.0 SUPPORT Contents 1 Prerequisites: CentOS 6.0 3 1.1 System Requirements.............................. 3 1.2 SELinux....................................... 3

More information

ULTEO OPEN VIRTUAL DESKTOP DEBIAN WHEEZY (7.0) SUPPORT

ULTEO OPEN VIRTUAL DESKTOP DEBIAN WHEEZY (7.0) SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 DEBIAN WHEEZY (7.0) SUPPORT Contents 1 Prerequisites: Debian Wheezy (7.0) 3 1.1 System Requirements.............................. 3 2 Repository 4 2.1 Online Method..................................

More information

ULTEO OPEN VIRTUAL DESKTOP NATIVE CLIENT

ULTEO OPEN VIRTUAL DESKTOP NATIVE CLIENT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 NATIVE CLIENT Contents 1 Introduction 3 2 Prerequisites 4 2.1 System requirements............................... 4 3 Installation on Microsoft Windows 5 4 Installation

More information

ULTEO OPEN VIRTUAL DESKTOP INTERNATIONALIZATION AND LOCALIZATION

ULTEO OPEN VIRTUAL DESKTOP INTERNATIONALIZATION AND LOCALIZATION ULTEO OPEN VIRTUAL DESKTOP V4.0.2 INTERNATIONALIZATION AND LOCALIZATION Contents 1 Introduction 2 2 Ulteo OVD translations 3 2.1 Administration Console............................. 3 2.2 Ulteo Web Portal.................................

More information

Setting up VPS on Ovh public cloud and installing lamp server on Ubuntu instance

Setting up VPS on Ovh public cloud and installing lamp server on Ubuntu instance Setting up VPS on Ovh public cloud and installing lamp server on Ubuntu instance What is OVH Public Cloud Public Cloud Instances provides a choice of two types of virtual machines: the RAM instances are

More information

Installing MediaWiki using VirtualBox

Installing MediaWiki using VirtualBox Installing MediaWiki using VirtualBox Install VirtualBox with your package manager or download it from the https://www.virtualbox.org/ website and follow the installation instructions. Load an Image For

More information

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide About this installation guide Use this document as a guide to install your DIGIOP ELEMENTS NVR software system. It includes procedures to install

More information

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation...

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation... TABLE OF CONTENTS 1 About Guide...1 2 System Requirements...2 3 Package...3 3.1 For Windows... 3 3.2 For Linux... 3 3.3 Docker image... 4 4 Windows Installation...5 4.1 Installation... 5 4.1.1 Install

More information

VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes

VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes VMware Horizon View Client 4.10 Add-on for Dell Wyse ThinLinux Version 2.1 Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Software Installation Manual

Software Installation Manual Software Installation Manual Page 1 of 5 Hardware Requirements The ProxnetPro application is installed on a single, dedicated* Host PC, that will then provide Web Server access to any number of connected

More information

Convio Data Sync Connector 3 Installation Guide

Convio Data Sync Connector 3 Installation Guide Convio Data Sync Connector 3 Installation Guide Convio Connector Installation Instructions.doc 1 INSTALLATION Installation Prerequisites... 3 Technical Requirements... 3 Installing the Pervasive Data Integrator...

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

DIGIOP ELEMENTS V8.1 Software-only Installation Guide

DIGIOP ELEMENTS V8.1 Software-only Installation Guide DIGIOP ELEMENTS V8.1 Software-only Installation Guide About this installation guide Use this document as a guide to install your DIGIOP ELEMENTS software system. It includes procedures to install your

More information

Installing Cisco CMX in a VMware Virtual Machine

Installing Cisco CMX in a VMware Virtual Machine Installing Cisco CMX in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (CMX) virtual appliance. Cisco CMX is a prebuilt software solution that

More information

K-RATE INSTALLATION MANUAL

K-RATE INSTALLATION MANUAL K-RATE INSTALLATION MANUAL K-Rate Installation Manual Contents SYSTEM REQUIREMENTS... 3 1. DOWNLOADING K-RATE... 4 STEP 1: LOGIN TO YOUR MEMBER ACCOUNT... 4 STEP 2: ENTER DOMAIN NAME... 5 STEP 3: DOWNLOAD

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

Contents. Introduction To CloudSync. 2. System Requirements...2. Installing CloudSync 2. Getting Started 4

Contents. Introduction To CloudSync. 2. System Requirements...2. Installing CloudSync 2. Getting Started 4 Quick Start Guide Contents Introduction To CloudSync. 2 System Requirements...2 Installing CloudSync 2 Getting Started 4 1 Introduction To CloudSync On behalf of FilesAnywhere, we would like to welcome

More information

User s Manual CONTENT. Nano NAS Server for USB storages. 1. Product Information Product Specifications System requirements..

User s Manual CONTENT. Nano NAS Server for USB storages. 1. Product Information Product Specifications System requirements.. CONTENT Nano NAS Server for USB storages 1. Product Information...1 2. Product Specifications.2 3. System requirements..3 4. Product Connecting. 4 5. Configuring DN-7023....5 6. Setting... 9 7. Note..

More information

ETK Installation and Configuration Manual

ETK Installation and Configuration Manual BMW GROUP ETK Installation and Configuration Manual English Version 1.4 06.08.2013 1 System Requirements General... 4 1.1 Operating system compatibility:... 4 1.1.1 Local (standalone) version... 4 1.1.2

More information

Mysql Server 4.1 Manually Windows 7 Start Service

Mysql Server 4.1 Manually Windows 7 Start Service Mysql Server 4.1 Manually Windows 7 Start Service If you are not running the MySQL server as a service, use mysqladmin to manually remove the previous installation and MySQL service (if the server If you

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Installation and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: March 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

CHAPTER III PLANNING

CHAPTER III PLANNING CHAPTER III PLANNING Table 1: Project Management Activities August September October Analysis Install VirtualBox Installation and update Ubuntu 14.04, Fedora 22 dan opensuse 13.1 Configuration VirtualBox

More information

Dell Wyse Management Suite 1.2 Release Notes

Dell Wyse Management Suite 1.2 Release Notes Rev. A00 2018-06 Dell recommends applying this update during your next scheduled release cycle. The update contains feature enhancements or changes that will help keep your system software current and

More information

MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL. 31 January 2017

MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL. 31 January 2017 MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL 31 January 2017 Contents 1 Introduction... 2 1.1 Prerequisite for configuring the multi-factor authentication:... 2 1.1.1 On the Guest side... 2 1.1.2

More information

Introduction- You have a choice of electing to use a ProVeos or a Veos model in your organization.

Introduction- You have a choice of electing to use a ProVeos or a Veos model in your organization. The Wow Veos used with your network server Introduction- You have a choice of electing to use a ProVeos or a Veos model in your organization. If you will have one stand-alone conference or training room,

More information

Galigeo for Cognos Analytics Installation Guide - G experience

Galigeo for Cognos Analytics Installation Guide - G experience Galigeo for Cognos Analytics Installation Guide - G18.0 - experience Copyright 2018 by Galigeo. All Rights Reserved. Table des matières Introduction... 3 About this document... 4 Chapter 1: Pre-requisites...

More information

App Central: Developer's Guide. For APKG 2.0

App Central: Developer's Guide. For APKG 2.0 App Central: Developer's Guide For APKG 2.0 Revision: 2.0.1 Update: March 5, 2014 1 Table of Content 1 System Requirements... 3 1.1 Build Machine... 3 1.2 Target Machine... 3 2 About APKG... 4 2.1 Getting

More information

Agiloft Installation Guide

Agiloft Installation Guide Agiloft Installation Guide HELP-13APR17 CONTENTS 1. Installation Guide............................................ 3 1.1 Pre-Installation for Windows................................ 5 1.2 Pre-Installation

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

More information

EASYLAMP UBUNTU V1.0 DOCUMENT OWNER: OUDHUIS, JONATHAN INGRAM MICRO CLOUD EUROPE

EASYLAMP UBUNTU V1.0 DOCUMENT OWNER: OUDHUIS, JONATHAN INGRAM MICRO CLOUD EUROPE EASYLAMP UBUNTU V1.0 DOCUMENT OWNER: OUDHUIS, JONATHAN INGRAM MICRO CLOUD EUROPE CONTENTS 1 Introduction... 2 2 Creating and configuring a virtual machine... 3 3 Installing Apache... 8 4 Installing MySQL...

More information

Zend Server Cluster Manager 5.6 Installation Guide

Zend Server Cluster Manager 5.6 Installation Guide Zend Server Cluster Manager 5.6 Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.6. The information in this document

More information

Installing Cisco MSE in a VMware Virtual Machine

Installing Cisco MSE in a VMware Virtual Machine Installing Cisco MSE in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (MSE) virtual appliance. Cisco MSE is a prebuilt software solution that

More information

Data Store Management Best Practices. Bill Major Laurence Clinton

Data Store Management Best Practices. Bill Major Laurence Clinton Data Store Management Best Practices Bill Major Laurence Clinton Session Agenda 1. Overview 2. Installation and Configuration 3. Backing up the data store 4. Restoring the data store 5. Moving data store

More information

Installing, Migrating, and Uninstalling HCM Dashboard

Installing, Migrating, and Uninstalling HCM Dashboard CHAPTER 2 Installing, Migrating, and Uninstalling HCM Dashboard This chapter describes how to install, migrate data from HCM 1.0, and uninstall HCM Dashboard. It includes: HCM Dashboard Server Requirements,

More information

EASYLAMP REDHAT V1.0 DOCUMENT OWNER: OUDHUIS, JONATHAN INGRAM MICRO CLOUD EUROPE

EASYLAMP REDHAT V1.0 DOCUMENT OWNER: OUDHUIS, JONATHAN INGRAM MICRO CLOUD EUROPE EASYLAMP REDHAT V1.0 DOCUMENT OWNER: OUDHUIS, JONATHAN INGRAM MICRO CLOUD EUROPE CONTENTS 1 Introduction... 2 2 Creating and configuring a virtual machine... 3 3 Installing Apache... 10 4 Installing MariaDB...

More information

Dell Wyse Management Suite 1.2 HF1 Release Notes

Dell Wyse Management Suite 1.2 HF1 Release Notes Rev. A00 2018-08 Dell recommends applying this update during your next scheduled release cycle. The update contains feature enhancements or changes that will help keep your system software current and

More information

ER/Studio Enterprise Portal 1.1 Installation Guide

ER/Studio Enterprise Portal 1.1 Installation Guide ER/Studio Enterprise Portal 1.1 Installation Guide 2nd Edition, April 16/2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco,

More information

Client TM 2.0 SP2 for Linux

Client TM 2.0 SP2 for Linux Novell Client 2.0 SP2 for Linux Installation Quick Start Novell Client TM 2.0 SP2 for Linux 03/18/2009 2.0 SP2 QUICK START www.novell.com Installing the Novell Client for Linux This document explains how

More information

Citrix HDX RealTime Media Engine 2.6 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes

Citrix HDX RealTime Media Engine 2.6 Add-on for Dell Wyse ThinLinux Version 2.1. Release Notes Citrix HDX RealTime Media Engine 2.6 Add-on for Dell Wyse ThinLinux Version 2.1 Release Notes Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of

More information

Install latest version of Roundcube (Webmail) on CentOS 7

Install latest version of Roundcube (Webmail) on CentOS 7 Install latest version of Roundcube (Webmail) on CentOS 7 by Pradeep Kumar Published December 14, 2015 Updated August 3, 2017 Roundcube is a web browser based mail client & also known as webmail. It provides

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla About the Tutorial Joomla is an open source Content Management System (CMS), which is used to build websites and online applications. It is free and extendable which is separated into frontend templates

More information

If you re the administrator on any network,

If you re the administrator on any network, Let s do an inventory! If you re the administrator on any network, chances are you ve already faced the need to make an inventory. In fact, keeping a list of all the computers, monitors, software and other

More information

Product Documentation. ER/Studio Portal. Installation Guide. Version 1.5 Published October 8, 2009

Product Documentation. ER/Studio Portal. Installation Guide. Version 1.5 Published October 8, 2009 Product Documentation ER/Studio Portal Installation Guide Version 1.5 Published October 8, 2009 2nd Edition Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California

More information

Map Intelligence Installation Guide

Map Intelligence Installation Guide Map Intelligence Installation Guide ii CONTENTS GETTING STARTED...4 Before Beginning the Installation... 4 Database Connectivity... 6 Map and Server Settings for Google Maps... 6 INSTALLING MAP INTELLIGENCE

More information

Red Hat Development Suite 2.2

Red Hat Development Suite 2.2 Red Hat Development Suite 2.2 Installation Guide Installing Red Hat Development Suite Last Updated: 2018-03-23 Red Hat Development Suite 2.2 Installation Guide Installing Red Hat Development Suite Petra

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Zend Server Cluster Manager 5.x Installation Guide

Zend Server Cluster Manager 5.x Installation Guide Zend Server Cluster Manager 5.x Installation Guide By Zend Technologies www.zend.com This is the Installation Guide for Server Cluster Manager, Version 5.0. The information in this document is subject

More information

Installing Oxwall completely in Amazon Cloud

Installing Oxwall completely in Amazon Cloud Contents Installing Oxwall completely in Amazon Cloud... 1 PART 1 Creating AWS Instance... 1 Section 1 Security Group... 1 Section 2 - A LAMP-friendly instance... 2 Section 3 - The Elastic IP... 5 PART

More information

Akana API Platform: Upgrade Guide

Akana API Platform: Upgrade Guide Akana API Platform: Upgrade Guide Version 8.0 to 8.2 Akana API Platform Upgrade Guide Version 8.0 to 8.2 November, 2016 (update v2) Copyright Copyright 2016 Akana, Inc. All rights reserved. Trademarks

More information

Automation Anywhere Enterprise 10 LTS

Automation Anywhere Enterprise 10 LTS Automation Anywhere Enterprise 10 LTS Document Version: 1.3 Installation Guide Date of Publication: 15 th November, 2016 Update(s) to this document edition: Table of Contents 1. Client Prerequisites Processor

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

Perceptive Connect. Installation and Setup Guide. Beta version: Compatible with ImageNow, versions 6.6.x and 6.7.x

Perceptive Connect. Installation and Setup Guide. Beta version: Compatible with ImageNow, versions 6.6.x and 6.7.x Perceptive Connect Installation and Setup Guide Beta version: 0.12.1 Compatible with ImageNow, versions 6.6.x and 6.7.x Written by: Product Documentation, R&D Date: November 2013 2013 Perceptive Software.

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

WWPass External Authentication Solution for IBM Security Access Manager 8.0

WWPass External Authentication Solution for IBM Security Access Manager 8.0 WWPass External Authentication Solution for IBM Security Access Manager 8.0 Setup guide Enhance your IBM Security Access Manager for Web with the WWPass hardware authentication IBM Security Access Manager

More information

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies.

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies. Zend Server Cluster Manager 5.5 Beta Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.5 Beta. The information in this

More information

Red Hat Development Suite 2.1

Red Hat Development Suite 2.1 Red Hat Development Suite 2.1 Installation Guide Installing Red Hat Development Suite Last Updated: 2017-12-06 Red Hat Development Suite 2.1 Installation Guide Installing Red Hat Development Suite Petra

More information

SuperLumin Nemesis. Getting Started Guide. February 2011

SuperLumin Nemesis. Getting Started Guide. February 2011 SuperLumin Nemesis Getting Started Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

More information

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud SaaSaMe Transport Workload Snapshot Export for Alibaba Cloud Contents About This Document... 3 Revision History... 3 Workload Snapshot Export for Alibaba Cloud... 4 Workload Snapshot Export Feature...

More information

TTerm Connect Installation Guide

TTerm Connect Installation Guide Host Connectivity. Any Host, Any Device. TTerm Connect Installation Guide What is TTerm Connect? TTerm Connect is Turbosoft s web based terminal emulator. Built on common web technologies such as HTML5,

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Dell Wyse Management Suite. Version 1.1 Deployment Guide

Dell Wyse Management Suite. Version 1.1 Deployment Guide Dell Wyse Management Suite Version 1.1 Deployment Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

SAS Activity-Based Management Server Software 6.1 for Windows

SAS Activity-Based Management Server Software 6.1 for Windows Installation Instructions SAS Activity-Based Management Server Software 6.1 for Windows Pre-installation Checklist Before you start to install or upgrade SAS Activity-Based Management Server, please follow

More information

Kollaborate Server. Installation Guide

Kollaborate Server. Installation Guide 1 Kollaborate Server Installation Guide Kollaborate Server is a local implementation of the Kollaborate cloud workflow system that allows you to run the service in-house on your own server and storage.

More information

WhosOn server help

WhosOn server help server help Server help Important For WhosOn to work, you will need to ensure that certain ports are open in the firewall. With the default setup for WhosOn, you would need to open ports 80, 443, 8080

More information

ViMP 2.0. Installation Guide. Verfasser: ViMP GmbH

ViMP 2.0. Installation Guide. Verfasser: ViMP GmbH ViMP 2.0 Installation Guide Verfasser: ViMP GmbH Table of contents About this document... 3 Prerequisites... 4 Preparing the server... 5 Apache2... 5 PHP... 5 MySQL... 5 Transcoding... 6 Configuration...

More information

Connectware Manager Getting Started Guide

Connectware Manager Getting Started Guide Connectware Manager Getting Started Guide 90000699_B 2004, 2005 Digi International Inc. Digi, Digi International, the Digi logo, the Digi Connectware log, the Making Device Networking Easy logo, Digi

More information

Link Gateway Initial Configuration Manual

Link Gateway Initial Configuration Manual Link Gateway Initial Configuration Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING 2017/11/10 10:40 1/2 Setup Setup INTRODUCTION The setup procedure for VISUAL PLANNING 5.3 depends on the version: VISUAL PLANNING ONE VISUAL PLANNING ESSENTIAL VISUAL PLANNING ENTERPRISE Be aware of the

More information

Cisco CVP VoiceXML 3.1. Installation Guide

Cisco CVP VoiceXML 3.1. Installation Guide Cisco CVP VoiceXML 3.1 CISCO CVP VOICEXML 3.1 Publication date: October 2005 Copyright (C) 2001-2005 Audium Corporation. All rights reserved. Distributed by Cisco Systems, Inc. under license from Audium

More information

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents Cloud Help for Community Managers...3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

GMU Specifications And Installation Procedures Page 1 04/04/08. JBM Gateway Management Utility Server Specifications And Installation Procedures

GMU Specifications And Installation Procedures Page 1 04/04/08. JBM Gateway Management Utility Server Specifications And Installation Procedures And Installation Procedures Page 1 04/04/08 JBM Gateway Management Utility Server Specifications And Installation Procedures And Installation Procedures Page 2 04/04/08 GMU Specifications... 3 Recommended

More information

1 Installing iprint Add-On on a Single Node. 2 Installing iprint Add-On in a Cluster Environment

1 Installing iprint Add-On on a Single Node. 2 Installing iprint Add-On in a Cluster Environment Micro Focus iprint Add-On for Open Enterprise Server Micro Focus iprint add-on enables features such as mobility and email printing for OES customers. WalkUp printing enables user s jobs to be put on hold

More information

SIM Bank Scheduler Server User Manual. (for Version )

SIM Bank Scheduler Server User Manual. (for Version ) SIM Bank Scheduler Server User Manual (for Version 1.01.1) Introduction to the SIM of Bank Scheduler Server: SIM Bank Scheduler Server ( SIM Server for short) is a type of server software launched by our

More information

QuickStart Guide for Managing Computers. Version 9.73

QuickStart Guide for Managing Computers. Version 9.73 QuickStart Guide for Managing Computers Version 9.73 JAMF Software, LLC 2015 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

Working with SQL SERVER EXPRESS

Working with SQL SERVER EXPRESS Table of Contents How to Install SQL Server 2012 Express Edition... 1 Step 1.... 1 Step 2.... 2 Step 3.... 3 Step 4.... 3 Step 5.... 4 Step 6.... 5 Step 7.... 5 Step 8.... 6 Fixing Database Start-up Connection

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

Your environment will now be created. The status is Creating. You can use the Refresh button to refresh the page.

Your environment will now be created. The status is Creating. You can use the Refresh button to refresh the page. MANUAL This guide helps you getting started with SaasNow within a few steps. Create SAS environment 1. You received an email from SaasNow where you can create your login details. 2. Log in to /login with

More information

Installation Guide - Mac

Installation Guide - Mac Kony Fabric Installation Guide - Mac On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.06 AND 5.1.0 DU-07754-001 _v6.0 through 6.2 July 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server... 1 1.1. Overview

More information

Oracle s Hyperion Data Integration Management Adapter for Financial Management Release Readme

Oracle s Hyperion Data Integration Management Adapter for Financial Management Release Readme Oracle s Hyperion Data Integration Management Adapter for Financial Management Release 9.3.1.1 File This file contains the following sections: Purpose... 1 System Requirements... 2 Hardware... 2 Software...

More information

PS IMAGO Portal 4.0 /// installation instructions

PS IMAGO Portal 4.0 /// installation instructions PS IMAGO Portal 4.0 /// installation instructions Installing PS IMAGO Portal on Windows PS IMAGO Portal was designed to maximally simplify the installation process, transferring the system to other platforms

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

Galigeo for Cognos HTML5 Installation Guide - G18.0

Galigeo for Cognos HTML5 Installation Guide - G18.0 Galigeo for Cognos HTML5 Installation Guide - G18.0 Copyright 2018 by Galigeo. All Rights Reserved. Table des matières Introduction... 3 About this document... 4 Chapter 1: Prerequisites... 5 1.1 Architecture

More information

App Central: Developer's Guide. For APKG 2.0

App Central: Developer's Guide. For APKG 2.0 App Central: Developer's Guide For APKG 2.0 Revision: 2.5.0 Update: September 17, 2015 1 Table of Content 1 System Requirements... 3 1.1 Build Machine... 3 1.2 Target Machine... 3 2 About APKG... 4 2.1

More information

Installation Guide for FTMS and Node Manager

Installation Guide for FTMS and Node Manager Installation Guide for FTMS and Node Manager Table of Contents Windows... 2 Installing FTMS... 2 Launching FTMS... 2 Client... 3 Stopping FTMS Server... 3 Installing Standalone Node Manager... 3 Launching

More information

Last updated: May 10, Desktop Setup User Guide

Last updated: May 10, Desktop Setup User Guide Last updated: May 10, 2017 Desktop Setup User Guide Table of Contents ServicePRO Desktop Setup User Guide... 2 1. ServicePRO Portal Setup Information to Note... 2 2. Setting up ServicePRO Desktop in Client

More information

TOPEX VoiBridge. (VoIP-to-GSM Gateway) Basic Configuration

TOPEX VoiBridge. (VoIP-to-GSM Gateway) Basic Configuration TOPEX VoiBridge (VoIP-to-GSM Gateway) Basic Configuration 2009 CONTENT 1 VoiBridge configuration by means web interface 3 1.1 Access the web interface 3 1.2 Changing the IP Address 4 1.3 Changing the default

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.6.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

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

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux 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

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.2.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1. Horizon Cloud with On-Premises Infrastructure Administration Guide VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.3 Horizon Cloud with On-Premises Infrastructure Administration

More information

QPKG Debian6 V (Beta)

QPKG Debian6 V (Beta) QPKG Debian6 V 1.1.0 (Beta) Add a Debian chroot environment to your Qnap Available for : Arm Qnap except TS-x09 Intel Qnap First Print Please read post on forum for complete information Documentation version

More information

Platform Compatibility... 1 Known Issues... 1 Resolved Issues... 2 Deploying the SRA Virtual Appliance... 3 Related Technical Documentation...

Platform Compatibility... 1 Known Issues... 1 Resolved Issues... 2 Deploying the SRA Virtual Appliance... 3 Related Technical Documentation... Secure Remote Access SonicWALL SRA 5.0.0.3 Contents Platform Compatibility... 1 Known Issues... 1 Resolved Issues... 2 Deploying the SRA Virtual Appliance... 3 Related Technical Documentation... 17 Platform

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

Introduction The goal of this article is to clarify a few questions about Oracle's installation and its many different available modules.

Introduction The goal of this article is to clarify a few questions about Oracle's installation and its many different available modules. Elipse Knowledgebase Installing Oracle 11g Database. Introduction The goal of this article is to clarify a few questions about Oracle's installation and its many different available modules. Differences

More information

What Is Wireless Setup

What Is Wireless Setup What Is Wireless Setup Wireless Setup provides an easy way to set up wireless flows for 802.1x, guest, and BYOD. It also provides workflows to configure and customize each portal for guest and BYOD, where

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information