Support
How to get support for TDP?
Tecnisys offers basic and free support to all users registered on the Tecnisys website.
Register now to access our Support Area.
If your business requires priority support, SLAs, 24x7 technical availability, first response within 15 minutes, advanced monitoring, risk analysis, incident prevention, consulting, and other specialized services, contact us.
How to report a failure in TDP?
In the support area , you can open a ticket to report the failure and track its resolution.
What is the Tecnisys Support Agent (TSA)?
The Tecnisys Support Agent is a service installed alongside Apache Ambari to facilitate the identification of machines and data environments subscribed at the time of opening tickets in the support area .
The TSA service runs in the background and does not interfere with the performance of the operating system or the database. Additionally, this service does not require a direct Internet connection.
The machine identification file (subscription.info), generated daily by the TSA, is kept securely and encrypted in the /opt/tecnisys-support-agent directory.
How to install the Tecnisys Support Agent (TSA) separately?
Package Download
- Instructions
- Vídeo (Example)
To install the Tecnisys Support Agent separately, follow the steps below:
-
Register for free on the Tecnisys website;
-
Access the Tecnisys Public Package Repository;
-
Click the Sign out button located in the upper right corner of the page;
-
Enter your access credentials (the same as the Tecnisys website);
-
Click the Browse option located in the left sidebar;
-
In the central navigation area, access: yum >> tecnisys >> tsa
-
Select the installation package (
.rpm
) of the latest version available for your operating system; -
Click the Path property link located in Summary on the right side of the page to start downloading the package.
Figure 1 - Download the TSA installation package
Package Installation
- Instructions
- Vídeo
-
Install the TSA installation package on the subscribed machine, as shown in the example below:
Terminal inputrpm -ivh tecnisys-support-agent-1.0.0-0.x86_64.rpm
-
After the installation, run the following command to enable and start the TSA service:
Terminal inputsystemctl enable --now tecnisys-support-agent.service
-
To check the status of the TSA service, run the following command:
Terminal inputsystemctl status tecnisys-support-agent.service
It is also possible to download the TSA installation package directly from the terminal via curl or wget. See the example below:
- Instructions
- Vídeo
wget --user USUARIO --password SENHA https://repo.tecnisys.com.br/yum/tecnisys/tsa/1.0.0/rhel-8-x86_64/tecnisys-support-agent-1.0.0-0.x86_64.rpm