INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER

Size: px
Start display at page:

Download "INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER"

Transcription

1 INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER INSTALLATION AND CONFIGURATION GUIDE Mathieu SCHIRES Version: Published July 26, 2016

2 Contents 1 INTRODUCTION PRE-REQUISITES Ubuntu (Trusty Tahr) sudo Repository RHEL and Centos SELinux Repository RHEL 6 and CentOS Adding an additional repository on RHEL RHEL 7 and CentOS Adding an additional repository on RHEL Clearing cache Firewall and ports OVD SESSION MANAGER (OSM) INSTALLATION AND CONFIGURATION Requirements Installing on Ubuntu (Trusty Tahr) Installing MySQL Package Installation Configuration Installing on RHEL 6 and CentOS Installing MySQL Package Installation Configuration PHP Settings Installing on RHEL 7 and CentOS Installing MySQL Package Installation Configuration PHP Settings OVD APPLICATION SERVER (OAS) INSTALLATION AND CONFIGURATION Requirements Windows Linux Page 1

3 4.2 Installing on Microsoft Windows Installing on Ubuntu (Trusty Tahr) Installing on RHEL 6 and CentOS Installing on RHEL 7 and CentOS Registering the Server and Publishing Applications Launching a Session Internal System Examining the Windows Agent Log OVD FILE SERVER (OFS) INSTALLATION AND CONFIGURATION Requirements Installing on Ubuntu (Trusty Tahr) Installing on RHEL 6 and CentOS Installing on RHEL 7 and CentOS OVD WEB ACCESS (OWA) INSTALLATION AND CONFIGURATION Requirements Installing on Ubuntu (Trusty Tahr) Installing on RHEL 6 and CentOS Installing on RHEL 7 and CentOS All-in-one installation on CentOS Installing the Java Applet Module Installing on Ubuntu (Trusty Tahr) Installing on RHEL 6 and CentOS Installing on RHEL 7 and CentOS Advanced Settings Description Page 2

4 1. INTRODUCTION The purpose of this document is to describe how the different server roles of Inuvika OVD can be installed on all the supported operating systems. The OVD servers roles can be installed on separate servers. This is recommended with an OVD farm in production To install all the components described in this guide, follow sections 1-6. To perform OVD Session Manager installation, follow steps in sections 1, 2 and 3. To perform OVD Application Server, follow steps in sections 1, 2 and 4. To perform OVD File Server installation, follow steps in sections 1, 2 and 5. To perform OVD Web Access installation, follow steps in sections 1, 2 and 6. Page 3

5 2. PRE-REQUISITES When installing the Linux distribution on the server, please ensure that the Server version is installed and not the Desktop version. Any required software packages will be installed when the OVD component is installed. Do not manually install a Graphical User Interface for desktop use or an X window environment. Failing to follow these recommendations may lead to poor system performance. In this document, we are using sm.test.demo for the OSM resource name, aps.test.demo for the OAS and web.test.demo for the OVD Web Access. You need to use the resource name that is configured for your own environment. The resource name can be the FQDN or hostname. It cannot be a URI context, protocol or port. 2.1 UBUNTU (TRUSTY TAHR) SUDO On an Ubuntu system, we do not use the super user (root) to install packages. It is recommended to use sudo before each command you enter. Of course, you can choose to log in as root if you wish using: $ sudo -s REPOSITORY Ubuntu (Trusty Tahr) is a Debian-based system which uses the same packaging system and tools as Debian: apt-get. For each server you plan to install, you need to have an internet connection on your Ubuntu (Trusty Tahr) system and add the Inuvika Debian repository to your system. Edit the /etc/apt/sources.list.d/ovd.list file to add the following line: deb trusty main Completing the Installation Process Install the keyring package to validate the repository using gpg: # wget -O- " apt-key add - Update the package database: # apt-get update Page 4

6 2.2 RHEL AND CENTOS SELINUX Inuvika OVD is not compatible with SELinux. So, if you have SELinux installed and enabled on your system, you will have to disable it. To disable SELinux: Edit the /etc/selinux/config file and set the SELINUX variable to disabled. SELINUX=disabled Reboot your system # reboot Check SELinux is now disabled # sestatus SELinux status: disabled REPOSITORY RHEL uses the RPM packaging system. For each server you plan to install, you will need to have an Internet connection on your RHEL system. The first step is to configure yum to enable the Inuvika RPM repository. Create the file /etc/yum.repos.d/ovd.repo as follows: RHEL 6 AND CENTOS 6 Adding the OVD repository. [ovd-2.0.0] name=inuvika OVD baseurl= enabled=1 gpgcheck=1 gpgkey= Adding an additional repository on RHEL 6 As pre-requisites, the following repository channel must be added using the command below: # yum-config-manager --enable rhel-6-server-optional-rpms RHEL 7 AND CENTOS 7 Adding the OVD repository. [ovd-2.0.0] name=inuvika OVD baseurl= enabled=1 gpgcheck=1 gpgkey= Page 5

7 Adding an additional repository on RHEL 7 As pre-requisites, the following repository channel must be added using the command below: # subscription-manager repos --enable=rhel-7-server-optional-rpms # yum clean all CLEARING CACHE Cleaning repositories caches to retrieve Inuvika OVD packages. 2.3 FIREWALL AND PORTS OVD requires the following ports to be open for different servers roles. Firewall rules need to be added for the incoming and outgoing traffic. OVD Session Manager: 80 (HTTP): for communication with a browser for the OVD Administration Console 443 (HTTPS): for communication with a browser for the OVD Administration Console 1111 (HTTP): for communication with an OVD Application Server OVD Web Access: 80 (HTTP): for communication with an end user s browser 443 (HTTPS): for communication with an end user s browser OVD Application Server: 1112 (HTTP): for communication with the OVD Session Manager 3389 (RDP): for communication with an end user s browser (with the Java access) or the OVD Enterprise Client OVD File Server: 1112 (HTTP): for communication with the OVD Session Manager 1113 (HTTP): for communication with an OVD Application Server 445 (CIFS): for communication with an OVD Application Server Inuvika Enterprise Secure Gateway: 1112 (HTTP): for communication with the OVD Session Manager 443 (HTTPS): for communication with an end user s browser 3389 (RDP): for communication with an OVD Application Server Page 6

