In this section, I’ll put step-by-step instruction how to perform agent installation (Source and Target) on Windows machine
\uD83D\uDCD8 Instruction
Source agent
Login to Source server
Download the release installer from the Release link or from Virtualization UI: Source-> Add New-> Windows (checkbox)-> download source agent
Unzip the release installer folder, extract Accelario_windows_source_agent_installation_kit folder and move it to new folder (name it acc for example) in C drive
Open the CMD and go to Accelario_windows_source_agent_installation_kit directory
Run service_install.cmd userName password gi command to install the agent
username should include the domain prefix domain\username r for local it should be .\username
If your password consists special characters then needs to add escape (^) character before each of them and put the whole password into double quotes. Additional information can be found in this link: https://ss64.com/nt/syntax-esc.html
Go to service list and start the newly installed Source agent service
Target agent
Login to Target server
Download the release installer from the Release link or from Virtualization UI: Source-> Add New-> Windows (checkbox)-> download target agent
Unzip the release installer folder, extract Accelario_windows_target_agent_installation_kit folder and move it to new folder (name it acc for example) in C drive
Open the CMD and go to Accelario_windows_target_agent_installation_kit directory
Run service_install.cmd userName password target command to install the agent
username should include the domain prefix domain\username or for local it should be .\username
If your password consists special characters then needs to add escape (^) character before each of them and put the whole password into double quotes. Additional information can be found in this link: https://ss64.com/nt/syntax-esc.html
If you’re installing Source and Target agents on the same Windows machine, before installation need to provide different port number for target agent. For doing this go to Accelario_windows_target_agent_installation_kit folder, edit service_parameters.list file, change port numbers from 8443 to 9443, 8444 to 9444 and save the file. Additionally while runnining the command for service install, need to add one more parameter for service name: service_install.cmd userName password target target_agent
Go to service list and start the newly installed Target agent service