Upgrade the Commvault VTL 2.0 software on the VTL host when a new version of the software is released.
Procedure
-
Login to the VTL host as
root. -
Download the latest software package from Commvault Store.
-
Stop the Commvault VTL 2.0 services using the following command:
# systemctl stop commvaultvtl.service -
Identify the currently installed RPM package name using the following command:
# rpm -qa | grep commvault-vtl -
Remove the currently installed RPM package using the following command:
# rpm -e currently installed commvault-vtl rpm pkg name -
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
-
-
Reboot the VTL host.