Installing Adaptive Server Using the Binary Overlay

Use the installer to install Adaptive Server version 15.7 SP100 on top of your existing Adaptive Server, if it is no earlier than version 15.7.x.

  1. From your SYBASE directory, shut down Adaptive Server through the shutdown cluster command in isql.. Use a regular "polite" shutdown as opposed to using the shutdown with nowait option, both as the initial and final steps. Doing so flushes free space accounting figures, object statistics, and runs checkpoint on the database to minimize recovery work during the upgrade process.
  2. Shut down all Sybase Control Center agents on all nodes:
    $SYBASE/SCC-3_2/bin-scc.sh -stop
  3. Use the installer to load the new software from the CD or DVD.

    Navigate to the CD or DVD drive and enter ./setup.bin.

  4. Select the language.
  5. On the Introduction screen, click Next.
  6. Specify the destination directory with the Adaptive Server you want to update, then click Next.
    Note: Do not use single or double quotes character when specifying a path. The installer does not recognize quote marks, and displays an error.
  7. If you see Choose Update Installation, this means that there is an older version of Adaptive Server in the directory you specified for the installation.
    If you click:
    • Yes – the installer identifies which features you already have, and automatically updates them to the newest version.
    • No – the installer prompts you to perform a typical, full, or custom installation to specify what features you want to update.
    Note: Clicking No does not take you to the previous screen to change the installation directory. To do this, click Previous.
  8. Click Next.
    The installer checks that the version you wish to update is compatible with the version of Adaptive Server you are installing. If the version is incompatible, the Check Upgrade Incompatible Version dialog appears, and you see a message similar to:
    Warning: The current "Sybase Adaptive Server Enterprise Suite" 
    in your destination directory is not compatible with this version upgrade; 
    some bug fixes may be unavailable if you proceed. See the release note for 
    more information.
    You may see a similar message if your Adaptive Server is an out-of-band release, such as an emergency bug fix, one-off, controlled, or instrumental release:
    Warning: The current "Sybase Adaptive Server Enterprise Suite" 
    in your destination directory is an out-of-band release; some bug fixes 
    may be unavailable if you proceed. Verify that the bug fixes you need are 
    in this newer version before proceeding with the upgrade.

    If you see such messages, click Cancel to stop the installation process. To override the error and continue with the installation, select Proceed installation with incompatible version and click Next.

    Warning!  Upgrading to an incompatible version may cause software regression. SAP recommends that you cancel the installation and obtain a compatible version of Adaptive Server.
    If you perform the installation in a silent, or unattended mode, and the versions are incompatible, the installer asks you to rerun the installer with this argument, then quit:
    DALLOW_UPGRADE_TO_INCOMPATIBLE_VERSION=true
  9. Install Adaptive Server 15.7 SP100 into the existing $SYBASE installation path.
  10. At the end of the installation process, select Configure Sybase Control Center, and set a new password for both the SCC admin and agent.
    Note: If the current Cluster Edition installation is created on a shared disk, enable SCC shared disk mode by selecting Yes for Do you want to enable SCC Shared Disk mode?
  11. Restart Adaptive Server by using sybcluster.
    For example, to restart a cluster on a 2-node cluster, start SCC agent on each node:
    nohup $SYBASE/SCC-3_2/bin/scc.sh -instance linstrs3 > & scc3.out & nohup $SYBASE/SCC-3_2/bin/scc.sh -instance linstrs4 > & scc4.out &
    sybcluster -U uafadmin -Psybase123  -C testcluster -F "linstrs3:9999,linstrs4:9999" > connect testcluster> start cluster 
    Note: Before starting sybcluster, perform the workaround steps in CR #713282 as described in the "Known Problems" section of the Adaptive Server release bulletin.
  12. Run select @@version. The server should now be at version 15.7 SP100.
Related concepts
Postinstallation Tasks
Related tasks
Installing in Silent Mode
Related information
The updatease Utility