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 


    • Related Articles

    • Set proxy for Linux On-Premise Poller during installation

      There are 3 ways through which you can configure a proxy in an On-Premise Poller for a Linux server. During installation using the Installation Wizard Using the console During the silent installation of the On-Premise Poller Linux agent 1. During ...
    • Installation of Linux On-Premise Poller using the console

      As per our latest announcement, the 32-bit On-Premise Poller is no longer supported from version 6.5 and above. To install the On-Premise Poller in your Linux machine using the console, execute the following commands in your terminal: 64 bit OS: sudo ...
    • Troubleshooting steps for On-Premise Poller

      Prerequisites and basic details: Prerequisites for installing On-Premise Poller Necessary ports to allow access to the installed On-Premise Poller How secure is On-Premise Poller Amount of bandwidth consumed by the On-Premise Poller software Adding ...
    • Silent installation of Linux On-Premise Poller

      You can perform a silent installation of an On-Premise Poller on a Linux server. Additionally, proxy configuration can also be set during this process. Execute the following commands in your terminal 64 bit OS: sudo wget ...
    • Where are the On-Premise Poller logs located?

      The default directories for installing the On-Premise Poller are: Windows: C:\Program Files(x86)\Site24x7OnPremisePoller Linux: /opt/Site24x7OnPremisePoller If you've installed the On-Premise Poller in the default directory specified during ...