20.2 Updating a Single-Server System from Teaming 2.1 to Vibe 3

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

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

  2. Stop Teaming.

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

  4. Copy the installer.xml file from the directory where the Teaming 2.1 Installation program is located to the directory where you have extracted the Vibe 3 software.

    You must obtain a new license-key.xml file when upgrading to Vibe 3.

    The installer.xml file provides default values when you run the Vibe 3 Installation program.

  5. Start the Vibe 3 installation program.

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

  6. Accept the License Agreement, then click Next.

    Because you provided your Teaming 2.1 installer.xml file in the directory with the Vibe 3 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 Vibe.

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

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

  11. Continue through the installation process, retaining or changing configuration information depending on the needs of your Vibe 3 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 Vibe database. If you have a large database, this process can be time-consuming.

  13. Click Finish when the update is completed.

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

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

20.2.1 Updating an Oracle Database from 2.1 to 3

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

  1. Change to the directory where the Vibe 3 Installation program is located.

  2. Unzip the teaming-3.0.n-sql.zip file to create the update-2.1.0-3.0.n directory

    The update-2.1.0-3.0.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 20.2, Updating a Single-Server System from Teaming 2.1 to Vibe 3.