Migrating to Sybase ETL

This section explains how to directly migrate the following supported versions of ETL to DI Suite 1.1.

Steps Upgrading Sybase ETL Server

  1. Use the DI Suite installer to install the new version of Sybase ETL Server in a directory different than the earlier installation.

  2. At the command prompt, shut down any running GridNode:

    ./GridNode.sh --shutdown
    
  3. Verify that the GridNode has shut down successfully:

    ps -e | grep GridNode
    

    If the GridNode is still running, kill the process.

  4. Copy the .ini files from the etc directory in the earlier installation to the new installation directory.

  5. Start the new ETL Server.

  6. To verify whether the startup is successful, enter:

    ps -e | grep GridNode
    
  7. If GridNode is running, you can safely uninstall the older version of the Sybase ETL Server.

    NoteTo reuse the .odbc.ini file that contains the ODBC data source definitions, create a backup of this file before uninstalling the older version of the ETL Server.