Installing Replication Server

Follow the procedures in this section to install Replication Server components.

StepsInstalling Replication Server components

  1. Choose one of the following installation modes:

  2. Mount the Replication Server CD. Enter:

    # mount -t iso9660 /dev/cdrom /mnt/cdrom
    

    If you cannot mount the CD drive, consult your operating system documentation or contact your operating system administrator.

  3. Verify that you are logged in as the “sybase” user.

When you complete the installation process, unmount and remove the CD from the drive at the # prompt by entering:

# umount /dev/cdrom
# eject

StepsInstalling in GUI mode

  1. At the # prompt, enter the following, where /mnt/cdrom is the directory you specified when mounting the CD drive, and ./setup unloads the components in GUI mode:

    cd /mnt/cdrom
    ./setup -is:javahome JVM
    
  2. You might see the following error message:

    Error writing file =  There may not be enough
    temporary disk space. Try using -is:tempdir to use a
    temporary directory on a partition with more disk
    space.
    

    If so, set the temporary directory to another directory that has more disk space by entering the following at the command line, where directory_name is the name of the temporary directory to which InstallShield will write its temporary files:

    setup -is:tempdir directory_name
    

    This directory should have at least 100MB of disk space.

  3. Select Next.

  4. Choose your geographic location in the license and copyright agreement window.

  5. Read the Sybase license agreement and select “I agree.” Click Next. You must agree to the license and copyright before you can continue.

  6. In the install directory window, click Next to accept the default directory for the installation ($SYBASE or /opt/sybase), or enter a different directory name.

  7. If the installation directory you chose does not exist, InstallShield prompts:

    The directory does not exist. Do you want to create it?
    
  8. Click Yes. If the installation directory you selected exists, and contains a prior installation, InstallShield prompts you with the following message:

    You have chosen to install into an existing
    directory. Any older versions of the products you
    choose to install that are detected in this directory
    will be replaced. Do you want to continue with
    installation into this directory?
    

    Click Yes if you wish to install on top of the previous installation. If the products were previously installed with:

  9. Select the type of installation:

  10. Click Next. InstallShield displays a progress indicator as it installs the components.

    If you do not have enough disk space for the installation, InstallShield displays an error message. In this case, exit InstallShield, remove any programs or files that you do not need, and clean out temporary directories. Then, restart InstallShield.

  11. On successful installation, InstallShield displays the following message: Click Next.

    The InstallShield Wizard has successfully installed
    Replication Server Software, Version 15.0.1. Choose
    next to continue the wizard.
    
  12. The SySAM License Server window opens and displays this prompt:

    Will licenses be obtained from the License Server?
    

    If you select Yes and the license server is not found, or you select No and the local license file is not installed on your local machine, this message displays:

    Installer can’t check out a license. Do you want to
    continue with a license?
    

    Click Yes to complete the installation. If you select No, this message displays:

    Please remember to download and install the license
    file after this installation. 
    

    Click OK to return to the beginning of step 12.

    NoteSee “Choosing a license model,” in Chapter 2 “Understanding Licensing Concepts and Models” of the Sybase Software Asset Management User’s Guide for information on which choice is appropriate for your installation.

  13. The SySAM Notification window asks you to configure your server for e-mail notification. When configuration is enabled, you will receive information about license management events requiring attention.

  14. On the sample Replication Server option window, select:

  15. Click Next. If you chose to configure and start a sample Replication Server, InstallShield displays the configuration information related to the sample Replication Server:

    This page contains detailed information regarding the sample Replication
    Server. Please record this information.
    
    The sample Replication Server will be called SAMPLE_RS and will run on
    port 11752. It will be configured with a user of sa and no password.
    
    
    The sample Replication Server will use an embedded RSSD called
    SAMPLE_RS_ERSSD that runs on port 11751. It will be configured with a
    user of SAMPLE_RS_RSSD_prim and a password of SAMPLE_RS_RSSD_prim_ps.
    
    
    The installer has updated the appropriate interfaces file or sql.ini
    file.
    
    All files and logs associated with the sample Replication Server will be
    located in the directory $SYBASE/REP-15_0/samp_repserver.
    
    The sample Replication Server will be configured using the file
    $SYBASE/REP-15_0/samp_repserver/SAMPLE_RS.res.
    
  16. Click Next. The Configure New Replication Server window displays the progress of the server configuration.

  17. Click Next. The Installation Completed window appears, verifying that the Replication Server software is now installed.

    If you chose to start a sample Replication Server, it is started automatically. If you did not choose to start a sample Replication Server, you must configure and then start your Replication Server manually.

    See the Replication Server Configuration Guide for UNIX for information about configuring your new Replication Server.

  18. Click Finish. The InstallShield wizard closes.

StepsInstalling in console mode

The steps for installing components in an interactive text mode are the same as those described in “Installing in GUI mode”, except that you execute InstallShield from the command line using the setup -console command, and you enter text to select installation options.

  1. At the command line, enter:

    ./setup -is:javahome JVM -console
    

    InstallShield starts and displays the welcome window as follows:

    --------------------------------------------------
    
    Welcome to the InstallShield Wizard for Sybase
    Replication Server Software, Version 15.0.1.
    
    The InstallShield Wizard will install Replication
    Server Software, Version 15.0.1 on your computer.
    
    To continue, choose Next.
    
    Press 1 for Next, 3 to Cancel or 4 to Redisplay [1]
    
    -------------------------------------------------
    
    
  2. Follow the remaining prompts to install Replication Server software.