8 3. OVD SESSION MANAGER (OSM) INSTALLATION AND CONFIGURA- TION This server is the central piece of an Inuvika OVD server farm and is always required. It manages the session establishment from a client, hosts the administration console and provides centralized management of all the OVD server resources. The OSM should be installed prior to any other server. Inuvika provides various Linux packages for installing the OSM on a Linux server. Inuvika does not provide a Windows installer version of OSM. 3.1 REQUIREMENTS All of the following Operating Systems are supported: RHEL 6.x / Centos 6.x 64 bits RHEL 7.x / Centos 7.x 64 bits Ubuntu server (LTS version only) 64 bits Minimum hardware configuration: CPU: 2 Cores recommended as a minimum Memory: 4 GB recommended as a minimum Storage: 20 GB Network: 1 GB NIC (2 for failover) 3.2 INSTALLING ON UBUNTU (TRUSTY TAHR) INSTALLING MYSQL The OSM needs access to a MySQL database. We advise you to setup the MySQL server on the same machine as the OSM to minimize network access time. Install the mysql-server package: # apt-get install mysql-server A password for root will be requested. Now login to mysql and create a database: # mysql -u root -p -e 'create database ovd' PACKAGE INSTALLATION Install the following OVD packages: # apt-get install inuvika-ovd-session-manager inuvika-ovd-administration-\ console The installer will require the resource name of the OVD Session Manager (ie. sm.test.demo) Page 7

9 The installer will prompt whether to enable HTTPS access to the Administration Console if it detects that HTTPS access is not already enabled on the system. If HTTPS access is enabled, after completing the installation, both HTTP and HTTPS access to the Administration Console will be available. The installer will prompt for an admin login and a password, and for confirmation of the password. The server is now installed but not configured. To configure the SM, open test.demo/ovd/admin in a web browser CONFIGURATION The first step is to go to and authenticate yourself with the admin login and password you provided during installation. 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. On this page, you setup the MySQL configuration. For example, if you installed MySQL on the same host as described above, you would use the following configuration: Database Type: MySQL Database host address: Database username: root Database password: [root_password] Database name: ovd Table prefix: ovd_ The OSM is now configured for basic use. 3.3 INSTALLING ON RHEL 6 AND CENTOS INSTALLING MYSQL The OSM needs access to a MySQL database. We advise you to setup the MySQL server on the same machine as the OSM to minimize network access time. Install the mysql package: # yum install mysql mysql-server To automatically start MySQL when the system boots up # chkconfig mysqld on Start the service # service mysqld start Define the mysql root password # mysqladmin -u root password 'mysql_root_password' Page 8

10 Now login to mysql and create a database: # mysql -u root -p -e 'create database ovd' PACKAGE INSTALLATION As prequisites, install the php-mbstring package: # yum install php-mbstring Install the following OVD packages: # yum install inuvika-ovd-session-manager inuvika-ovd-administration-\ console Launch the configuration tool # ovd-session-manager-config Admin login: admin Password: Retype password: Is this correct? [Y/n] Launch the Administration Console configuration tool # ovd-administration-console-config Session Manager address [ ]: Select whether to enable HTTPS access to the Administration Console. This message is displayed only if HTTPS access is not already enabled on the system. If HTTPS access is enabled, after completing the configuration, both HTTP and HTTPS access to the Administration Console will be available. Enable HTTPS support [yes] (yes or no): Configure and start apache service # chkconfig httpd on # service httpd restart CONFIGURATION The first step is to go to and authenticate yourself with the admin login and password you provided during installation. 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. On this page, you setup the MySQL configuration. For example, if you installed MySQL on the same host as described above, you would use the following configuration: Database Type: MySQL Database host address: Database username: root Page 9

