Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  1. Login to Source server

  2. Download the release installer from the Release link or from Virtualization UI: Source-> Add New-> Windows (checkbox)-> download source agent

image-20241204-093950.png
  1. 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

  2. Open the CMD and go to Accelario_windows_source_agent_installation_kit directory

  3. Run service_install.cmd userName password gi command to install the agent

    1. username should include the domain prefix domain\username r for local it should be .\username

    2. 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

  4. Go to service list and start the newly installed Source agent service

Target agent

  1. Login to Target server

  2. Download the release installer from the Release link or from Virtualization UI: Source-> Add New-> Windows (checkbox)-> download target agent

image-20241204-094103.png
  1. 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

  2. Open the CMD and go to Accelario_windows_target_agent_installation_kit directory

  3. Run service_install.cmd userName password target command to install the agent

    1. username should include the domain prefix domain\username or for local it should be .\username

    2. 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

    3. 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

  4. Go to service list and start the newly installed Target agent service

  • No labels