The following instructions describe the manual installation of Policy Auditor Agent in Linux environment. The PAA package is to be installed through ePO client task only.
- To install the package:
Place the paa.linux.6.4.3.zip package and paa-install.sh in the same directory and run the below command:
./paa-install.sh -i paa.linux.6.4.3.zip
NOTE: The paa-install.sh script is created to install the PAA package on Linux environment, which is attached in this article.
- To uninstall the package, run:
./paa-install.sh -u
- If paa-install.sh is copied from Windows system, execute below commands:
dos2unix paa-install.sh
chmod 755 paa-install.sh
NOTE: paa-install.sh requires root permission to install the binaries.