Install Guide

default_backend servers
backend servers
#Add your multiple back end windows machine IP with 5172 as port
# maxconn represents number of connection- replace 10 with limit #(below 20000)
# server1 server2 are just names and not keywords
server server1 10.150.99.107:5172 maxconn 10
server server2 10.150.99.107:5172 maxconn 10
4 Now validate the HAProxy conguration le with the command sudo haproxy –f /etc/haproxy/haproxy.cfg –c.
If conguration is valid the following message will be shown:
Conguration le is valid
5 Now restart HAProxy service by using the following command:
Sudo service haproxy restart
6 Command to stop the HAProxy service
Sudo service haproxy stop
7 Command to verify the version of HAProxy
Sudo haproxy –f
8 Command to uninstall HAProxy
Sudo apt-get remove haproxy
or
Sudo apt-get purge –auto-remove haproxy
Installing Teradici Device Proxy Servers
Teradici Device Proxy servers can be installed on the servers which run the following operating systems:
Windows 2012
Windows 2012 R2
Windows 2008 R2 x64bit
Windows Server 2016
Follow the steps provided to install Teradici Device Proxy service:
1 Log in to the system as administrator.
2 Copy the WDM installer folder to the target machine.
3 Go to TeradiciDeviceProxy folder.
4 Double click the WDMTeradiciDeviceProxy.exe le to install the same.
5 Provide the following inputs:
a Select the path where you want to install Teradici Device Proxy and its dependent components.
b Select Cert.pem le from the folder <WDM installed location>\Teradici on the machine where ThreadX 5X component is
selected while installing WDM.
Conguring
load balancing 89