Upgrading the Commvault VTL 2.0 Software

Upgrade the Commvault VTL 2.0 software on the VTL host when a new version of the software is released.

Procedure

  1. Login to the VTL host as root.

  2. Download the latest software package from Commvault Store.

  3. Stop the Commvault VTL 2.0 services using the following command:

    # systemctl stop commvaultvtl.service
  4. Identify the currently installed RPM package name using the following command:

    # rpm -qa | grep commvault-vtl
  5. Remove the currently installed RPM package using the following command:

    # rpm -e <currently installed commvault-vtl rpm pkg name>

  6. Install the new RPM package that was downloaded using the following command:

    # rpm -ivh <new commvault-vtl rpm pkg name>

    • To install to an FIPS Security Mode-enabled host, Commvault VTL 2.0 version 3.0.50.55 and later is required.

      Install using the following command:

      # rpm -ivh --nodigest --nofiledigest <new commvault-vtl rpm pkg name>

  7. Reboot the VTL host.

Loading...