Installing the Adaptive Server version 15.0.3 binary overlay

  1. Read “Special Installation Instructions” in the release bulletin for the latest information that may affect specific 15.0.3 configurations.

    This document may also contain last minute installation information for the 15.0.3 installation.

  2. If Java in database feature is enabled perform the following steps:

    • Create the sybpcidb database

      The sybpcidb database stores configuration information for the PCI and all PCA components. This database is used by the installpcidb script. For example:

      1> disk init
      2> name = “sybpcidb_dev”
      3> physname = “${SYBASE}/data/sybpcidb_dev.dat”
      4> size = '24MB'
      5> go
      1> create database sybpcidb on sybpcidb_dev = 24
      2> go
      
    • Disable java feature:

      1> sp_configure 'enable java', 0
      2> go
      

      NoteIf you are upgrading from a pre 15.0.x server, do not disable Java in database feature. sqlupgrade automatically disables this feature before an upgrade and re-enables the feature after an upgrade.

  3. After backing up your databases, shut down Adaptive Server and back up your SYBASE directory.

  4. Installing Adaptive Server 15.0.3 overwrites current Adaptive Server software. Before installing 15.0.3, make sure that your databases are error-free as described in “Backing up Adaptive Server” and that your SYBASE directory is backed up.

  5. Shutdown servers that are using the binaries from your SYBASE directory.

  6. Use InstallShield to load the new software from the CD or DVD.

    For Windows installations, InstallShield starts automatically.

    For UNIX installations, navigate to the CD or DVD drive and enter ./setup.

  7. Install Adaptive Server 15.0.3 over the %SYBASE% installation path.

    NoteOnce files are loaded into your %SYBASE% directory, InstallShield asks if you want to configure the new installed server. Deselect configuring the new server, and click continue to finish the installation.

  8. Restart Adaptive Server.

    The shell command is:

    $SYBASE/$SYBASE_ASE/install/startserver [-f RUN_server_name file]
    

    Navigate to Start | Setting | Control Panel | Administrative Tools | Services

    Select [Sybase SQLserver_<servername>] and stop and start the services.

  9. Run select @@version. The server should now be at version 15.0.3.

  10. In Adaptive Server version 15.0.3, several changes have been made to the system stored procedures and many new error messages have been added. After performing a binary overlay you must perform the postinstallation tasks to make these changes available.

    Refer to the “Post-upgrade tasks” before running installmaster or instmsgs.ebf.