Overview
This article provides instructions for upgrading JetPatch connectors when using custom mount locations (such as /data or /u01) for agents in versions up to 4.2.x.
The process involves copying VAI files, binary files, and creating new connector management services.
| Important: These instructions apply only if you have a custom mount location (e.g., /data or /u01) for agents and the new upgrade includes a new connector. |
VAI Files
Copy the newest connector VAI files from the default location to your custom mount location:
From: /usr/share/intigua/package
To: /data/intigua/package
|
chown tomcat:tomcat vlink* chmod 644 vlink* cp --preserve=all vlink* /data/intigua/package/ |
Binary Files
Copy the connector binary files from the default location to your custom mount location. The binary files can be found in /usr/share/intigua/bin/
From: /usr/share/intigua/bin
To: /data/intigua/bin
|
chown tomcat:tomcat vlink* chmod 755 vlink* cp --preserve=all vlink* /data/intigua/bin/ |
Next Steps
- Once the VAI files and binary files are copied, you then need to create a new connector management service.
- Once created, you can deploy the new connector to any machine you like.
Comments
0 comments
Please sign in to leave a comment.