Ulteo Open Virtual Desktop Installation



Similar documents
Installation documentation for Ulteo Open Virtual Desktop

ULTEO OPEN VIRTUAL DESKTOP UBUNTU (PRECISE PANGOLIN) SUPPORT

INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU (TRUSTY TAHR)

INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6

Project management integrated into Outlook

How to Install Multicraft on a VPS or Dedicated Server (Ubuntu bit)

How To Backup On Ubuntu (Amd64) With Back In Time (Amd) On Windows Xp) On A Windows Xp (Amd32) On Ubunus On A Ubuntu

Livezilla How to Install on Shared Hosting By: Jon Manning

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

Tips for getting started! with! Virtual Data Center!

Comodo MyDLP Software Version 2.0. Installation Guide Guide Version Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013

CPE111 COMPUTER EXPLORATION

ULTEO OPEN VIRTUAL DESKTOP V4.0

Virtual Owl. Guide for Windows. University Information Technology Services. Training, Outreach, Learning Technologies & Video Production

Installation & Upgrade Guide

IIS, FTP Server and Windows

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER

Integrating EJBCA and OpenSSO

CDH installation & Application Test Report

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide!

Active Directory integration with CloudByte ElastiStor

How To Understand The Architecture Of An Ulteo Virtual Desktop Server Farm

LAMP Quickstart for Red Hat Enterprise Linux 4

V Series Rapid Deployment Version 7.5

Installing an open source version of MateCat

ULTEO OPEN VIRTUAL DESKTOP OVD WEB APPLICATION GATEWAY

Desktop : Ubuntu Desktop, Ubuntu Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu Server, Ubuntu Server, CentOS 5, CentOS 6

Installing Booked scheduler on CentOS 6.5

User Manual of the Pre-built Ubuntu Virutal Machine

Using Internet or Windows Explorer to Upload Your Site

How To Set Up Dataprotect

SETTING UP A LAMP SERVER REMOTELY

Hyper-V Server 2008 Setup and Configuration Tool Guide

VPS Remote Computing. Connecting to a Windows Server for the first time. 1 Your Server has been installed. 2 Finding the login details for your Server

Network Management & Monitoring Request Tracker (RT) Installation and Configuration

Install MS SQL Server 2012 Express Edition

INUVIKA TECHNICAL GUIDE

Using Microsoft Expression Web to Upload Your Site

About This Document 3. About the Migration Process 4. Requirements and Prerequisites 5. Requirements... 5 Prerequisites... 5

MiraCosta College now offers two ways to access your student virtual desktop.

Linux Development Environment Description Based on VirtualBox Structure

Setup a Virtual Host/Website

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11

Cloud Homework instructions for AWS default instance (Red Hat based)

User Manual of the Pre-built Ubuntu 9 Virutal Machine

Indian Standards on DVDs. Installation Manual Version 1.0. Prepared by Everonn Education Ltd

Cuba for Remedy Avaya TSAPI Quick Start Guide Cuba Version 1.3

JAMF Software Server Installation Guide for Linux. Version 8.6

Other documents in this series are available at: servernotes.wazmac.com

Ulteo Open Virtual Desktop - Protocol Description

Extending Remote Desktop for Large Installations. Distributed Package Installs

Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1

BITS-Pilani Hyderabad Campus CS C461/IS C461/CS F303/ IS F303 (Computer Networks) Laboratory 3

Asia Web Services Ltd. (vpshosting.com.hk)

OrangeHRM Web Installation Guide for Windows

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER

Installing Moodle for Windows with Easy PHP Illustrated Install Guide By Floyd Collins

Volume SYSLOG JUNCTION. User s Guide. User s Guide

Installation Guidelines (MySQL database & Archivists Toolkit client)

How to Install SMTPSwith Mailer on Centos Server/VPS

OnCommand Performance Manager 1.1

insync Installation Guide

QUANTIFY INSTALLATION GUIDE

Microsoft SQL Server Express 2005 Install Guide

TAO Installation Guide v0.1. September 2012

IBM DB2 for Linux, UNIX, and Windows. Deploying IBM DB2 Express-C with PHP on Ubuntu Linux

Installation Instructions

Local Caching Servers (LCS): User Manual

FireBLAST Marketing Solution v2

USING THE DNS/DHCP ADMINISTRATIVE INTERFACE Last Updated:

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions

OpenGeo Suite for Linux Release 3.0

CYCLOPE let s talk productivity

