Installing Sybase ETL Server in non-GUI modes

You can install ETL Server using either the console or silent mode. On Windows, ETL Server can be installed using silent mode only. On UNIX and Linux, ETL Server can be installed using console mode or silent mode.

On Windows using silent mode

At the command prompt, navigate to the installation directory and enter:

SybaseETLServer.exe /VERYSILENT /DIR=<installation
directory> /TASKS="InstallAsService,Allusers"

where:

On UNIX and Linux using console mode

  1. At the command prompt, change to the installation directory, and launch the setup program:

    SybaseETLServer.shar
    
  2. Specify if you want to install the evaluation copy or a licensed copy.

    • Evaluation copy – enter “1” to install and use ETL Server without a license for a grace period of 30 days. To continue using ETL Server after the end of the grace period, you must obtain valid licenses from the SPDC.

    • Licensed copy – enter “2” to install and use ETL Server with a license.

  3. A list of countries or regions appear. Select your location and press Enter. If you agree to the terms of the license agreement, enter “Y” to continue the installation. If you disagree with the terms of the license, enter “N” to exit the installation.

    If you do not find a license agreement that matches your location, or if the license agreement is unreadable on your system, you can read all available license agreements at the Local Sybase Software Licenses Web site and rerun the setup program.

  4. Enter the destination directory where you want to install ETL Server.

    If the directory exists, this message appears:

    The specified directory already exists and will be overwritten. [y/n]
    
  5. Enter “Y” to install for all users, if you want to be able to launch the application on user accounts with restricted access rights.

    When started the first time on a user account, all files requiring write privileges are copied to the user directory, typically, $HOME/SYBASE/Sybase ETL Server/<product_version>/Demodata.

    Depending on whether you have selected to install for users, the log files will be located in the \log subdirectory of either the user or the installation directory.

  6. If you have installed the licensed copy, select one of these license methods:

  7. If the software is installed successfully, a message appears indicating a successful installation.

On UNIX and Linux using silent mode

  1. At the command prompt, navigate to the installation directory and enter:

    SybaseETLServer.shar --silent --destination <dest> 
    --all-user
    

    where:

    • destination <dest> – is the directory path where you want to install ETL Server. Sybase recommends that you use only alphanumeric characters and do not include white spaces in the installation path.

    • all-user – allows you to launch the application on user accounts with restricted access rights.

  2. After successful installation, copy the license into the licenses folder of the installation directory.

    If you want to deploy the license to an existing license server, create a .lic file and copy it to the licenses folder after you have added this information:

    • License server host name of the machine where the license server is running.

    • License server port number if the port number you are using is not the same as the default.

    For example:

    "SERVER sysamserver ANY 27000
     USE_SERVER"
    

    where, sysamserver is the hostname of the machine where the license server is running, and 27000 is the default port number of the license server. See the Sybase Software Asset Management Users Guide.

After successful installation: