Upgrading Sybase ETL Server on UNIX and Linux

Before upgrading ETL Server:

StepsUpgrading Sybase ETL Server on UNIX and Linux

  1. Install the new version of ETL Server in a new installation directory.

  2. Copy the .ini files from the etc folder of the earlier installation directory to the new installation directory.

  3. Start the new ETL Server.

    • To start the ETL Server directly, enter:

      GridNode.sh
      
    • To start the ETL Server as a service, enter:

      GridNode --install
      
  4. To verify whether the server has started, enter:

    ps -e | grep GridNode
    

    After successfully upgrading, you may uninstall the older version of ETL Server. See “Uninstalling Sybase ETL Server”.