REMOTE ACCESS DDNS CONFIGURATION MANUAL

MultiSite Manager. Setup Guide

Virtual Appliance Setup Guide

VMware vcenter Support Assistant 5.1.1

Apache and Virtual Hosts Exercises

NEFSIS DEDICATED SERVER

Password Manager. Version Password Manager Quick Guide

Quick Start Guide. User Manual. 1 March 2012

Written by Wirabumi Software Sunday, 30 December :27 - Last Updated Thursday, 03 January :52

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

Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4

Mirtrak 6 Powered by Cyclope

Configuring a Windows 2003 Server for IAS

NetPoint Configuration Guide. for thin clients

Oracle Universal Content Management

Hadoop Data Warehouse Manual

SUSE Manager in the Public Cloud. SUSE Manager Server in the Public Cloud

EZblue BusinessServer The All - In - One Server For Your Home And Business

INASP: Effective Network Management Workshops

Quick Start Guide for Parallels Virtuozzo

Enterprise Manager. Version 6.2. Installation Guide

Contents. 1. Infrastructure

Infinity Web Viewer Reference Guide

The FlexiSchools Online Order Management System Installation Guide

Apache Server Implementation Guide

Transcription:

Ulteo Open Virtual Desktop Installation Copyright 2008 Ulteo SAS -

CONTENTS CONTENTS Contents 1 Prerequisites 2 1.1 Installation of MySQL....................................... 2 2 Session Manager (sm.ulteo.com) 3 2.1 Installation.............................................. 3 2.1.1 Setup the application system archive........................... 6 2.2 Configuration............................................ 7 3 Application Server installation (aps.ulteo.com) 9 3.1 Configuration............................................ 11 3.1.1 Register the server..................................... 11 3.1.2 Set an redirection name.................................. 12 4 Perform a "Publication" 14 5 Launch a session 15 1

1 PREREQUISITES 1 Prerequisites A minimal Open Virtual Desktop infrastructure requires one Session Manager and one Application Server. the Session Manager is a LAMP (Linux Apache MySQL PHP) system and could be used in an exising LAMP server. the Application Server is a server where the desktop and applications will be executed. It has to be a Ulteo OVD dedicated server. IMPORTANT In this document, we are using sm.ulteo.com for the Session Manager and aps.ulteo.com for Application Server. You need to set that names according to your own domain names. NOTE It is possible to install both Application Server and Session Manager on the same machine. The servers used by Ulteo OVD need to be installed with Ubuntu 8.04.3 (Hardy Heron) Server for x86/32 bits (it can be downloaded from this link). All operations need to be done as super user. To log in as root: $ sudo -s 1.1 Installation of MySQL If you don t have any available MySQL database, you have to install MySQL on your Session Manager. Install the mysql-server package: # apt-get install mysql-server A password for root will be asked. Now log in mysql and create a database: # mysql -u root -p Enter password: mysql> create database ulteo_sm; Query OK, 1 row affected (0.02 sec) mysql> exit 2

2 SESSION MANAGER (SM.ULTEO.COM) 2 Session Manager (sm.ulteo.com) The Session Manager is the main server for your Ulteo Open Virtual Desktop infrastructure. It will manage all your application servers through an administration web interface. 2.1 Installation Add the Ulteo repository to the repository list: # echo "deb http://archive.ulteo.com/ulteo/ovd 2.0 main" >> /etc/apt/sources.list # apt-get update NOTE GPG errors given by the previous command will be fixed in the next installation steps. They won t prevent the installation to be successful. Install the keyring package to validate the repository using gpg: # apt-get install ulteo-keyring # apt-get update Install the ulteo-ovd-session-manager package: # apt-get install ulteo-ovd-session-manager The installer asks for an admin login 3

2 SESSION MANAGER (SM.ULTEO.COM) 2.1 Installation 4

2 SESSION MANAGER (SM.ULTEO.COM) 2.1 Installation And a password: which has to be confirmed: 5

2 SESSION MANAGER (SM.ULTEO.COM) 2.1 Installation Application servers are using an application system that will be the same for all your application servers: If you don t have access to Internet, keep this field empty, we ll see later how to install it by hand. The server is now installed but not configured yet. You have to open http://sm.ulteo.com/ sessionmanager with a web browser.it should display this page: 2.1.1 Setup the application system archive If you didn t specify an URL at the last question, you have to copy an application system archive into /usr/share/ulteo/sessionmanager/base.tar.gz. For instance, you can download an archive from http://www.ulteo.com/main/downloads/ ulteo-ovd.php?suite=2.0 from another computer which have access to Internet and copy it on a usb stick. Then, you have to copy it on the Session Manager at /usr/share/ulteo/sessionmanager/base.tar.gz 6

