Deploying Connector on the Endpoint Itself Overview
Linux Installation
- Verify that the endpoint can communicate with JetPatch Server via port 443
- Download the Linux connector
- Once copied to endpoint, you need to change the permission of the file to run it (via chmod +x)
- Lastly, run the following command (make sure you modify the command to point to your JetPatch server)
For RHEL, CentOS, SLES, Oracle Linux, Amazon Linux use:
./vlink_installer_linux_x64_4.2.3.28_Release.bsx -out=install_state.log -coreserverurl="https://Your_JetPatch_Server_IP_or_Hostname/vmanage-server/"
For Ubuntu use:
./vlink_installer_linux_x64_4.2.3.28_Release.bsx -out=install_state.log --coreserverurl="https://Your_JetPatch_Server_IP_or_Hostname/vmanage-server/"
AIX Installation
- Verify that the endpoint can communicate with JetPatch Server via port 443
- Verify that the endpoint has unzip installed
- Download the AIX connector
- Once copied to endpoint, you need to change the permission of the file to run it (via chmod +x)
- Lastly, run the following command (make sure you modify the command to point to your JetPatch server)
./vlink_installer_AIX_power_4.1.2.231_Release.bsx -no-kill-session /tmp -out=install_state.log -coreserverurl="https://Your_JetPatch_Server_IP_or_Hostname/vmanage-server/"
Solaris Installation
-
Solaris 10
- Verify that the endpoint can communicate with JetPatch Server via port 443
- Verify that the endpoint has unzip installed
- Download the Solaris 10 connector
- Once copied to endpoint, you need to change the permission of the file to run it (via chmod +x)
- Lastly, run the following command (make sure you modify the command to point to your JetPatch server)
./ vlink_installer_solaris11_sparc64_4.1.2.231_Release.bsx -no-kill-session /tmp -out=install_state.log -coreserverurl="https://Your_JetPatch_Server_IP_or_Hostname/vmanage-server/"
-
Solaris 11
- Verify that the endpoint can communicate with JetPatch Server via port 443
- Verify that the endpoint has unzip installed
- Download the Solaris 11 connector
- Once copied to endpoint, you need to change the permission of the file to run it (via chmod +x)
- Lastly, run the following command (make sure you modify the command to point to your JetPatch server)
./vlink_installer_solaris11_sparc64_<version>_Release.bsx -no-kill-session /tmp -out=install_state.log -coreserverurl="https://Your_JetPatch_Server_IP_or_Hostname/vmanage-server/"
Verification and Troubleshooting
Now connect to your JetPatch Console and check that you can see the machine on the "Servers" tab.
1. To verify that the connector has been properly installed, check if the service is running:
/etc/init.d/intigua status
2. If the coreserverurl needs to be modified, see this article.
If there are still issues, generate connector logs from the endpoint and contact the Support Team.
Comments
0 comments
Article is closed for comments.