Installing connectors on remote data sources in Data Virtualization
To access data that is stored in remote data sources in Data Virtualization, you must install a remote connector.
Before you begin
Required role: To complete this task, you must have the Data Virtualization Admin or Engineer role.
- You must have IBM® Java 21 installed on the remote data source to add a connector. For more information about installing Java 21, see the installation instructions on the IBM Support site.
- You must update the HAProxy configuration file.
- To run the dv-endpoint.sh script, you must also install the following
tools:
- curl
- netstat
- TAR
About this task
A remote connector enables Data Virtualization to automatically access data, such as files located in a remote data source. If you need to virtualize data that is stored on a remote data source or file system, you must install a remote connector on the data source where the data is located. The credentials used to establish the connection to the data source determine what data in the data source can be accessed by the Data Virtualization service.
- Ensures that you meet all prerequisites to add a remote connector.
- Sets the specified parameters to add the remote connector.
- Downloads and extracts the remote connector installation package.
- Start and check the status of the remote connector.
Procedure
To add connectors to remote data sources, complete the following steps:
Results
What to do next
- Linux and Mac OS
- On Linux and Mac
OS, the remote connector has the access
permissions of the user who runs the script by default. Therefore, it is recommended that you follow
these steps on your operating system:
- Create a functional ID and start the remote connector under this functional ID.
- Create a group to which the data to be virtualized can be added.
- Grant the group read access to the data to be virtualized.
- Windows
- On Windows, the remote connector must be installed by using a new account, which is a member of the Administrators group. You must grant this user read access only on the data to be virtualized. This step can be done by using Windows OS file system security settings.
To manage remote connectors, see Managing connectors on remote data sources.
To troubleshoot issues with remote connectors, see Remote connector does not start after restart in Data Virtualization.