SlideShare une entreprise Scribd logo
1  sur  18
Télécharger pour lire hors ligne
Ulteo Open Virtual Desktop

        Installation




                       Copyright © 2008 Ulteo SAS -
CONTENTS                                                                                               CONTENTS


Contents
1 Prerequisites                                                                                                    2

2   Installation of MySQL                                                                                          2

3   Session Manager (sm.ulteo.com)                                                                                  2
    3.1 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .    2
         3.1.1 Setup the application system archive . . . . . . . . . . . . . . . . . . . . . . . . . . .           6
    3.2 Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .        7

4   Application Server installation (aps.ulteo.com)                                                                 9
    4.1 Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .       11
        4.1.1 Register the server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .        11
        4.1.2 Set an redirection name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .          12

5   Perform a "Publication"                                                                                        14

6   Launch a session                                                                                               15




                                                          1
3 SESSION MANAGER (SM.ULTEO.COM)


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.



 I MPORTANT
           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.




 N OTE


 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 (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



2 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.


3 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.

3.1     Installation
   • Add the Ulteo repository to the repository list:

        # echo "deb http://archive.ulteo.com/ulteo/ovd 2.5 main" >> /etc/apt/sources ←
            .list
        # apt-get update




                                                       2
3 SESSION MANAGER (SM.ULTEO.COM)                                                         3.1   Installation




     N OTE


     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
3 SESSION MANAGER (SM.ULTEO.COM)       3.1   Installation


  • And a password:




  • which has to be confirmed:




                                   4
3 SESSION MANAGER (SM.ULTEO.COM)                                                        3.1   Installation


  • Next question is about MySQL creation. Will aptitude create user and database for OVD on
    MySQL ?




  • 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.


                                                   5
3 SESSION MANAGER (SM.ULTEO.COM)                                                         3.1   Installation


   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:




3.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.5 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
3 SESSION MANAGER (SM.ULTEO.COM)                                                   3.2   Configuration


3.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
3 SESSION MANAGER (SM.ULTEO.COM)                                              3.2   Configuration




  The session manager has no application server plugged yet. You now have to install one or more
Application Servers.




                                               8
4   APPLICATION SERVER INSTALLATION . . .


4     Application Server installation (aps.ulteo.com)
    • If you haven’t done it yet for the Session Manager, add the Ulteo repositoriy to the Ubuntu repos-
      itory list:

      # echo "deb http://archive.ulteo.com/ulteo/ovd 2.5 main" >> /etc/apt/sources ←
          .list
      # apt-get update


    • If you haven’t done it yet for the Session Manager, install the keyring package to validate the
      repository using gpg:

      # apt-get install ulteo-keyring
      # apt-get update




        N OTE


       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.



        I MPORTANT

                If you are going to install an Application server on the same machine as your Ses-
                sion Manager, it’s adviced to use 127.0.0.1 as FQDN.




                                                       9
4   APPLICATION SERVER INSTALLATION . . .




                                            10
4     APPLICATION SERVER INSTALLATION . . .                                                4.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).



        I MPORTANT

               If you are going to install an Application server on the same machine as your Ses-
               sion 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



4.1    Configuration
4.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
4    APPLICATION SERVER INSTALLATION . . .                                               4.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.

4.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.


    I MPORTANT

           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
4   APPLICATION SERVER INSTALLATION . . .        4.1   Configuration




                                            13
5 PERFORM A "PUBLICATION"


5 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
6 LAUNCH A SESSION


6 Launch a session


I MPORTANT
       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
6 LAUNCH A SESSION


  • Once logged in, the session is launching:




                                                16
6 LAUNCH A SESSION


  • The session is launched and is ready to use with applications that have been published for the
    user:




                                               17

Contenu connexe

Tendances

M sata raid_adaptec
M sata raid_adaptecM sata raid_adaptec
M sata raid_adaptec
laonap166
 
Essbase installation 11.1.1.3 chapter
Essbase installation 11.1.1.3 chapterEssbase installation 11.1.1.3 chapter
Essbase installation 11.1.1.3 chapter
Amit Sharma
 
Sap ep 7.0 install
Sap ep 7.0 installSap ep 7.0 install
Sap ep 7.0 install
dkeerthan
 
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
Levi Ustinov
 
Ovms ops manager_admin
Ovms ops manager_adminOvms ops manager_admin
Ovms ops manager_admin
sati1981
 
Vmware tools-installation-configuration
Vmware tools-installation-configurationVmware tools-installation-configuration
Vmware tools-installation-configuration
Ram Prasad Ohnu
 
Installation of ESX Server
Installation of ESX ServerInstallation of ESX Server
Installation of ESX Server
Luca Viscomi
 
Bisp hyperion11 1 1 3 installation guide
Bisp hyperion11 1 1 3 installation guideBisp hyperion11 1 1 3 installation guide
Bisp hyperion11 1 1 3 installation guide
Amit Sharma
 

Tendances (20)

VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038
 
Dev stacklabguide
Dev stacklabguideDev stacklabguide
Dev stacklabguide
 
