All Collections
Knowledge Base
Enterprise Workloads
How To - Enterprise Workloads
Auto deploy Windows Phoenix Agent for Public and GovCloud
Auto deploy Windows Phoenix Agent for Public and GovCloud
Updated over a week ago

Overview

This article provides the steps to automatically install and activate the Phoenix agents on Public and GovCloud.

Keep the activation token generated by Phoenix at the time of registering the server handy before proceeding for deployment.

Auto deploy and activate Windows Phoenix Agent

To install and activate on Public Cloud:


πŸ“ Note
​

@echo onmsiexec /i <Phoenix MSI Path> /qn /quiet /log C\Phoenix_install.logtimeout /T 10cd "C:\Program Files\Druva\Phoenix Agent"
PhoenixControl.exe activate <token> --ServerName <ServerName>

In the above commands, <token> is the activation token that Phoenix generated at the time of registering the server.

To install and activate on GovCloud:


πŸ“ Note
​

@echo onmsiexec /i <Phoenix MSI Path> /qn /quiet /log C\Phoenix_install.logtimeout /T 10cd "C:\Program Files\Druva\Phoenix Agent"
PhoenixControl.exe activate govcloud <token> --ServerName <ServerName>

In the above commands, <token> represents the activation token that Phoenix generated at the time of registering server.


πŸ“ Note
​ The server name is not case sensitive. You cannot have one server registered as "ABC and another as "abc". Phoenix will display the error message "Server display name already exists. Cannot register the server with same display name". You can upgrade Phoenix agents to their latest available version. For more information, see Agent upgrades.The ServerName parameter is optional. If you provide the server name, then the defined server name is displayed in the Registered Servers page. If you do not provide a server name, then Phoenix picks up the hostname of the server by default and displays it in the Registered Servers page.


Did this answer your question?