5.1 Uninstalling the Connector

  1. Log in to the Connector host server as the root user.

  2. Open a terminal console, then combine the rpm -qa and grep commands to find the exact name of the installed PlateSpin Migrate Connector package:

    rpm -qa | grep -i platespin-migrate-connector

    The query reports the exact name of the package, such as

    platespin-migrate-connector-1.1.1-xxx.noarch.rpm

    where xxx represents the build number.

  3. Uninstall the package:

    rpm -ev <exact-package-name>
  4. Repeat the query to verify that the package is no longer installed:

    rpm -qa | grep -i platespin-migrate-connector

    The command should return the following message:

    package platespin-migrate-connector is not installed
  5. (Optional) Delete the matching Connector instance in the Transformation Manager Connectors list.

    See Deleting a Connector Instance in the PlateSpin Transformation Manager User Guide.