Cisco Cisco TelePresence Management Suite (TMS) Version 15 Installation Guide

Page of 56
 
tmsh create ltm monitor https mn-TMS-HTTPS {cipherlist 
DEFAULT:+SHA:+3DES:+kEDH compatibility enabled defaults-from https 
destination *:443 interval 5 password flott recv 200 recv-disable 503 send 
"HEAD /tms/public/IsAlive.aspx?guid=<CHANGE TO THE GUID OF YOUR CISCO 
TMS>\r\n" time-until-up 0 timeout 16 username 'domain\\username'}
#CREATE POOL USING OUR NEWLY CREATED MONITOR
 
tmsh create ltm pool pl-TMS-HTTPS monitor mn-TMS-HTTPS members add {nd-TMS-
01:443 nd-TMS-02:443}
#CREATE VIRTUAL SERVER WITH VIP IP
 
tmsh create ltm virtual vs-TMS-HTTPS {description "TMS Redundancy Virtual 
Server" destination 10.0.200.40:443 ip-protocol tcp mask 255.255.255.255 pool 
pl-TMS-HTTPS profiles add {fastL4} source 0.0.0.0/0 source-address-
translation {type automap} translate-address enabled translate-port enabled 
vlans add {VLAN200} vlans-enabled}
#SAVE CONFIG
 
tmsh save sys config
#END
Local files for synchronization
During installation of Cisco TMS, customizable files are added which must be synchronized between the two 
servers when using a redundant deployment.
The files include software and images which can be uploaded to Cisco TMS, and images created by Cisco 
TMS.
In a default installation the files are located here:
C:\Program Files (x86)\TANDBERG\TMS\Config\System\
C:\Program Files (x86)\TANDBERG\TMS\Data\GenericEndpoint\  
C:\Program Files (x86)\TANDBERG\TMS\Data\SystemTemplate\
C:\Program Files (x86)\TANDBERG\TMS\wwwTMS\Data\CompanyLogo\
C:\Program Files (x86)\TANDBERG\TMS\wwwTMS\Data\ExternalSourceFiles\
C:\Program Files (x86)\TANDBERG\TMS\wwwTMS\Public\Data\SystemSoftware\  
Note: Directories are created on first use, which means that the directory might not exist when setting up file 
replication between nodes.
Cisco TelePresence Management Suite Installation and Upgrade Guide (14.6)     
Page 43 of 56
Setting up a redundant deployment
Local files for synchronization