Linux rpm Package Installation
Installing on RPM-based Linux Systems (e.g., CentOS, RHEL, Fedora)
Last updated
Installing on RPM-based Linux Systems (e.g., CentOS, RHEL, Fedora)
The deployment package supports RPM-based Linux distributions with the following requirements:
System Requirements:
GLIBC Version: Must be 2.9 or greater
Run the following command in your terminal to verify the GLIBC version:
ldd --versionIf the output shows a version below 2.9, you will need to update GLIBC or upgrade your 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/downloads3. Extract the contents of the downloaded .zip file using the unzip command:
unzip *_linux_rpm.zip If unzip command is not available, install using the command sudo yum install unzip
4. Navigate to the extracted directory, use chmod +x command to make a file executable
5. Execute the installation script with superuser privileges to install the package:
6. Verify the Installation
To ensure the package is installed correctly, verify that the service is running:
If the service is not active, you may start it using:
Last updated
chmod +x install.shsudo ./install.shsudo systemctl status blulogshipper.servicesudo systemctl start blulogshipper.service