Overview
This document guides you through the process of installing the TencentCloud Automation Tools (TAT) agent on a Lighthouse or CVM instance.
Note:
The TAT agent supports TencentOS Server, Linux releases and Windows operating systems.
TAT agent is only available for VPC-based instances.
Directions
Choose the directions according to your operating system.
1. Log in to the Linux instance.
For Lighthouse instances, see [Logging in to Linux Instances via WebShell]
2. Run the following command with the root account to install the TAT agent.
wget -O - https://tat-gz-1258344699.cos.ap-guangzhou.myqcloud.com/install_agent.sh | sh
1. Log in to the Windows instance.
For Lighthouse instances, see [Logging in to Windows Instance via VNC].
2. Select the directions for your OS version:
Windows Server 2016 and later versions
1. On the desktop, right click and select Windows PowerShell (Admin) in the pop-up window. 2. Run the following command in the powershell window to install the TAT agent.
. { Invoke-WebRequest -useb https://tat-gz-1258344699.cos.ap-guangzhou.myqcloud.com/install_agent.ps1 } | Invoke-Expression;
Windows Server 2012 R2 and earlier versions
1. Download the TAT agent package at:
https://tat-gz-1258344699.cos.ap-guangzhou.myqcloud.com/tat_agent_windows_x86_64.zip
2. Decompress the file and open the folder.
3. Right click install.bat
, and select Run as administrator to install the TAT agent.
Note:
TAT automatically creates a user named TAT-AGENT, and starts the tat-agent process as this user. You can check the creation process in the installation script. For more details, see winutil.ps1.
Notes
For Linux instances and Window instances using Windows Server 2016 and later versions, it’s unnecessary to change the URL. However, for instances using Windows Server 2012 R2 and earlier versions, if the instance does not have the access to internet and is not located in Guangzhou region, you need to modify the URL to a URL in the same region as of the instance in the following format:
https://tat-${short-region}-1258344699.cos.${region}.myqcloud.com/tat_agent_windows_x86_64.zip
short-region
: the short region name
region
: the complete region name
Check below for the list of short and complete region names:
|
Bangkok | th | ap-bangkok |
Beijing | bj | ap-beijing |
Beijing Finance | bjjr | ap-beijing-fsi |
Chengdu | cd | ap-chengdu |
Chongqing | cq | ap-chongqing |
Guangzhou | gz | ap-guangzhou |
Hong Kong (China) | hk | ap-hongkong |
Jakarta | jkt | ap-jakarta |
Mumbai | in | ap-mumbai |
Nanjing | nj | ap-nanjing |
Seoul | kr | ap-seoul |
Shanghai | sh | ap-shanghai |
Shanghai Finance | shjr | ap-shanghai-fsi |
Shenzhen Finance | szjr | ap-shenzhen-fsi |
Singapore | sg | ap-singapore |
Taipei (China) | tpe | ap-taipei |
Tokyo | jp | ap-tokyo |
Frankfurt | de | eu-frankfurt |
Virginia | use | na-ashburn |
Silicon Valley | usw | na-siliconvalley |
São Paulo | sao | sa-saopaulo |
Was this page helpful?