Adding On-Premise Poller on a Linux platform

Adding On-Premise Poller on a Linux platform

Idea
If your machine has SELinux configured, it needs to be temporarily disabled for the On-Premise Poller installation to be successful. To disable SELinux:
Open a Terminal with root privileges and execute this command:
setenforce 0
To add an On-Premise Poller on a Linux platform,
  1. Log in and navigate to Admin > On-Premise Poller > Click the + icon.
  2. Execute the given commands in your terminal, depending on whether it is a 32-bit or 64-bit OS.
    Notes
    As per our latest announcement, the 32-bit On-Premise Poller is no longer supported from version 6.5 and above.

  3. This will open the installation wizard.
  4. Enter the Device Key in the installation wizard.
  5. Mention proxy details, if any.
  6. Complete the installation wizard and go to the directory in the terminal where the On-Premise Poller is installed.
  7. Execute the following command to start the server:
    sh StartServer.sh & 
Idea
Enable back SELinux using the command:
setenforce 1