11 Database password: [root_password] Database name: ovd Table prefix: ovd_ 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 to match the value you want (the possible values can be found here date.timezone = Europe/Paris Restart the Apache server # service httpd restart The OSM is now configured for basic use. 3.4 INSTALLING ON RHEL 7 AND CENTOS INSTALLING MYSQL The OSM needs access to a MySQL database. On RHEL 7 and CentOS 7, the mysql database package is provided by mariadb. We advise you to setup the MySQL server on the same machine as the OSM to minimize network access time. Install the mysql package: # yum install mariadb mariadb-server To automatically start MySQL when the system boots up # chkconfig mariadb on Start the service # service mariadb start Define the mysql root password # mysqladmin -u root password 'mysql_root_password' Now login to mysql and create a database: # mysql -u root -p -e 'create database ovd' Page 10

12 3.4.2 PACKAGE INSTALLATION As prequisites, install the php-mbstring package: # yum install php-mbstring Install the following OVD packages: # yum install inuvika-ovd-session-manager inuvika-ovd-administration-\ console Launch the configuration tool # ovd-session-manager-config Admin login: admin Password: Retype password: Is this correct? [Y/n] Launch the Administration Console configuration tool # ovd-administration-console-config Session Manager address [ ]: Select whether to enable HTTPS access to the Administration Console. This message is displayed only if HTTPS access is not already enabled on the system. If HTTPS access is enabled, after completing the configuration, both HTTP and HTTPS access to the Administration Console will be available. Enable HTTPS support [yes] (yes or no): Configure and start apache service # chkconfig httpd on # service httpd restart CONFIGURATION The first step is to go to and authenticate yourself with the admin login and password you provided during installation. 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. On this page, you setup the MySQL configuration. For example, if you installed MySQL on the same host as described above, you would use the following configuration: Database Type: MySQL Database host address: Database username: root Database password: [root_password] Database name: ovd Table prefix: ovd_ Page 11

13 3.4.4 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 to match the value you want (the possible values can be found here date.timezone = Europe/Paris Restart the Apache server # service httpd restart The OSM is now configured for basic use. Page 12

14 4. OVD APPLICATION SERVER (OAS) INSTALLATION AND CONFIGU- RATION Inuvika OVD is an application and desktop delivery solution. The OAS in the OVD solution is the server that hosts and serves the end user applications and desktops It is accessed from an OVD client using an enhanced Remote Display Protocol. An Application Server can be either a Linux system or a Windows system depending on the type of applications and desktops you want to deliver. Of course, you can mix Linux and Windows machines in an Inuvika OVD farm to deliver applications seamlessly to the end user from different application servers. The user load will be load-balanced by the OSM among the available application servers to provide a better distribution of server resources. Inuvika OVD Foundation Server limits the number of OAS servers that can be registered in an OVD farm to one application server (either Linux or Windows). In order to register more than one application server, the OVD farm needs to be upgraded to Inuvika OVD Enterprise. For further information on upgrading Inuvika OVD Foundation Server to Inuvika OVD Enterprise please refer to the Enterprise Activation Guide that is included with this documentation. 4.1 REQUIREMENTS WINDOWS All of the following Operating Systems are supported: Windows 2008 R2 SP1 with Remote Desktop Services Windows 2012 / 2012 R2 with Remote Desktop Services Minimum hardware configuration: CPU: 4 cores recommended as a minimum Memory: 8 GB recommended as a minimum Storage: 50+ GB. High speed disks with RAID-1 (15krpm, SSDs or SAN disks). Network: 1 GB NIC LINUX All of the following Operating Systems are supported: RHEL 6.x / Centos 6.x 64 bits RHEL 7.x / Centos 7.x 64 bits Ubuntu server (LTS version only) 64 bits Minimum hardware configuration: CPU: 4 cores recommended as a minimum Memory: 8 GB recommended as a minimum Storage: 50+ GB. High speed disks with RAID-1 (15krpm, SSDs or SAN disks). Network: 1 GB NIC Page 13

15 4.2 INSTALLING ON MICROSOFT WINDOWS Microsoft Remote Desktop Services (2008R2 and 2012R2) role must be deployed, configured and properly licensed (See Microsoft RDS licensing for more information). The Windows server may run in a workgroup or be a member of an Active Directory domain but must not run as a domain controller. Disable the Network Level Authentication for Remote Desktop. Before installing the OAS, the Inuvika OVD Session Manager (OSM) must be installed and running. Furthermore if the RDS role has been installed, the server must be rebooted before installing the OAS. Download the OAS installer from this location: Copy the OAS installer to the Windows Server machine you wish to install it on and run it. The only installation data required is resource name of the OVD Session Manager. (We use sm.test.demo here as an example, but of course, you have to specify your own domain name). When the installation is complete, the Windows OVD service should be configured and running. To check go to the Windows Services, browse to Inuvika Open Virtual Desktop agent and look at the status. Page 14

16 The server should appear in the list of Unregistered Servers in the OVD Administration Console. If your server does not show up in the list, you might have a DNS configuration issue. Ensure that the firewall is correctly configured for the ports (Refer to section 2.3 "Firewalls and Ports") required by OVD 4.3 INSTALLING ON UBUNTU (TRUSTY TAHR) Some cloud based environments do not provide an Ubuntu system with all the required packages. The OVD Application Server requires the relevant linux-image-extra package to be installed on Ubuntu for it to work correctly. Check if the package is installed and if not install it using the following command: # apt-get install linux-image-extra-$(uname -r) Install the OAS packages: # apt-get install inuvika-ovd-slaveserver-role-aps inuvika-ovd-desktop The only information required is the resource name where the OSM can be accessed (we use sm.test.demo in this example, but of course, you have to use your own resource name). If you choose to install OAS on the same machine as OSM, enter for the resource name. The server should appear in the list of Unregistered Servers in the OVD Administration Console. If your server does not show up in the list, you might have a DNS configuration issue. Ensure that the firewall is correctly configured for the ports (Refer to section 2.3 "Firewalls and Ports") required by OVD 4.4 INSTALLING ON RHEL 6 AND CENTOS 6 Install a missing depedency # yum install librecode.so.0 Add the repository which provides Xfce support on RHEL/CentOS: Page 15

17 # yum install latest-6.noarch.rpm Install the cups package: # yum install cups Configure and start the cups service # chkconfig cups on # service cups restart Install the OAS packages: # yum install inuvika-ovd-slaveserver-role-aps inuvika-ovd-desktop Launch the configuration tool and configure the Session Manager address # ovd-slaveserver-config --sm-address sm.test.demo If you choose to install OAS on the same machine as OSM, enter for the resource name. Configure and the start the ovd-slaveserver service # chkconfig ovd-slaveserver on # service ovd-slaveserver restart The server should appear in the list of Unregistered Servers in the OVD Administration Console. If your server does not show up in the list, you might have a DNS configuration issue. Ensure that the firewall is correctly configured for the ports (Refer to section 2.3 "Firewalls and Ports") required by OVD 4.5 INSTALLING ON RHEL 7 AND CENTOS 7 Add the repository which provides Xfce support on RHEL/CentOS: # yum install latest-7.noarch.rpm If the system has been installed by using the minimal installation, the firewall is enabled by default. You can flush the policy chain or turn off the firewall. Flush the policy chain # iptables -F Page 16

18 Stop the firewall # systemctl stop firewalld Install the cups package: # yum install cups Configure and start the cups service # chkconfig cups on # service cups restart Install the OAS packages: # yum install inuvika-ovd-slaveserver-role-aps inuvika-ovd-desktop Launch the configuration tool and configure the Session Manager address # ovd-slaveserver-config --sm-address sm.test.demo If you choose to install OAS on the same machine as OSM, enter for the resource name. Configure and the start the ovd-slaveserver service # chkconfig ovd-slaveserver on # service ovd-slaveserver restart The server should appear in the list of Unregistered Servers in the OVD Administration Console. If your server does not show up in the list, you might have a DNS configuration issue. Ensure that the firewall is correctly configured for the ports (Refer to section 2.3 "Firewalls and Ports") required by OVD 4.6 REGISTERING THE SERVER AND PUBLISHING APPLICATIONS In the Administration Console, click register to register your application server and switch it from "maintenance" to "production" mode. Any applications that were available on the server should now be listed in the Administration Console. You can enter the desired Display name of the server which is the field used in the Administration Console to identify the server. The next step is to create the required publications so that authorized users can access the applications they require. A publication links an application group to a user group so that Page 17

19 users in the user group have access to the applications in the application group. You should plan how best to allocate your publications but to get started try adding some applications to an existing Application Group so that users will be authorized to run those applications. If you do not have any existing Application Groups, please refer to the Inuvika OVD Administration Guide first. 4.7 LAUNCHING A SESSION If you launch a session, you should be able to access to your applications from the application menu and from desktop icons if you did not disable that option in the Administration Console. 4.8 INTERNAL SYSTEM EXAMINING THE WINDOWS AGENT LOG In a default Windows installation, the log file can be found at: Windows 2008: C:\ProgramData\OVD\slaveserver\log. Windows 2012R2: C:\ProgramData\OVD\slaveserver\log. It s also possible to read view messages in the Windows Event Viewer (in the Application section). Page 18

20 5. OVD FILE SERVER (OFS) INSTALLATION AND CONFIGURATION Within Inuvika OVD, the OFS provides a centralized file management system that enables users to access the same files independently of which application server is used to provide the application. OFS provides a network file system that the OAS Servers are able to access when users are running sessions. It is used to provide access to both user profiles, and data folders and files. The OFS is available for Linux based servers only. In a small OVD server farm, the OFS may reside on the same physical machine as the OAS. In larger installations, the OFS would typically be installed on dedicated hardware. 5.1 REQUIREMENTS All of the following Operating Systems are supported: RHEL 6.x / Centos 6.x 64 bits RHEL 7.x / Centos 7.x 64 bits Ubuntu server (LTS version only) 64 bits Minimum hardware configuration: CPU: 2 cores (4 cores recommended) Memory: 2 GB (4 GB recommended) Storage: 100+ GB. High speed disks with RAID-1 (15krpm, SSDs or SAN disks). Network: 1 GB NIC 5.2 INSTALLING ON UBUNTU (TRUSTY TAHR) Install the OFS package: # apt-get install inuvika-ovd-slaveserver-role-fs The only information required is the resource name where the OSM can be accessed (we use sm.test.demo here for the example, but of course, you have to set your own domain name). If you choose to install OFS on the same machine as OSM, enter for the resource name. The server should appear in the list of Unregistered Servers in the OVD Administration Console. If your server does not show up in the list, you might have a DNS configuration issue. Ensure that the firewall is correctly configured for the ports (Refer to section 2.3 "Firewalls and Ports") required by OVD Page 19

21 5.3 INSTALLING ON RHEL 6 AND CENTOS 6 Install the samba package: # yum install samba Configure and start the samba service # chkconfig smb on # service smb restart Install the OFS package: # yum install inuvika-ovd-slaveserver-role-fs Launch the configuration tool and configure the Session Manager address # ovd-slaveserver-config --sm-address sm.test.demo If you choose to install OAS on the same machine as OSM, enter for the resource name. Configure and the start the ovd-slaveserver service # chkconfig ovd-slaveserver on # service ovd-slaveserver restart The server should appear in the list of Unregistered Servers in the OVD Administration Console. If your server does not show up in the list, you might have a DNS configuration issue. Ensure that the firewall is correctly configured for the ports (Refer to section 2.3 "Firewalls and Ports") required by OVD 5.4 INSTALLING ON RHEL 7 AND CENTOS 7 Install the samba package: # yum install samba Configure and start the samba service # chkconfig smb on # service smb restart Install the OFS package: # yum install inuvika-ovd-slaveserver-role-fs Page 20

22 Launch the configuration tool and configure the Session Manager address # ovd-slaveserver-config --sm-address sm.test.demo If you choose to install OAS on the same machine as OSM, enter for the resource name. Configure and the start the ovd-slaveserver service # chkconfig ovd-slaveserver on # service ovd-slaveserver restart On CentOS 7, the server must be rebooted. The server should appear in the list of Unregistered Servers in the OVD Administration Console. If your server does not show up in the list, you might have a DNS configuration issue. Ensure that the firewall is correctly configured for the ports (Refer to section 2.3 "Firewalls and Ports") required by OVD Page 21

23 6. OVD WEB ACCESS (OWA) INSTALLATION AND CONFIGURATION The OWA server is responsible for managing browser-based client sessions. In Inuvika OVD, there are two types of browser-based sessions available. The first type of browser session requires an HTML5 compliant browser on the client machine but no software needs to be installed on the client machine. The second type of browser session uses a Java applet within the browser to communicate with the OWA. In this case, the OWA will install the Java applet if it is not already available in the browser. In both cases, the OVD session can be tunneled over an SSL session for secure data transmission. For small installations, it is possible to install OWA on the same machine as the OSM. For larger installations it is recommended to install one or more OWA systems on their OWA server and to load-balance the servers for optimal performance. In this example, we are using web.test.demo as the OWA resource name 6.1 REQUIREMENTS All of the following Operating Systems are supported: RHEL 6.x / Centos 6.x 64 bits RHEL 7.x / Centos 7.x 64 bits Ubuntu server (LTS version only) 64 bits Minimum hardware configuration: CPU: 2 cores recommended as a minimum Memory: 4 GB recommended as a minimum Storage: 20 GB Network: 1 GB NIC (2 for failover) 6.2 INSTALLING ON UBUNTU (TRUSTY TAHR) Install the OWA package: # apt-get install inuvika-ovd-web-access During the installation, you will be asked if you want to connect the OWA to an existing OSM. If you answered "yes" for the previous question, you will be prompted to enter the resource name of the OSM. In our example: sm.test.demo. The installer will prompt whether to enable HTTPS access to the OWA if it detects that HTTPS access is not already enabled on the system. If HTTPS access is enabled, after completing the installation, both HTTP and HTTPS access to the OWA will be available. To test whether the system is running, enter the OWA resource name (prefixed by HTTP or HTTPS) in your browser and you should see the OVD login page Page 22

24 6.3 INSTALLING ON RHEL 6 AND CENTOS 6 Install the EPEL repository. The EPEL repository is a separate repository which provides many additional software packages not provided by the default CentOS repositories. # yum install latest-6.noarch.rpm Install the OWA package: # yum install inuvika-ovd-web-access The HTML5 client is enabled by default and is configured to use a Tomcat server Launch the configuration tool and set the IP for the OSM # ovd-web-access-config Session Manager address [ ]: Select whether to enable HTTPS access to the OWA. This message is displayed only if HTTPS access is not already enabled on the system. If HTTPS access is enabled, after completing the installation, both HTTP and HTTPS access to the OWA will be available. Enable HTTPS support [yes] (yes or no): Configure and then start the Tomcat service # chkconfig tomcat on # service tomcat restart Configure and then start the guacd service # chkconfig guacd on # service guacd restart To test whether the system is running, enter the OWA resource name (prefixed by HTTP or HTTPS) in your browser and you should see the OVD login page 6.4 INSTALLING ON RHEL 7 AND CENTOS 7 Install the EPEL repository. The EPEL repository is a separate repository which provides many additional software packages not provided by the default CentOS repositories. # yum install latest-7.noarch.rpm Install the OWA package: # yum install inuvika-ovd-web-access The HTML5 client is enabled by default and is configured to use a Tomcat server Page 23

25 Launch the configuration tool and set the IP for the OSM # ovd-web-access-config Session Manager address [ ]: Select whether to enable HTTPS access to the OWA. This message is displayed only if HTTPS access is not already enabled on the system. If HTTPS access is enabled, after completing the installation, both HTTP and HTTPS access to the OWA will be available. Enable HTTPS support [yes] (yes or no): Configure and then start the Tomcat service # chkconfig tomcat on # service tomcat restart Configure and then start the guacd service # chkconfig guacd on # service guacd restart Restart the Apache service # service httpd restart To test whether the system is running, enter the OWA resource name (prefixed by HTTP or HTTPS) in your browser and you should see the OVD login page 6.5 ALL-IN-ONE INSTALLATION ON CENTOS 6 A complete installation with all the OVD roles on a CentOS server may raise a problem. Refer to the "All-in-One" article on the Inuvika Knowledge Base at for further details. 6.6 INSTALLING THE JAVA APPLET MODULE OWA offers two differents modes: HTML5 and Java applet. The Java applet mode is disabled by default. The Inuvika OVD Java applet will be deprecated in a future release. Browser manufacturers have announced that they will remove support for Java applet plugins which means that the OVD Java applet will no longer be available at that time INSTALLING ON UBUNTU (TRUSTY TAHR) To use the Java applet in this version of OVD, the Java applet module for your system must first be installed on the OWA and then the configuration file for the OWA modified to enable the Java module. # apt-get install inuvika-ovd-applets INSTALLING ON RHEL 6 AND CENTOS 6 To use the Java applet in this version of OVD, the Java applet module for your system must first be installed on the OWA and then the configuration file for the OWA modified to enable the Java module. # yum install inuvika-ovd-applets Page 24

26 6.6.3 INSTALLING ON RHEL 7 AND CENTOS 7 To use the Java applet in this version of OVD, the Java applet module for your system must first be installed on the OWA and then the configuration file for the OWA modified to enable the Java module. # yum install inuvika-ovd-applets 6.7 ADVANCED SETTINGS DESCRIPTION In the login window, the user can set advanced parameters by clicking the "Advanced settings" button. Mode: This option allows you to pick which session mode you want to use. Desktop: The OWA will display a full desktop with OVD applications integrated within it. Portal: The OWA will display a window with a list of available OVD applications. This mode will provide a seamless user experience in which the user can interact with the applications as though they were installed and running locally subject to the security limitations imposed by HTML5. Type: This option allows you to switch between HTML5 or Java Java: Launch an OVD session using the Java applet (disabled by default with a fresh install). The Java mode can be enabled by modifying the OWA configuration file /etc/ovd/webaccess/config.inc.php. Further details are available in the Inuvika OVD Administration Guide. HTML5: Launch an OVD session using an HTML5 compliant browser Language: This option allows you to pick which language your OVD session will use. Page 25

INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6

INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6 INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6 Mathieu SCHIRES Version: 0.96.1 Published January 19, 2015 http://www.inuvika.com Contents 1 Prerequisites: RHEL 6 3 1.1 System Requirements...................................

More information

INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR)

INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR) INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR) Mathieu SCHIRES Version: 0.9.1 Published December 24, 2014 http://www.inuvika.com Contents 1 Prerequisites: Ubuntu 14.04 (Trusty Tahr) 3

