***If you have a custom mount location (eg: /data or /u01) for agents and the new upgrade includes a new connector, you will also need to do the following:
VAI Files
copy newest connector VAI files
from
/usr/share/intigua/package
to /data/intigua/package
to /data/intigua/package
chown tomcat:tomcat vlink*
chmod 644 vlink*
cp --preserve=all vlink* /data/intigua/package/
Binary Files
You also need to copy the connector binary files file, they 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/
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.