2 SESSION MANAGER (SM.ULTEO.COM) 2.2 Configuration 2.2 Configuration The first step is to go to http://sm.ulteo.com/sessionmanager/admin and autenticate yourself with the login and password you provided during the installation. For the first time you login, the system detect that is not well configured so you are redirected to a basic setup page which will save a default configuration. You have to set the MySQL configuration. For instance, if you install MySQL on the same host as described previously, here is the configuration: Then, you should be redirected to the main page: 7

2 SESSION MANAGER (SM.ULTEO.COM) 2.2 Configuration The session manager has no application server plugged yet. You now have to install one or more Application Servers. 8

3 APPLICATION SERVER INSTALLATION... 3 Application Server installation (aps.ulteo.com) Add the Ulteo repositoriy to the Ubuntu repository list: # echo "deb http://archive.ulteo.com/ulteo/ovd 2.0 main" >> /etc/apt/sources.list # apt-get update Install the keyring package to validate the repository using gpg: # apt-get install ulteo-keyring # apt-get update NOTE GPG errors given by the previous command will be fixed in the next installation steps. They won t prevent the installation to be successful. Install the package ulteo-ovd-application-server: # apt-get install ulteo-ovd-application-server The first question is about the FQDN (Fully Qualified Domain Name) hostname of the machine you are using as an Application Server. This FQDN is used by the Session Manager server to manage Application Servers. If the FQDN is not defined well, this Application Server will never register on the Main server. Here we are using aps.ulteo.com. IMPORTANT If you are going to install an Application server on the same machine as your Session Manager, it s adviced to use 127.0.0.1 as FQDN. 9

3 APPLICATION SERVER INSTALLATION... 10

3 APPLICATION SERVER INSTALLATION... 3.1 Configuration The next question is about the URL/path where the session manager can be accessed. Provide the URL that was used previously (we use http://sm.ulteo.com/sessionmanager here for the example, but of course, you have to set your own domain name). IMPORTANT If you are going to install an Application server on the same machine as your Session Manager, it s adviced to use http://127.0.0.1/sessionmanager as URL. The configuration is now done. The system is going to donwload and uncompress the application system archive from the Session Manager your registered. Once done, you just have to restart the service: # /etc/init.d/ulteo-ovd restart 3.1 Configuration 3.1.1 Register the server An Application server has been installed and is now ready. First, we have to register it, and switch it from maintenance mode to production mode. Your server should appear in the Unregistered server page. 11

3 APPLICATION SERVER INSTALLATION... 3.1 Configuration If your server does not appear in the list, you might have a DNS configuration issue, please report to the FAQ to solve this issue. If you want to use this server on your network, you have to click on register. Now, click on Switch to production to switch it to Production mode. 3.1.2 Set an redirection name The server redirection name is an option. If all your machines are in the same network, you don t have to change it. IMPORTANT If you installed your Application server on the same machine as your Session Manager and you follow our advices, you setup 127.0.0.1 as server name so you must define an redirection name. The redirection name is used to launch session. When you launch a session, you are redirected to an Application server using the redirection name as redirection. In some cases the default redirection name (the FQDN you gave at the ApS installation) is not valid. For instance, if you setup an private IP address and you want to connect from Internet. 12

3 APPLICATION SERVER INSTALLATION... 3.1 Configuration 13

4 PERFORM A "PUBLICATION" 4 Perform a "Publication" A publication is an association between a users group and an applications group. It s an authorization for a users group to launch the applications include in the group. By default, there is no users or applications group installed so you have to create it to launch sessions (it s not possible to launch session without application in the default configuration). To simplify the process, you can use the Publication wizard by going on Applications page. Go to the Publications page, select and follow the wizard steps. 14

5 LAUNCH A SESSION 5 Launch a session IMPORTANT Client prerequisites: Java 1.5/1.6 (Sun or OpenJDK) browser: Firefox 2+ or Internet Explorer 7+ Back to http://sm.ulteo.com/sessionmanager/ with your browser, you should see a login page: 15

5 LAUNCH A SESSION Once logged in, the session is launching: 16

5 LAUNCH A SESSION The session is launched and is ready to use with applications that have been published for the user: 17