More information

ULTEO OPEN VIRTUAL DESKTOP UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT

ULTEO OPEN VIRTUAL DESKTOP UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT Contents 1 Prerequisites: Ubuntu 12.04 (Precise Pangolin) 3 1.1 System Requirements.............................. 3 1.2 sudo.........................................

More information

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER ARCHITECTURE OVERVIEW AND SYSTEM REQUIREMENTS Mathieu SCHIRES Version: 1.0.0 Published March 5, 2015 http://www.inuvika.com Contents 1 Introduction 3 2 Architecture

More information

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER EVALUATION GUIDE Mathieu SCHIRES Version: 1.0.1 Published March 24, 2015 http://www.inuvika.com Contents 1 Introduction 2 2 Pre-requisites 3 3 Using Third-Party

More information

Ulteo Open Virtual Desktop Installation

Ulteo Open Virtual Desktop Installation 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)

More information

Installing Booked scheduler on CentOS 6.5

Installing Booked scheduler on CentOS 6.5 Installing Booked scheduler on CentOS 6.5 This guide will assume that you already have CentOS 6.x installed on your computer, I did a plain vanilla Desktop install into a Virtual Box VM for this test,

More information

INUVIKA TECHNICAL GUIDE

INUVIKA TECHNICAL GUIDE --------------------------------------------------------------------------------------------------- INUVIKA TECHNICAL GUIDE ENTERPRISE EVALUATION GUIDE OVD Enterprise External Document Version 1.1 Published

