To install the protection so that it integrates seamlessly with the PCOP Server, you must download the installer from the console as indicated in the Installation modes section:
http://documents.managedprotection.pandasecurity.com/Help/v71000/Customers/Default/en-us/014.htm
The name of the downloaded installer is “LinuxWAAgent.run”.
After downloading the installer, you must assign execute permissions to it through the file manager or running the following command:
# chmod +x LinuxWAAgent.run
Then, run the installer. Run it as the ‘root’ user for the installation to run correctly. To do so, double-click the installer from the file manager or run the following command from the command-line terminal:
# ./LinuxWAAgent.run
The installer decompresses the files and runs a shell script, post_install.sh, which takes care of post-installation tasks, such as writing configuration files, launching processes, etc.
After installation is complete, the following processes must be running:
PCOP_AgentService
PCOPScheduler
You can check the process status by running the following command:
# ps aux | grep PCOP