Installing Oracle DB 19.0.0

Make Sure you fulfill the requirements:OS: Oracle Linux 7/8 Run the following command sudo yum update Install the required packages sudo yum install -y oracle-database-preinstall-19c change oracle user password sudo passwd oracle create directories required for oracle sudo mkdir -p /u01/app/oracle/product/19.0.0/dbhome_1sudo mkdir -p /u01/app/oraInventorysudo chown -R oracle:oinstall /u01sudo chmod -R 775 /u01 Edit /etc/security/limits.conf oracle […]

Integrate LibreNMS with FreeIPA Authentication

LibreNMS supports multiple authentication modules,but LibreNMS doesn’t support multiple authentication mechanisms at the same time.To enable a particular authentication module you need to set this up in config.php. To use ldap freeipa for authentication LibreNMS we need Install php_ldap or php7.0-ldap, making sure to install the same version as PHP. Prequisite : LibreNMS installed Before install update repository […]