Silent installation of Linux On-Premise Poller
Follow the steps below for the silent installation of an On-Premise Poller on a Linux server. You can also configure proxy during silent installation.- Copy and paste the following commands in your terminal
64 bit OS:
sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller_64bit.bin
sudo chmod 755 Site24x7OnPremisePoller_64bit.bin
sudo ./Site24x7OnPremisePoller_64bit.bin -i silent
32 bit OS:
sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller.bin
sudo chmod 755 Site24x7OnPremisePoller.bin
sudo ./Site24x7OnPremisePoller.bin -i silent
- Go to ~/opt/Site24x7OnPremisePoller/conf
- Edit the file 'install.txt'. Change the values as:
S24X7KEY=[new Site24x7 device key]
PROXY=[false/true - depends if proxy is needed]
PROXY_HOST=
PROXY_PORT=
PROXY_USER=
PROXY_PASS=
SERVERMONITOR=false
Note: if there is proxy to be configured (PROXY=true), then give appropriate values for PROXY_HOST, PROXY_PORT, PROXY_USER (proxy username credentials), PROXY_PASS (proxy password credentials) - Go to the home directory ~/Site24x7OnPremisePoller and execute the following command
sh StartServer.sh &
Related Articles:
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
Copy, paste, and execute the following commands in your terminal to install the On-Premise Poller 64 bit OS: sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller_64bit.bin sudo chmod 755 Site24x7OnPremisePoller_64bit.bin 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 ...
Adding On-Premise Poller on a Linux platform
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 ...
Configure proxy for an already installed On-Premise Poller
Please follow the below steps for an On-Premise Poller installed in a Windows server: Go to the Run dialog box. Type in services.msc and press Enter. This will open Windows Services. Stop the service name SITE24X7_ONPREMISEMONITOR. i.e. Stop the ...