Linux operating systems
IBM Tivoli Storage Manager, Version 7.1

Installing the upgrade utilities on Linux systems

You must install the upgrade utilities on the system that has the original server and its database. The package to install is available for download from the FTP downloads site.

About this task

Restriction: Do not install the utilities in the installation directory for the original server that must be upgraded. Install the utilities package in its own directory.

Procedure

  1. Obtain the upgrade utilities package from the FTP downloads site.
    1. Go to ftp://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/server-upgrade/v5r5/
    2. Navigate to the directory that names the operating system that your V5 server runs on. From that directory, open the 5.5.x.x directory. The 5.5.x.x number must be the same as or later than the level of the V5 server that you are upgrading.
    3. Open the directory for your operating system and download the package. The name of the package has the following form:
      5.5.x.x-TIV-TSMUPG-platform.tar.bz2

      The numbers at the beginning of the package name identify the release level of the upgrade utilities package.

    4. Optional: To install messages in a language other than English, open the LANG directory, and download a language package. Translated messages are available in the usual set of languages for a V5 server.
  2. Log in with the root user ID.
  3. Extract the contents of the upgrade utilities package. For example, from the directory where you saved the download package, issue the commands:
    bunzip2 package_name.tar.bz2
    tar xvf package_name.tar
  4. Navigate to the directory that corresponds to the processor architecture of the operating system, for example, x86_64.
  5. Install the upgrade utilities and the device driver. Use the following command:
    rpm -ivh package_name.rpm

    The utilities are installed in the directory /opt/tivoli/tsm/upgrade/bin by default.

  6. Optional: Install the language package.
    1. Extract the contents of the downloaded package.
      bunzip2 package_name.tar.bz2
      tar xvf package_name.tar
    2. Install the package for the language that you want to use.
      rpm -ivh package_name.rpm
    3. Enter the following command to set the locale environment variable for messages:
      export LC_MESSAGES=xxxx
      where xxxx is the locale that you want to use. For example, use it_IT for Italian. The upgrade utilities run with the locale that you specify if the following statements are true:
      • The locale is installed on the system.
      • The upgrade utilities support the locale.
      • The language package that you installed for the upgrade utilities matches the locale.
  7. After the upgrade utilities are installed, continue at Setting environment variables for the upgrade utilities on AIX, HP-UX, Linux, and Oracle Solaris systems.


Feedback