Install/ Upgrade Windows agents
In this section, I’ll put step-by-step instruction how to perform Source and Target agent installation/ upgrade on Windows machine
Instruction
Source agent installation
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 of special characters, then needs to add an escape (^) character before each of them and put the whole password into double quotes. Additional information can be found in this link: Quotes, Escape Characters, Delimiters - Windows CMD - SS64.com
Go to service list and start the newly installed Source agent service
Target agent installation
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 of special characters, then needs to add an escape (^) character before each of them and put the whole password into double quotes. Additional information can be found in this link: Quotes, Escape Characters, Delimiters - Windows CMD - SS64.com
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 running 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
Upgrade the agents
For performing the upgrade, firstly we need to remove the existed agent service and after run above-mentioned steps for each agent service. For agent service removal:
Go to service list and get the service name
Stop the service
Open CMD and run SC DELETE shortservicename command