Upgrade to ASE 12.5.1 on machine used by ASE 12.0.x server

You must perform these upgrade steps on the current ASE 12.0.x server running IBM AIX-4.3.3 before upgrading the operating system to IBM-AIX 5.1:

  1. Download the following files from the Sybase web (http://www.sybase.com) to a work directory (this directory is refered to as WORKDIR for the remainder of the steps):

  2. Make sure you have performed all the pre-upgrade steps described in the “Upgrading Sybase Servers” chapter  of the Adaptive Server Installation Guide, and the release 12.0.x Adaptive Server is running.

    This document refers to the Adaptive Server release 12.0.x release area as “OLDSYBASE,” and the Adaptive Server release 12.5.1 release area as “NEWSYBASE.”

  3. Run installupgrade on the release 12.0.X Adaptive Server:

    isql  -Usa – P <sa password>  -S <12.0.x server name> -i $WORKDIR/installupgrade-12.5.1
    
  4. Run a reserve words check using sp_checkreswords installed on the release 12.0.x Adaptive Server, and resolve any conflicts it reports. Enter the following to run the reserve words check:

    isql  -Usa – P <sa password>  -S <12.0.x server name>
    sp_checkreswords
    

    See the pre-upgrade section in the release 12.0.x Adaptive Server Installation Guide for more information.

  5. Run the $WORKDIR/preupgrade-12.5.1 binary. This binary suggests the necessary modifications for the 12.0.x server to successfully upgrade to release 12.5.x:

    $WORKDIR/ASE-12_5/upgrade/preupgrade  -U sa  -P<sa password> -S <12.0.x servername>
    

    Make modifications to the release 12.0.x Adaptive Server as suggested until this pre-upgrade check is successful.

  6. Checkpoint all the databases and shutdown the 12.0.x server.

  7. Upgrade the machine to IBM AIX 5.1, and make sure the new AIX 5.1 machine has the necessary patches described in the “Operating System Requirements” section of the Adaptive Server Installation Guide.

  8. Install the 64-bit Adaptive Server release 12.5.1 for AIX 5.1, along with appropriate languages, using the instructions in the Adaptive Server Installation Guide.

  9. Setup your environment by running SYBASE.csh or SYBASE.sh from NEWSYBASE (described Adaptive Server Installation Guide.

  10. Copy the 12.0.x server interfaces definition from the interfaces file in OLDSYBASE to the interfaces file in NEWSYBASE.

  11. Copy the following files to the new AIX 5.1 machine:

  12. Start the release 12.5.1Adaptive Server on the new AIX 5.1 machine using the modified RUN_SERVER file.

  13. Run the upgrade binary:

    $NEWSYBASE/ASE-12_5/upgrade/upgrade  -U sa  -P<sa password> -S <12.5.1servername>
    
  14. After the upgrade, shutdown and then reboot the release 12.5.1 Adaptive Server.

  15. Install the following scripts to the release 12.5.1 Adaptive Server:

    See the System Administration Guide for information about installing these scripts.

  16. Upgrade any compiled objects (described in ‘Upgrading Sybase Servers’ chapter of the Adaptive Server Installation Guide).

  17. Complete all post-upgrade tasks, as defined the “Upgrading Sybase Servers” chapter of the Adaptive Server Installation Guide.

  18. If you are using languages other than the default, perform the steps described in “Custom Installation” of the Adaptive Server Installation Guide to configure these languages. You must run the sqlloc utility to upgrade these languages.

  19. Complete any additional post upgrade tasks defined in the AIX 5.1-64 bit Release Bulletin.