Zentyal Customization (templates, hooks, LDAP)
Zentyal Customization (templates, hooks, LDAP)Zentyal Customization (templates, hooks, LDAP)
Zentyal Customization (templates, hooks, LDAP)
 
M sata raid_adaptec
M sata raid_adaptecM sata raid_adaptec
M sata raid_adaptec
 
Vmware interview
Vmware interviewVmware interview
Vmware interview
 
Vsp 40 admin_guide
Vsp 40 admin_guideVsp 40 admin_guide
Vsp 40 admin_guide
 
Essbase installation 11.1.1.3 chapter
Essbase installation 11.1.1.3 chapterEssbase installation 11.1.1.3 chapter
Essbase installation 11.1.1.3 chapter
 
DNF Failed To Open Cache
DNF Failed To Open CacheDNF Failed To Open Cache
DNF Failed To Open Cache
 
Esm rel notes_6.0cp1
Esm rel notes_6.0cp1Esm rel notes_6.0cp1
Esm rel notes_6.0cp1
 
Sap ep 7.0 install
Sap ep 7.0 installSap ep 7.0 install
Sap ep 7.0 install
 
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
SharePoint 2013 SP1 Deployment for OneDrive use – Step by Step [Small]
 
02.12.2012 ubuntu 12.1 server guide
02.12.2012 ubuntu 12.1 server guide02.12.2012 ubuntu 12.1 server guide
02.12.2012 ubuntu 12.1 server guide
 
Ovms ops manager_admin
Ovms ops manager_adminOvms ops manager_admin
Ovms ops manager_admin
 
Quickstartguidesoasuite11gr1ps4 459545
Quickstartguidesoasuite11gr1ps4 459545Quickstartguidesoasuite11gr1ps4 459545
Quickstartguidesoasuite11gr1ps4 459545
 
Eql tr symantec-backup-exec-10d-tr1024
Eql tr symantec-backup-exec-10d-tr1024Eql tr symantec-backup-exec-10d-tr1024
Eql tr symantec-backup-exec-10d-tr1024
 
Arcsight ESM Support Matrix
Arcsight ESM Support MatrixArcsight ESM Support Matrix
Arcsight ESM Support Matrix
 
Vmware tools-installation-configuration
Vmware tools-installation-configurationVmware tools-installation-configuration
Vmware tools-installation-configuration
 
Installation of ESX Server
Installation of ESX ServerInstallation of ESX Server
Installation of ESX Server
 
Bisp hyperion11 1 1 3 installation guide
Bisp hyperion11 1 1 3 installation guideBisp hyperion11 1 1 3 installation guide
Bisp hyperion11 1 1 3 installation guide
 
Manual Sophos
Manual SophosManual Sophos
Manual Sophos
 

Similaire à Installation

Sharepoint 2007 Install Best Practice Phase 1
Sharepoint 2007 Install Best Practice  Phase 1Sharepoint 2007 Install Best Practice  Phase 1
Sharepoint 2007 Install Best Practice Phase 1
LiquidHub
 
Safe peak installation guide version 2.1
Safe peak installation guide version 2.1Safe peak installation guide version 2.1
Safe peak installation guide version 2.1
Vladi Vexler
 
Netxms install guide
Netxms install guideNetxms install guide
Netxms install guide
Naga Raju N
 
Epm live 4.3_installation_guide
Epm live 4.3_installation_guideEpm live 4.3_installation_guide
Epm live 4.3_installation_guide
azurise
 

Similaire à Installation (20)

FME Server Linux FME UC 2022 Presentation - Merline and Richard Corporate Dec...
FME Server Linux FME UC 2022 Presentation - Merline and Richard Corporate Dec...FME Server Linux FME UC 2022 Presentation - Merline and Richard Corporate Dec...
FME Server Linux FME UC 2022 Presentation - Merline and Richard Corporate Dec...
 
Sharepoint 2007 Install Best Practice Phase 1
Sharepoint 2007 Install Best Practice  Phase 1Sharepoint 2007 Install Best Practice  Phase 1
Sharepoint 2007 Install Best Practice Phase 1
 
Safe peak installation guide version 2.1
Safe peak installation guide version 2.1Safe peak installation guide version 2.1
Safe peak installation guide version 2.1
 
metus
metusmetus
metus
 
Netxms install guide
Netxms install guideNetxms install guide
Netxms install guide
 
Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7Install VMWare Tools CentOS 7
Install VMWare Tools CentOS 7
 
Installation Guide - Octopus
Installation Guide - OctopusInstallation Guide - Octopus
Installation Guide - Octopus
 
How to install oracle ops center 12c
How to install oracle ops center 12cHow to install oracle ops center 12c
How to install oracle ops center 12c
 
Wily introscope 7.1 installation guide
Wily introscope 7.1   installation guideWily introscope 7.1   installation guide
Wily introscope 7.1 installation guide
 
Field installation guide-v3_1
Field installation guide-v3_1Field installation guide-v3_1
Field installation guide-v3_1
 