More information

Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide

Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide July 2010 1 Specifications are subject to change without notice. The Cloud.com logo, Cloud.com, Hypervisor Attached Storage, HAS, Hypervisor

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys

More information

Installation documentation for Ulteo Open Virtual Desktop

Installation documentation for Ulteo Open Virtual Desktop Installation documentation for Ulteo Open Virtual Desktop Copyright 2008 Ulteo SAS - 1 PREREQUISITES CONTENTS Contents 1 Prerequisites 1 1.1 Installation of MySQL.......................................

More information

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER OVERVIEW OF OPEN VIRTUAL DESKTOP Mathieu SCHIRES Version: 1.0.2 Published April 9, 2015 http://www.inuvika.com Contents 1 Introduction 2 2 Terminology and

More information

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

How To Understand The Architecture Of An Ulteo Virtual Desktop Server Farm ULTEO OPEN VIRTUAL DESKTOP V4.0.2 ARCHITECTURE OVERVIEW Contents 1 Introduction 2 2 Servers Roles 3 2.1 Session Manager................................. 3 2.2 Application Server................................

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

BaseManager & BACnet Manager VM Server Configuration Guide

BaseManager & BACnet Manager VM Server Configuration Guide BaseManager & BACnet Manager VM Server Configuration Guide For Self-Hosted BaseManager & BACnet Manager Servers Deployed as Virtual Machines August 27, 2015 Customer Service 1-866-294-5847 i Baseline Inc.

More information

Installation & Upgrade Guide

Installation & Upgrade Guide Installation & Upgrade Guide Document Release: September 2012 SnapLogic, Inc. 71 East Third Avenue San Mateo, California 94401 U.S.A. www.snaplogic.com Copyright Information 2011-2012 SnapLogic, Inc. All

More information

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

Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4 Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4 by SK Cacti is an open source, front-end for the data logging tool called RRDtool. It is a web based network monitoring

More information

insync Installation Guide

