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 […]
Month: November 2024
Zabbix FreeIPA LDAP Authentication
Zabbix LDAP authentication works at least with OpenLDAP.External LDAP authentication can be used to check user names and passwords. Note that a user must exist in Zabbix as well, however its Zabbix password will not be used. After success test login with LDAP user make sure LDAP user exist in Zabbix as well, however its […]
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 […]