19.2 Updating a Single-Server Teaming System from 2.0 to 2.1

When you update a single-server Novell Teaming installation from version 2.0 to version 2.1, the Teaming Installation program can perform the entire update in a single process, unless the Teaming system uses an Oracle database.

  1. Make sure you have a current backup of your Teaming 2.0 system.

  2. Stop Teaming.

  3. (Conditional) If your Teaming system uses an Oracle database, update the database as described in Section 19.2.1, Updating an Oracle Database from 2.0 to 2.1 before running the Teaming Installation program.

  4. Copy the installer.xml file and the license-key.xml file from the directory where the Teaming 2.0 Installation program is located to the directory where you have extracted the Teaming 2.1 software.

    The installer.xml file provides default values when you run the Teaming 2.1 Installation program, and you can use the same license file for Teaming 2.1 as your used for Teaming 2.0.

  5. Start the Teaming 2.1 Installation program.

    If you need assistance with this task, see the detailed installation instructions for the platform where you are updating Teaming:

  6. Accept the License Agreement, then click Next.

    Because you provided your Teaming 2.0 installer.xml file in the directory with the Teaming 2.1 Installation program, the Update software and settings installation option is selected by default.

  7. Click Next to continue.

  8. Click Yes to let the Installation program know that you have stopped Teaming.

  9. Select the check box to let the Installation program know that you have backed up all of your Teaming data, then click Next.

  10. Select Basic or Advanced, depending on the type of Teaming installation you are updating, then click Next.

  11. Continue through the installation process, retaining or changing configuration information depending on the needs of your Teaming 2.1 system.

  12. Click Install when you are ready to perform the update.

    The Installation program might seem to pause at this point. It needs to update tables and indexes in the Teaming database. If you have a large database, this process can be time-consuming.

  13. Click Finish when the update is completed.

  14. Start Teaming 2.1 in the same way that you have been starting Teaming 2.0

    When you start Teaming for the first time after the update, it takes longer to start than usual because data in the Teaming database must be updated before the Teaming site is ready to use.

19.2.1 Updating an Oracle Database from 2.0 to 2.1

The Novell 2.1 Teaming Installation program can update MySQL and Microsoft SQL databases as part of the Teaming software update, but it cannot update an Oracle database. Therefore, if you are using Oracle, you must manually run the Teaming 2.1 database update script after you have stopped Teaming.

  1. Change to the directory where the Teaming 2.1 Installation program is located.

  2. Unzip the teaming-2.1.n-sql.zip file to create the update-2.0.0-2.1.n directory

    The update-2.0.0-2.1.n directory contains an update script for each type of database (MySQL, Microsoft SQL, and Oracle).

  3. Run the update-oracle.sql script to update the database structure.

    sqlplus "/ as sysdba"
    SQL>spool update-oracle.out;
    SQL>@update-oracle;
    SQL>quit;
    
  4. Return to Step 4 in Section 19.2, Updating a Single-Server Teaming System from 2.0 to 2.1.