insync Installation Guide insync Installation Guide 5.2 Private Cloud Druva Software June 21, 13 Copyright 2007-2013 Druva Inc. All Rights Reserved. Table of Contents Deploying insync Private Cloud... 4 Installing insync Private

More information

SSL VPN. Virtual Appliance Installation Guide. Virtual Private Networks

SSL VPN. Virtual Appliance Installation Guide. Virtual Private Networks SSL VPN Virtual Appliance Installation Guide Virtual Private Networks C ONTENTS Introduction... 2 Installing the Virtual Appliance... 2 Configuring Appliance Operating System Settings... 3 Setting up the

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Barracuda SSL VPN Vx Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda SSL VPN hardware appliance. It is designed for easy deployment

More information

ULTEO OPEN VIRTUAL DESKTOP V4.0

ULTEO OPEN VIRTUAL DESKTOP V4.0 ULTEO OPEN VIRTUAL DESKTOP V4.0 MIGRATION GUIDE 28 February 2014 Contents Section 1 Introduction... 4 Section 2 Overview... 5 Section 3 Preparation... 6 3.1 Enter Maintenance Mode... 6 3.2 Backup The OVD

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

Load Balancing. Outlook Web Access. Web Mail Using Equalizer

Load Balancing. Outlook Web Access. Web Mail Using Equalizer Load Balancing Outlook Web Access Web Mail Using Equalizer Copyright 2009 Coyote Point Systems, Inc. Printed in the USA. Publication Date: January 2009 Equalizer is a trademark of Coyote Point Systems

More information

1 Download & Installation... 4. 1 Usernames and... Passwords

1 Download & Installation... 4. 1 Usernames and... Passwords Contents I Table of Contents Part I Document Overview 2 Part II Document Details 3 Part III EventSentry Setup 4 1 Download & Installation... 4 Part IV Configuration 4 1 Usernames and... Passwords 5 2 Network...

More information

Semantic based Web Application Firewall (SWAF - V 1.6)

Semantic based Web Application Firewall (SWAF - V 1.6) Semantic based Web Application Firewall (SWAF - V 1.6) Installation and Troubleshooting Manual Document Version 1.0 1 Installation Manual SWAF Deployment Scenario: Client SWAF Firewall Applications Figure

More information

XenClient Enterprise Synchronizer Installation Guide. XenClient Enterprise Version 4.1

XenClient Enterprise Synchronizer Installation Guide. XenClient Enterprise Version 4.1 XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Version 4.1 June 28, 2012 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...3

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2 JAMF Software Server Installation and Configuration Guide for Linux Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

ULTEO OPEN VIRTUAL DESKTOP OVD WEB APPLICATION GATEWAY

ULTEO OPEN VIRTUAL DESKTOP OVD WEB APPLICATION GATEWAY ULTEO OPEN VIRTUAL DESKTOP V4.0.2 OVD WEB APPLICATION GATEWAY Contents 1 Introduction 2 2 Overview 3 3 Installation 4 3.1 Red Hat Enterprise Linux 6........................... 4 3.2 SUSE Linux Enterprise

More information

Intel Active Management Technology with System Defense Feature Quick Start Guide

Intel Active Management Technology with System Defense Feature Quick Start Guide Intel Active Management Technology with System Defense Feature Quick Start Guide Introduction...3 Basic Functions... 3 System Requirements... 3 Configuring the Client System...4 Intel Management Engine

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client.

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client. WatchGuard SSL v3.2 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 355419 Revision Date January 28, 2013 Introduction WatchGuard is pleased to announce the release of WatchGuard

More information

SonicWALL SRA Virtual Appliance Getting Started Guide

SonicWALL SRA Virtual Appliance Getting Started Guide COMPREHENSIVE INTERNET SECURITY SonicWALL Secure Remote Access Appliances SonicWALL SRA Virtual Appliance Getting Started Guide SonicWALL SRA Virtual Appliance5.0 Getting Started Guide This Getting Started

More information

Release Notes. Contents. Release Purpose. Platform Compatibility. Windows XP and Internet Explorer 8 Update

Release Notes. Contents. Release Purpose. Platform Compatibility. Windows XP and Internet Explorer 8 Update Secure Remote Access Dell SonicWALL SRA 7.5.0.12 Contents Release Purpose... 1 Platform Compatibility... 1 Licensing on the Dell SonicWALL SRA Appliances and Virtual Appliance... 2 Important Differences

More information

vcenter Chargeback User s Guide vcenter Chargeback 1.0 EN-000186-00

vcenter Chargeback User s Guide vcenter Chargeback 1.0 EN-000186-00 vcenter Chargeback 1.0 EN-000186-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

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

Desktop : Ubuntu 10.04 Desktop, Ubuntu 12.04 Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu 10.04 Server, Ubuntu 12.04 Server, CentOS 5, CentOS 6 201 Datavoice House, PO Box 267, Stellenbosch, 7599 16 Elektron Avenue, Technopark, Tel: +27 218886500 Stellenbosch, 7600 Fax: +27 218886502 Adept Internet (Pty) Ltd. Reg. no: 1984/01310/07 VAT No: 4620143786

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

Product Version 1.0 Document Version 1.0-B

Product Version 1.0 Document Version 1.0-B VidyoDashboard Installation Guide Product Version 1.0 Document Version 1.0-B Table of Contents 1. Overview... 3 About This Guide... 3 Prerequisites... 3 2. Installing VidyoDashboard... 5 Installing the

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER NEFSIS TRAINING SERIES Nefsis Dedicated Server version 5.1.0.XXX Requirements and Implementation Guide (Rev 4-10209) REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER Nefsis Training Series

More information

StarWind iscsi SAN: Configuring Global Deduplication May 2012

StarWind iscsi SAN: Configuring Global Deduplication May 2012 StarWind iscsi SAN: Configuring Global Deduplication May 2012 TRADEMARKS StarWind, StarWind Software, and the StarWind and StarWind Software logos are trademarks of StarWind Software that may be registered

More information

Migrating LAMP stack from x86 to Power using the Server Consolidation Tool

Migrating LAMP stack from x86 to Power using the Server Consolidation Tool Migrating LAMP stack from x86 to Power using the Server Consolidation Tool Naveen N. Rao Lucio J.H. Correia IBM Linux Technology Center November 2014 Version 3.0 1 of 24 Table of Contents 1.Introduction...3

More information

ThinPoint Quick Start Guide

