Upgrading GlobalSight

From Globalsight
Revision as of 09:26, 2 January 2014 by Techwriter (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Developers
Go to: Getting Started Guide
Footer-logo.gif
System requirements

Installing GlobalSight
3rd party comps: Windows | Ubuntu
GlobalSight: Windows | Ubuntu
Desktop Icon

Setting up GlobalSight
Running GlobalSight Behind an Apache Reverse Proxy

Developing GlobalSight
GlobalSight Architecture
Getting the Code
Building and Deploying GlobalSight
GlobalSight Developer’s Guide
Setting up the Development Environment
Debugging GlobalSight
Designing the GlobalSight Adapters
GlobalSight Web Services API
Using the GlobalSight Web Services API Test Tool
Using the GlobalSight CVS Connector
Connecting to a CVS with the GlobalSight Desktop Icon

Upgrading GlobalSight
Comparing GlobalSight with WorldServer

You can upgrade easily from one version of GlobalSight to another using the GlobalSight Upgrade Installer.

To download and install the upgrade installer, follow the instructions below for Windows or Ubuntu.

Pre-requisites

Before beginning, make sure that:

  • The GlobalSight service is stopped
  • The MySQL database is started

Windows

To download and install the upgrade installer:

  1. Download and unzip the GlobalSight_Upgrade_Installer_<version>.zip package
  2. Double-click run.bat
    Upgrade1.jpg














  3. Click Next. The installer looks for the installValues.properties file in the C:\Documents and Settings\<user>\Local Setting\Temp folder to determine the GlobalSight installation directory. If this is found, it proceeds with the upgrade. If this is not found, you are prompted to enter the GlobalSight installation directory manually
    Upgrade2.jpg

    Upgrade3.jpg

  4. Enter the GlobalSight installation directory and click OK
    Upgrade4.jpg

  5. Click Finish to exit. The installer backs up the previous version of GlobalSight and applies the upgrade to your GlobalSight instance. The backup is stored in the <GlobalSight_Upgrade_Installer_x.x.x.x>\installer\backup folder
    Upgrade5.jpg

  6. Re-start the GlobalSight service

You can find the upgrade log in the <GlobalSight_Upgrade_Installer_x.x.x.x>\installer\log.txt file.

Ubuntu

Before beginning:

  • Log in as a user with sudo privileges
  • Stop Globalsight: /etc/init.d/globalsight stop
  • Make sure that the MySQL database is running

To download and install the upgrade installer:

  1. Download and un-jar the GlobalSight_Upgrade_Installer_<version>.zip
    Type: jar xvf GlobalSight_Upgrade_Installer_<version>.zip
  2. Add the execute attribute to run.sh
    Type: chmod u+x run.sh
  3. Run the GlobalSight Upgrade Installer
    Type: ./run.sh
    Upgrade6.jpg

  4. The installer looks for the installValues.properties file in the/tmp folder to determine the GlobalSight installation directory.
    If this file is found, it proceeds with the upgrade
    If this file is not found, you are prompted to enter the GlobalSight installation directory manually
    Upgrade7.jpg

  5. Enter the GlobalSight installation directory and press Enter
    Upgrade8.jpg

  6. Press Enter to exit the installer. It backs up the previous version of GlobalSight and applies the upgrade to GlobalSight. The backup is stored in <GlobalSight_Upgrade_Installer_x.x.x.x>/installer/backup directory
    Upgrade9.jpg

  7. Re-start GlobalSight
    Type: /etc/init.d/globalsight start

The upgrade log can be found in <GlobalSight_Upgrade_Installer_x.x.x.x>/installer/log.txt.