INFO: Agent deployment syntax
Last modified:
Overview
After the Bridgehead server modules are installed and PSTComplete is configure it's time to deploy the migration agent.
Migration agent is a .msi file that can be deployed via customer preferred deployment method.
Here is the example syntax for deployment:
e.g.
msiexec /i pstcompleteagent.msi APIKEY=12345678-1234-1234-1234-12345678901:12345678-1234-1234-1234-12345678901 CLOUDCONNECTIONREGION=US CONNECTIONTYPE=CloudOnly BRIDGEHEADCONNECTIONURLS=https://server.domain.com:8443
Option for the configuration.
| Option | Description | Values | 
| API Key | API Key to use for connection to Cloud. Provided by Cloudficient consultant | |
| BRIDGEHEADCONNECTIONURLS | URL’s to connect to Bridgehead | Semicolon separated list of URL’s, e.g. https://first.server.com; https://second.server.com | 
| CLOUDCONNECTIONREGION | Location of Cloudficient PST Complete tenant | US | 
| CONNECTIONTYPE | Type of Connection from the Agent | CloudOnly BridgeheadOnly FirstCloudThenBridgehead FirstBridgeheadThenCloud | 
CloudOnly - agent communication directly with the PST Complete cloud backed. Require open access to internet
BridgeheadOnly - agent communicating on the internal network with Bridgehead server only
FirstCloudThenBridgehead - It will first try to connect via internet to cloud backend and if it's fails then it will try to connect to Bridgehead server via internal network.
FirstBridgeheadThenCloud - it will first try to communicate with bridgehad server via internal network and if it's fails then it will try via internet to reach PST Complete cloud backend