ThinPoint Quick Start Guide ThinPoint Quick Start Guide 2 ThinPoint Quick Start Guide Table of Contents Part 1 Introduction 3 Part 2 ThinPoint Windows Host Installation 3 1 Compatibility... list 3 2 Pre-requisites... 3 3 Installation...

More information

Remote Application Server Version 14. Last updated: 25-02-15

Remote Application Server Version 14. Last updated: 25-02-15 Remote Application Server Version 14 Last updated: 25-02-15 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

OS Installation: CentOS 5.8

OS Installation: CentOS 5.8 OS Installation: CentOS 5.8 OpenTUSK Training University of Nairobi Mike Prentice michael.prentice@tufts.edu Tufts University Technology for Learning in the Health Sciences July 2013 Outline 1 OS Install

More information

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web Access 1.06

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web Access 1.06 SafeNet Authentication Service Configuration Guide 1.06 Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

How to Use? SKALICLOUD DEMO

How to Use? SKALICLOUD DEMO How to Use? SKALICLOUD DEMO Account Login Page SkaliCloud Control Panel Overview Step 1: Click Add and Select Server Button to create your Server, add your Drive, Private Vlan or Static IP You are now

More information

WatchGuard SSL v3.2 Update 1 Release Notes. Introduction. Windows 8 and 64-bit Internet Explorer Support. Supported Devices SSL 100 and 560

WatchGuard SSL v3.2 Update 1 Release Notes. Introduction. Windows 8 and 64-bit Internet Explorer Support. Supported Devices SSL 100 and 560 WatchGuard SSL v3.2 Update 1 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 445469 Revision Date 3 April 2014 Introduction WatchGuard is pleased to announce the release of WatchGuard

More information

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3 JAMF Software Server Installation and Configuration Guide for Windows Version 9.3 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

More information

Remote Application Server Version 14. Last updated: 06-02-15

Remote Application Server Version 14. Last updated: 06-02-15 Remote Application Server Version 14 Last updated: 06-02-15 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Avalanche Site Edition

Avalanche Site Edition Avalanche Site Edition Version 4.8 avse ug 48 20090325 Revised 03/20/2009 ii Copyright 2008 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

JAMF Software Server Installation Guide for Linux. Version 8.6

JAMF Software Server Installation Guide for Linux. Version 8.6 JAMF Software Server Installation Guide for Linux Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2 JAMF Software Server Installation and Configuration Guide for OS X Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

MultiSite Manager. Setup Guide

MultiSite Manager. Setup Guide MultiSite Manager Setup Guide Contents 1. Introduction... 2 How MultiSite Manager works... 2 How MultiSite Manager is implemented... 2 2. MultiSite Manager requirements... 3 Operating System requirements...

More information

Dell OpenManage Mobile Version 1.4 User s Guide (Android)

Dell OpenManage Mobile Version 1.4 User s Guide (Android) Dell OpenManage Mobile Version 1.4 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

Kaltura On-Prem Evaluation Package - Getting Started

Kaltura On-Prem Evaluation Package - Getting Started Kaltura On-Prem Evaluation Package - Getting Started Thank you for your interest in the Kaltura On-Prem Online Video Platform (OVP). Before you get started with your Kaltura On-Prem evaluation, a Kaltura

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

UBS KeyLink Quick reference WEB Installation Guide

UBS KeyLink Quick reference WEB Installation Guide ab UBS KeyLink Quick reference WEB Installation Guide Table of contents 1. Introduction 3 1.1. Why is an Installation needed? 3 1.2. Is UBS KeyLink secure? 3 1.3. Information about Secure Sockets Layer

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Training module 2 Installing VMware View

Training module 2 Installing VMware View Training module 2 Installing VMware View In this second module we ll install VMware View for an End User Computing environment. We ll install all necessary parts such as VMware View Connection Server and

More information

Zenoss Service Dynamics Resource Management Installation and Upgrade

Zenoss Service Dynamics Resource Management Installation and Upgrade Zenoss Service Dynamics Resource Management Installation and Upgrade Copyright 2013 Zenoss, Inc., 275 West St. Suite 204, Annapolis, MD 21401, U.S.A. All rights reserved. Zenoss and the Zenoss logo are

More information

ZCP trunk (build 51762) Z-Admin Manual. The Z-Admin Manual

ZCP trunk (build 51762) Z-Admin Manual. The Z-Admin Manual ZCP trunk (build 51762) Z-Admin Manual The Z-Admin Manual Z-Admin Manual ZCP trunk (build 51762) Z-Admin Manual The Z-Admin Manual Edition 7.0 Copyright 2015 Zarafa BV. The text of and illustrations in

More information

WA2192 Introduction to Big Data and NoSQL. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2192 Introduction to Big Data and NoSQL. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2192 Introduction to Big Data and NoSQL Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Release Notes. Contents. Release Purpose. Platform Compatibility. Windows XP and Internet Explorer 8 Update

Release Notes. Contents. Release Purpose. Platform Compatibility. Windows XP and Internet Explorer 8 Update Secure Remote Access Dell SonicWALL SRA 7.5.0.9 Contents Release Purpose...1 Platform Compatibility...1 Licensing on the Dell SonicWALL SRA Appliances and Virtual Appliance...2 Important Differences between

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

IBM Cloud Manager with OpenStack

IBM Cloud Manager with OpenStack IBM Cloud Manager with OpenStack Download Trial Guide Cloud Solutions Team: Cloud Solutions Beta cloudbta@us.ibm.com Page 1 Table of Contents Chapter 1: Introduction...3 Development cycle release scope...3

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.

More information

Centrify Identity and Access Management for Cloudera

Centrify Identity and Access Management for Cloudera Centrify Identity and Access Management for Cloudera Integration Guide Abstract Centrify Server Suite is an enterprise-class solution that secures Cloudera Enterprise Data Hub leveraging an organization

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

How To Upgrade A Websense Log Server On A Windows 7.6 On A Powerbook (Windows) On A Thumbdrive Or Ipad (Windows 7.5) On An Ubuntu 7.3.2 (Windows 8) Or Windows

How To Upgrade A Websense Log Server On A Windows 7.6 On A Powerbook (Windows) On A Thumbdrive Or Ipad (Windows 7.5) On An Ubuntu 7.3.2 (Windows 8) Or Windows Websense v7.6 Install or Upgrade Checklist Greetings from Websense Technical Support. Most Websense upgrades complete successfully, and from my years of troubleshooting, I have learned a number of steps

More information

Server Installation/Upgrade Guide

