Overview
This article provides instructions for removing the JetPatch Connector from Linux and Unix endpoints.
Two methods are available: using the Connector CLI for automated removal or manual removal if the first option fails.
Option 1 - Use Connector CLI
Log in to the endpoint using SSH and have an elevated shell.
Run the following command:
| /usr/local/intigua/Intigua-Utils/intigua rmc |
The connector should allow for self-removal.
Unix Endpoints
For Unix endpoints, run the following commands:
Solaris:
| ./vlink_installer_solaris_sparc64__Release.bsx uninstall |
AIX:
| ./vlink_installer_AIX_power_4.2.3.23_Release.bsx uninstall |
Option 2 - Manual Removal
If Option 1 could not remove the Connector, follow these steps:
- Stop all running processes:
| ps aux | grep connector64 |
| kill -9 |
- Stop and disable the "vAgent" processes:
| ps aux | |
| kill -9 |
- Delete the "Intigua" folder:
| rm –rf /usr/local/intigua |
Verify Connector Removal
Check Running Processes
Check running processes using (Process should not exist):
| ps aux | grep connector64 |
Check Connector Folder
Check if the Connector folder exists (folder should not exist):
| ls /usr/local/intigua |
| Important: If both the process and folder of the Connector do not exist, the Connector is not installed on the endpoint. |
Comments
0 comments
Article is closed for comments.