Follow these steps to install the VMware Greenplum Connector for Informatica components on both the Informatica Data Integration Service node and on the Informatica Developer Tool client machine.
After installing the Informatica components, you must also install and start the Greenplum Streaming Server (GPSS) service in the Greenplum Database cluster.
See the Release Notes to understand the requirements and limitations for this release of the Connector.
Follow these steps to install all Connector Components:
Download and uncompress the Connector distribution from Tanzu Network.
Shut down the Informatica domain on which you will install the Connector files.
Copy the Connector server component installation files to the server that runs the Informatica Data Integration Service. The required files and directories are:
installServer.sh
script file.server
directory.Note: Copy files from the Informatica_Data_Services
folder for Informatica Developer Tool and Data Integration Tool installations.
Open a terminal on the Informatica Developer Tool machine, and navigate to the location of the Connector installation files. For example:
cd ~/downloads
ls
Run the installServer.sh
script and provide the Informatica installation directory. For example:
./installServer.sh /usr/local/Informatica/10.0.0
Note: If you need to reinstall the adapter or install a newer version of the adapter, include the true
option to overwrite the existing files. For example:
./installServer.sh /usr/local/Informatica/10.0.0 true
The installer registers the Connector to the Informatica Data Integration Service.
Restart the Informatica domain.
Download and uncompress the Connector distribution from Tanzu Network.
Stop the Informatica Developer Tool application if it is currently running.
Copy the Connector client component installation files to the machine that runs the Informatica Developer Tool. The required files and directories are:
installClient.bat
script file.client
directory.Note: Copy files from the Informatica_Data_Services
folder for Informatica Developer Tool or Data Integration Tool installations.
Open a command window on the Informatica Developer Tool machine, and navigate to the location of the Connector installation files. For example:
cd c:\Downloads
dir
Run the installClient.bat
file and provide the Informatica installation directory. For example:
installClient.bat C:\Informatica\10.0.0\clients
The installer copies the Connector client files to the Developer Tool installation.
After you install both the server and client Connector components, the loader connection type named GreenplumEnhancedLoader
becomes available in the Informatica Developer Tool. You can view this connection type when you click the Create Connection or Show Connections icons. You will use this connection type to create a named connection to the Greenplum Streaming Server for selecting Greenplum Database tables as load targets. See Using the Connector.
The Greenplum Streaming Server (GPSS) manages communication and data transfer between the Connector and Greenplum Database. In addition to installing the Connector components in your Informatica cluster, you must install, configure and start GPSS in the Greenplum Database cluster. See Installing and Configuring GPSS in Greenplum Database for information.