Planning Optimal Lotus Quickr services for Portal (J2EE) Deployments
Planning Optimal Lotus Quickr services for Portal (J2EE) DeploymentsPlanning Optimal Lotus Quickr services for Portal (J2EE) Deployments
Planning Optimal Lotus Quickr services for Portal (J2EE) Deployments
 
Oracle VM 3.4.1 Installation
Oracle VM 3.4.1 InstallationOracle VM 3.4.1 Installation
Oracle VM 3.4.1 Installation
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorial
 
Gluster Storage Platform Installation Guide
Gluster Storage Platform Installation GuideGluster Storage Platform Installation Guide
Gluster Storage Platform Installation Guide
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfiguration
 
Drupal Continuous Integration with Jenkins - The Basics
Drupal Continuous Integration with Jenkins - The BasicsDrupal Continuous Integration with Jenkins - The Basics
Drupal Continuous Integration with Jenkins - The Basics
 
Silk Test Install Guide
Silk Test Install GuideSilk Test Install Guide
Silk Test Install Guide
 
Epm live 4.3_installation_guide
Epm live 4.3_installation_guideEpm live 4.3_installation_guide
Epm live 4.3_installation_guide
 
Oracle autovue
Oracle autovueOracle autovue
Oracle autovue
 

Plus de rumoorthyit

Plus de rumoorthyit (6)

M211 c
M211 cM211 c
M211 c
 
G111 b
G111 bG111 b
G111 b
 
Quality circles
Quality circlesQuality circles
Quality circles
 
Network
NetworkNetwork
Network
 
Chapter8 6up
Chapter8 6upChapter8 6up
Chapter8 6up
 
05 network
05 network05 network
05 network
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Dernier (20)

GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 

Installation

  • 1. Ulteo Open Virtual Desktop Installation Copyright © 2008 Ulteo SAS -
  • 2. CONTENTS CONTENTS Contents 1 Prerequisites 2 2 Installation of MySQL 2 3 Session Manager (sm.ulteo.com) 2 3.1 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 3.1.1 Setup the application system archive . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3.2 Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 4 Application Server installation (aps.ulteo.com) 9 4.1 Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 4.1.1 Register the server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 4.1.2 Set an redirection name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 5 Perform a "Publication" 14 6 Launch a session 15 1
  • 3. 3 SESSION MANAGER (SM.ULTEO.COM) 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. I MPORTANT 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. N OTE 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 (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 2 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. 3 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. 3.1 Installation • Add the Ulteo repository to the repository list: # echo "deb http://archive.ulteo.com/ulteo/ovd 2.5 main" >> /etc/apt/sources ← .list # apt-get update 2
  • 4. 3 SESSION MANAGER (SM.ULTEO.COM) 3.1 Installation N OTE 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
  • 5. 3 SESSION MANAGER (SM.ULTEO.COM) 3.1 Installation • And a password: • which has to be confirmed: 4
  • 6. 3 SESSION MANAGER (SM.ULTEO.COM) 3.1 Installation • Next question is about MySQL creation. Will aptitude create user and database for OVD on MySQL ? • 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. 5
  • 7. 3 SESSION MANAGER (SM.ULTEO.COM) 3.1 Installation 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: 3.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.5 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
  • 8. 3 SESSION MANAGER (SM.ULTEO.COM) 3.2 Configuration 3.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
  • 9. 3 SESSION MANAGER (SM.ULTEO.COM) 3.2 Configuration The session manager has no application server plugged yet. You now have to install one or more Application Servers. 8
  • 10. 4 APPLICATION SERVER INSTALLATION . . . 4 Application Server installation (aps.ulteo.com) • If you haven’t done it yet for the Session Manager, add the Ulteo repositoriy to the Ubuntu repos- itory list: # echo "deb http://archive.ulteo.com/ulteo/ovd 2.5 main" >> /etc/apt/sources ← .list # apt-get update • If you haven’t done it yet for the Session Manager, install the keyring package to validate the repository using gpg: # apt-get install ulteo-keyring # apt-get update N OTE 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. I MPORTANT If you are going to install an Application server on the same machine as your Ses- sion Manager, it’s adviced to use 127.0.0.1 as FQDN. 9
  • 11. 4 APPLICATION SERVER INSTALLATION . . . 10
  • 12. 4 APPLICATION SERVER INSTALLATION . . . 4.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). I MPORTANT If you are going to install an Application server on the same machine as your Ses- sion 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 4.1 Configuration 4.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
  • 13. 4 APPLICATION SERVER INSTALLATION . . . 4.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. 4.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. I MPORTANT 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
  • 14. 4 APPLICATION SERVER INSTALLATION . . . 4.1 Configuration 13
  • 15. 5 PERFORM A "PUBLICATION" 5 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
  • 16. 6 LAUNCH A SESSION 6 Launch a session I MPORTANT 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
  • 17. 6 LAUNCH A SESSION • Once logged in, the session is launching: 16
  • 18. 6 LAUNCH A SESSION • The session is launched and is ready to use with applications that have been published for the user: 17