RPM Package Installation

Installing on RPM-based Linux Systems (e.g., CentOS, RHEL, Fedora)

Follow these steps to install the BluLogShipper package on Windows system:

1. Log in to the portal and download the BluLogShipper RPM package (blulogshipper_rpm.zip)

2. Launch a Terminal and navigate to the directory where the package was downloaded. Example:

cd /path/to/downloads

3. Extract the contents of the downloaded .zip file using the unzip command:

unzip blulogshipper_rpm.zip

4. Navigate to the extracted directory, use chmod +x command to make a file executable

chmod +x blulogshipperagent_installer.sh

5. Execute the installation script with superuser privileges to install the package:

sudo ./blulogshipperagent_installer.sh

6. Verify the Installation

To ensure the package is installed correctly, verify that the service is running:

sudo systemctl status blulogshipper.service

If the service is not active, you may start it using:

sudo systemctl start blulogshipper.service

Last updated