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

« Previous Version 2 Next »

Important

To ensure you have installed all prerequisite software on your managed computers before you install the Arellia Agents, go to Agent Requirements.


To install the Arellia Agents when your target machines are connected to the Internet, do the following steps:

  1. Go to Software Download and download the Bundled Arellia Agents Installer.
  2. Run the Arellia Bundle Installer on the computers you want to manage.
  3. During the setup process, enter the server URL when prompted.



After you install the Arellia Agents, a computer resource will be created. You will see this new resource in the Security Manager Console in the Resources tab under Assets / Network Resources / Computers.

Installation via Command Line

After you have downloaded the latest Arellia Agents, you can then manually install agents by command line on an endpoint. When you deploy Arellia agents, use the following generic command lines: 

msiexec.exe /i "Arellia_ApplicationControlAgent_x64_8_0_1756.msi" /norestart REBOOT=ReallySuppress /qn
msiexec.exe /i "Arellia_ApplicationControlAgent_x86_8_0_1756.msi" /norestart REBOOT=ReallySuppress /qn
 
msiexec.exe /i "Arellia_LocalSecurityAgent_x64_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn
msiexec.exe /i "Arellia_LocalSecurityAgent_x86_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn

 

msiexec.exe /i "ArelliaAgent_x64_8_0_120.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn
msiexec.exe /i "ArelliaAgent_x86_8_0_120.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn

 

Note

If you forget to set the AMSURL to your Arellia Management Server during install, then use this /wiki/spaces/ND/pages/1165094to set the server address.

  • No labels