XV. VigorACS and VigorConnect
ExpiredHow to update the TR069.jar file on VigorACS
This article is intended for ACS2 Premium Self-Hosted servers administrators who wish to replace the current TR069.jar file with one provided by DrayTek Support. The TR069.jar file controls some of the operations and features of the VigorACS 2 system. So in some cases a new TR069.jar file may be provided to enable a feature without requiring a complete upgrade to a newer software version.
If a TR069.jar file has been provided to you, it is important to verify that it is intended for the software version of VigorACS you are running. A TR069.jar file for VigorACS 1.3.0 will not be compatible with VigorACS 1.2.0 for example.
Windows installation
1. Use the Windows Services Manager (services.msc) to stop the VigorACS service.
2. Go to the ACS install path\server\default\lib path.
3. Backup the original TR069.jar file (Move it to a different location)
4. Download the .jar file intended for your version of VigorACS and transfer it to your server
5. Copy and paste the jar file to the \lib path, then rename it as TR069.jar.
Important Note: Please make sure there's only one TR069.jar file in the lib folder. Please move the backup file to another location even though the file name is different
6. Launch the ACS service
Linux installation
1. Stop VigorACS service
Change directory to /usr/local/vigoracs/VigorACS/bin and execute vigoracs.sh
# cd /usr/local/vigoracs/VigorACS/bin
# ./vigoracs.sh
Select the option for Shutdown VigorACS
2. Rename the old TR069.jar file, new filename TR069.bak
# cd /usr/local/vigoracs/VigorACS/modules/acs/lib/tr069/main
# mv TR069.jar TR069.bak
3. Download the .jar file intended for your version of VigorACS and transfer it to your server
4. cd to the directory that contains the new TR069.jar and move it to the directory /usr/local/vigoracs/VigorACS/modules/acs/lib/tr069/main . In the example below the new TR069.jar file has been downloaded to /home
# mv TR069.jar /usr/local/vigoracs/VigorACS/modules/acs/lib/tr069/main
5. Start VigorACS service
Change directory to /usr/local/vigoracs/VigorACS/bin and execute vigoracs.sh
# cd /usr/local/vigoracs/VigorACS/bin
# ./vigoracs.sh
Select the option for Start VigorACS
6. Confirm access is available to VigorACS GUI
How do you rate this article?
- First Published: 24/04/2020
- Last Updated: 22/04/2021