CentOS Linux Server Guide

CentOS Linux Virtualization and Ulteo Open Virtual Desktop (UOVD)

 

Part2: Ulteo Open Virtual Desktop - Application Server Installation on CentOS Linux

Prerequisites

Your server must have internet connection ready

 

Function of Application Server

Application Server is the server which manage all your application to be provide to your user.

 

Installation Guide

Step1: Create Ulteo rpm repository

Using vim to create and accessing ovd.repo
vim /etc/yum.repos.d/ovd.repo

 

Add in the following lines.
[ovd-2.0]
name=Ulteo OVD 2.0
baseurl=http://archive.ulteo.com/ulteo/rpm/rhel5/2.0
enabled=1
gpgcheck=1
gpgkey=http://archive.ulteo.com/ulteo/rpm/ulteo-archive.key

 

Step2: Import Ulteo rpm key

rpm --import  http://archive.ulteo.com/ulteo/rpm/ulteo-archive.key

 

Step3: Install the  ovd-application-server package

 yum -y install ovd-application-server

 

Step4: Launch the configuration tool

aps-chroot-install


Full Qualified Domain Name [appsrv.1a-centosserver.com]:  
<Press Enter to Accept>
Session Manager URL:
http://smsrv.1a-centosserver.com/sessionmanager
Chroot installation path: /opt/ulteo
Options:
* FQDN: appsrv.1a-centosserver.com
* SM URL: http://smsrv.1a-centossever/sessionmanager
* chroot path: /opt/ulteo
* chroot download: yes
* apache group: apache
* apache dir: /etc/httpd/conf.d
Is this correct? [Y/n]
Y

 

Step5:  Configure and start apache service

service httpd on

 
chkconfig httpd --level 235 on

 

Step6: Configure and start Ulteo service

chkconfig ulteo-ovd on

 
service ulteo-ovd restart

Continue Reading UOVD on CentOS Linux



Copyright 2011 http://www.1a-centosserver.com All Rights Reserved

All trademarks are the property of their respective owners.

Contact Us | Terms of Use | Privacy Policy