All Collections
Enterprise Workloads
Protect File Servers
Manage File Servers
Upgrade File server agent on Linux using the command line
Upgrade File server agent on Linux using the command line
Updated over a week ago

Enterprise Workloads Editions: ✅ Business | ✅ Enterprise | ✅ Elite

We recommend you to use Druva portal to upgrade Hybrid Workloads agents / Enterprise Workloads agents to the latest versions. For more information, see Agent upgrades.

Before you begin

Ensure the following:

  • You are logged on as a root user to the server having an existing installation of Hybrid Workloads agents / Enterprise Workloads agent.

  • Your server matches the requirements listed in Support Matrix.

  • You have downloaded the latest Hybrid Workloads agents / 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 agents / Enterprise Workloads agent version.

Upgrade on CentOS, RHEL, or SLES Linux

  1. Open the command prompt.

  2. Run the following command to find the old package name of the Druva installer:
    rpm -qa | grep druva

  3. 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 agents / Enterprise Workloads agent configuration files will be deleted. When you reinstall the agent you will have to reactivate it.


  4. Run the following command to install the new package, and start the Phoenix service.
    rpm –ivh <new_package_name>

    where <new_package name> represents the file name (along with the extension) of the new installer.

  5. 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)

  6. Set the vCenter credentials on proxy using the following command:
    vCenterDetail set <hostfqdn> <username> <password>

  7. Restart the Phoenix / Druva-EnterpriseWorkloads service.

Upgrade on Ubuntu

  1. Open the command prompt.

  2. Run the following command to find the old package name of the Druva installer:
    dpkg -la | grep -i druva

  3. Run the following command to uninstall the old package:
    dpkg -r <package_name>
    In addition, you can use the dpkg --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 agents / Enterprise Workloads agent configuration files will be deleted. When you reinstall the agent you will have to reactivate it.


  4. 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 agents / Enterprise Workloads agent is activated automatically. You do not require a separate Hybrid Workloads agents / Enterprise Workloads agent activation.


Did this answer your question?