You can create standard software delivery packages in the Symantec Management Platform (SMP) to deploy Arellia agents.
Automatically create software delivery policies
Automatically create software delivery policies by doing the following steps:
- Download the Get-LatestAgents Windows PowerShell script.
- Open PowerShell as an Administrator on the SMP Server.
- Execute the Get-LatestAgents script.
- Select the Agents you want to add to software delivery.
- Click Download and Host.
- During the creation of the Arellia Agent delivery policy, you will be prompted for the Arellia Management Server hostname. Enter your hostname and click OK.
- After the script has run, navigate to the Arellia software delivery packages in the Symantec Management Console.
Manually create software delivery policies
Manually create software delivery policies by doing the following steps:
- Go to Software Download and download the Bundled Arellia Agents installer.
- Open SMP and create a new software delivery package for each MSI file.
- The Arellia Agent installation command lines are:
msiexec.exe /i "Arellia_ApplicationControlAgent_x64_8_0_1754.msi" /norestart REBOOT=ReallySuppress /qn
msiexec.exe /i "Arellia_ApplicationControlAgent_x86_8_0_1754.msi" /norestart REBOOT=ReallySuppress /qnmsiexec.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 /qnmsiexec.exe /i "ArelliaAgent_x64_8_0_117.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn
msiexec.exe /i "ArelliaAgent_x86_8_0_117.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qnNote
If you forget to set the AMSURL to your Arellia Management Server during install, then use this command to set the server address.
Roll out the software delivery packages to endpoints.