Server Installation/Upgrade Guide Server Installation/Upgrade Guide System Version 3.8 2001-2009 Echo 360, Inc. Echo360 is a trademark of Echo360, Inc. Echo360 is a registered trademark of Echo360 Inc. in Australia. All other trademarks

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

Installation Guide. Copyright (c) 2015 The OpenNMS Group, Inc. OpenNMS 17.0.0-SNAPSHOT Last updated 2015-09-22 05:19:20 EDT

Installation Guide. Copyright (c) 2015 The OpenNMS Group, Inc. OpenNMS 17.0.0-SNAPSHOT Last updated 2015-09-22 05:19:20 EDT Installation Guide Copyright (c) 2015 The OpenNMS Group, Inc. OpenNMS 17.0.0-SNAPSHOT Last updated 2015-09-22 05:19:20 EDT Table of Contents 1. Basic Installation of OpenNMS... 1 1.1. Repositories for

More information

Receptionist-Small Business Administrator guide

Receptionist-Small Business Administrator guide Receptionist-Small Business Administrator guide What is it? Receptionist-Small Business works with your desk phone, soft phone, or mobile device so you can control calls, monitor the lines of employees,

More information

Deskpool Quick Start. Version: V2.1.x. Based on Hyper-V Server 2012 R2. Shenzhen Jieyun Technology Co., Ltd (www.jieyung.com)

Deskpool Quick Start. Version: V2.1.x. Based on Hyper-V Server 2012 R2. Shenzhen Jieyun Technology Co., Ltd (www.jieyung.com) Deskpool Quick Start Based on Hyper-V Server 2012 R2 Version: V2.1.x Shenzhen Jieyun Technology Co., Ltd (www.jieyung.com) Last updated on March 18, 2015 Copyright Shenzhen Jieyun Technology Co., Ltd.

More information

DameWare Server. Administrator Guide

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

More information

MultiSite Manager. Setup Guide

MultiSite Manager. Setup Guide MultiSite Manager Setup Guide Contents 1. Introduction... 2 How MultiSite Manager works... 2 How MultiSite Manager is implemented... 2 2. MultiSite Manager requirements... 3 Operating System requirements...

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0 JAMF Software Server Installation and Configuration Guide for OS X Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

Oracle Solaris Remote Lab User Guide for Release 1.01

Oracle Solaris Remote Lab User Guide for Release 1.01 Oracle Solaris Remote Lab User Guide for Release 1.01 Table of Contents 1. INTRODUCTION... 1 PURPOSE OF THE OSRL... 1 GAINING ACCESS TO THE OSRL... 2 Request access to the Oracle Solaris Remote Lab...

More information

simplify monitoring Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures

simplify monitoring Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures simplify monitoring Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Simplify Monitoring Installation Guide 11.4 (v11.4) Document Date: February 2015 www.tricerat.com

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0 AXIGEN Mail Server Quick Installation and Configuration Guide Product version: 6.1 Document version: 1.0 Last Updated on: May 28, 2008 Chapter 1: Introduction... 3 Welcome... 3 Purpose of this document...

More information

Pcounter Mobile Guide

Pcounter Mobile Guide Pcounter Mobile Guide Pcounter Mobile Guide 2012.06.22 Page 1 of 19 1. Overview... 3 2. Pre-requisites and Requirements... 4 2.1 Gateway server requirements... 4 2.2 Mobile device requirements... 4 2.3

More information

CYAN SECURE WEB HOWTO. NTLM Authentication

CYAN SECURE WEB HOWTO. NTLM Authentication CYAN SECURE WEB HOWTO June 2008 Applies to: CYAN Secure Web 1.4 and above NTLM helps to transparently synchronize user names and passwords of an Active Directory Domain and use them for authentication.

More information

To begin, visit this URL: http://www.ibm.com/software/rational/products/rdp

To begin, visit this URL: http://www.ibm.com/software/rational/products/rdp Rational Developer for Power (RDp) Trial Download and Installation Instructions Notes You should complete the following instructions using Internet Explorer or Firefox with Java enabled. You should disable

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: May 2009 This document supports DocuShare Release 6.5/DocuShare CPX Release 6.5 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue

More information

Local Caching Servers (LCS) February 2015

Local Caching Servers (LCS) February 2015 Local Caching Servers (LCS) February 2015 1.1 Chapter 1: Welcome to LCS The Kansas Interactive Testing Engine (KITE ) is used to deliver standardized tests via testing machines like desktop, laptop, and

More information

NAS 109 Using NAS with Linux

NAS 109 Using NAS with Linux NAS 109 Using NAS with Linux Access the files on your NAS using Linux A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use Linux to access files on

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

More information

Release Notes. Release Purpose... 1 Platform Compatibility... 1 Upgrading Information... 1 Browser Support... 2 Known Issues... 3 Resolved Issues...

Release Notes. Release Purpose... 1 Platform Compatibility... 1 Upgrading Information... 1 Browser Support... 2 Known Issues... 3 Resolved Issues... SonicOS SonicOS Contents Release Purpose... 1 Platform Compatibility... 1 Upgrading Information... 1 Browser Support... 2 Known Issues... 3 Resolved Issues... 5 Release Purpose SonicOS 6.1.1.5 is a maintenance

More information

Linux Server (Web, FTP, File) on Vmware

Linux Server (Web, FTP, File) on Vmware Linux Server (Web, FTP, File) on Vmware Purposes Many people want to use Linux but don't want to spend all their weekend in order to be familiar with this operating system. This file allows to share the

More information

Zenoss Core Installation and Upgrade

Zenoss Core Installation and Upgrade Zenoss Core Installation and Upgrade Release 4.2.5 Zenoss, Inc. www.zenoss.com Zenoss Core Installation and Upgrade Copyright 2014 Zenoss, Inc., 11305 Four Points Drive, Bldg 1 - Suite 300, Austin, Texas

More information

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM : How to Get Started. Version 2.0 January 2012

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM : How to Get Started. Version 2.0 January 2012 Version 2.0 January 2012 AT&T CLOUD SERVICES AT&T Synaptic Compute as a Service SM : How to Get Started 2012 AT&T Intellectual Property. All rights reserved. Notice Copyright AT&T Intellectual Property.

More information

3CX Phone System Cloud Server. Administration Manual

3CX Phone System Cloud Server. Administration Manual 3CX Phone System Cloud Server Administration Manual Copyright 2013 2014, 3CX Ltd. http://www.3cx.com E mail: info@3cx.com Information in this document is subject to change without notice. Companies names

More information

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server November 6, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

More information