Enterprise Workloads Editions: β Business | β Enterprise | β Elite
We recommend you to use Druva portal to upgrade Hybrid Workloads agent / Enterprise Workloads agents to the latest versions. For more information, see Agent upgrades.
You can also upgrade multiple agents and proxies for different workloads at the same time from the Management Console.
Before you begin
Ensure the following:
You are logged on as a
root
user to the server having an existing installation of Hybrid Workloads agent / Enterprise Workloads agent.Your server matches the requirements listed in Support Matrix.
You have downloaded the latest Hybrid Workloads agent / Enterprise Workloads agent installer on your server.
You can download the installer either from Druva downloads page or from the Management Console.The following information is valid for the latest Hybrid Workloads agent / Enterprise Workloads agent version.
Upgrade on CentOS, RHEL, or SLES Linux
π Note
βBefore upgrading from the Hybrid Workloads agent to the Enterprise Workloads agent, ensure that sufficient free space is available on the disk/drive.
For Debian and Linux operating system, the amount of free space required on "/" should be more than the size of folder /var/Phoenix/NAS/state
.
Open the command prompt.
Run the following command to find the old package name of the Druva installer:
rpm -qa | grep druva
Run the following command to uninstall the old package:
rpm -e <old_package_name>
When you are prompted Do you want to cleanup all Phoenix config and data files: [yes/no]? [default: no], enter no.
βπ‘ Tip
If you enter yes, all the Hybrid Workloads agent / Enterprise Workloads agent configuration files will be deleted. When you reinstall the agent you will have to reactivate it.
Run the following command to install the new package.
β
βrpm βivh <new_package_name>
where <new_package name> represents the file name (along with the extension) of the new installer.
Next, start the following service to upgrade:
Phoenix service (for agent version prior to 7.0.0)
Druva-EnterpriseWorkloads (for agent version 7.0.0 and later)
Set the vCenter credentials on proxy using the following command:
βvCenterDetail set <hostfqdn> <username> <password>
Restart the Phoenix / Druva-EnterpriseWorkloads service.
Upgrade on Ubuntu
Open the command prompt.
Run the following command to find the old package name of the Druva installer:
dpkg -la | grep -i druva
Run the following command to uninstall the old package:
dpkg -r <package_name>
In addition, you can use thedpkg --purge <package_name>
command. However,dpkg -r <package_name>
is recommended.
When you are prompted Do you want to cleanup all Phoenix config and data files: [yes/no]? [default: no], enter no.
βπ‘ Tip
If you enter yes, all the Hybrid Workloads agent / Enterprise Workloads agent configuration files will be deleted. When you reinstall the agent you will have to reactivate it.
Run the following command to install the new package:
dpkg -i <new_package_name>
where <new_package name> represents the file name (along with the extension) of the new installer.
π Note
βA system reboot is not required after manual or auto upgrade. After an upgrade, the Hybrid Workloads agent / Enterprise Workloads agent is activated automatically. You do not require a separate Hybrid Workloads agent / Enterprise Workloads agent activation.