Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can create standard software delivery packages in the Symantec Management Platform (SMP) to deploy Arellia Thycotic agents. You can create software delivery policies automatically or manually.

Automatically create software delivery policies

Automatically create software delivery policies by doing the following steps:

  1. Download the Get-LatestAgents Windows PowerShell script.
  2. Open PowerShell as an Administrator administrator on the SMP ServerSMP server.
  3. Execute the Get-LatestAgents script.
  4. Select the Agents you want to add to software delivery.  
  5. Click Download and Host.
    Image Removed
    Image Added

  6. During the creation of the Arellia Agent Thycotic agent delivery policy, you will be prompted for the Arellia Thycotic Management Server hostname. Enter your hostname and click OK.
    Image Removed
    Image Added  

  7. After the script has run, navigate to the Arellia Thycotic software delivery packages in the Symantec Management Console.
    Image Removed
    Image Added

Manually create software delivery policies

Manually create software delivery policies by doing the following steps:

  1. Go to Software Download and download the Bundled Arellia Agents installerneeded MSI files.
  2. Open SMP and create a new software delivery package for each MSI file.
  3. The Use the standard 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 /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_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 /qn  

     

    Tip
    titleNote
    If you forget to set the AMSURL to your Arellia Management Server during install, then use this command to set the server address.
  4. Roll out the software delivery packages to endpoints.