Skip to main content

Posts

Showing posts from March, 2024

Snmpd Service Status Shows "Can't find directory of RPM packages" OEL 9

 One of the oracle linux service is encountering error saying cannot file directory of the RPM packages. # systemctl status snmpd ● snmpd.service - Simple Network Management Protocol (SNMP) Daemon.      Loaded: loaded (/usr/lib/systemd/system/snmpd.service; disabled; vendor preset: disabled)      Active: active (running) since  2024-03-13 16:24:10 <Tz>; 4s ago    Main PID: 6061 (snmpd)       Tasks: 1 (limit: 10913)      Memory: 11.1M         CPU: 61ms      CGroup: /system.slice/snmpd.service              └─6061 /usr/sbin/snmpd -LS0-6d -f   Mar 13 16:11:25 <hostname> systemd[1]: Starting Simple Network Management Protocol (SNMP) Daemon.... Mar 13 16:11:25 <hostname> snmpd[6061]: Can't find directory of RPM packages Mar 13 16:11:25  <hostname> snmpd[6061]: NET-SNMP version 5.9.1 Mar 13 16:11:25  <hostname> systemd[1]: Started Simple Network Management Protocol (SNMP) Daemon..   OEL 9, the RPM database switched from  Berkel

Oracle Cloud manager bakcup module failed - java.sql.SQLException: Non supported character set

    During PROD backup getting error “Based on the error: java.sql.SQLException: Non supported character set (add orai18n.jar in your classpath): AR8MSWIN1256” copy orai18n.jar file to Valid ORACLE_HOME [oracle@oraerpdb01n ~]$ cd $ORACLE_HOME [oracle@oraerpdb01n 19.0.0]$ find . -name orai8* [oracle@oraerpdb01n 19.0.0]$ find . -name orai18* ./oui/jlib/orai18n-collation.jar ./oui/jlib/orai18n-mapping.jar ./jlib/orai18n-tools.jar ./jlib/orai18n-translation.jar ./jlib/orai18n-collation.jar ./jlib/orai18n.jar ./jlib/orai18n-net.jar ./jlib/orai18n-mapping.jar ./jlib/orai18n-servlet.jar ./jlib/orai18n-lcsd.jar ./jlib/orai18n-utility.jar ./appsutil_xx/jre/lib/ext/orai18n.jar ./appsutil_xx/clone/jlib/oui/jlib/orai18n-collation.jar ./appsutil_xx/clone/jlib/oui/jlib/orai18n-mapping.jar ./appsutil_xx/clone/jlib/oui/orai18n-collation.jar ./appsutil_xx/clone/jlib/oui/orai18n-mapping.jar ./appsutil_xx/clone/jre/lib/ext/orai18n.jar ./appsutil/jre/lib/ext/orai18n.jar ./appsutil/clo

OLVM installation on Oracle Linux 9

We were trying to install the ovirt engine and Oracle Linux 9 but we were not able to complete the installation successfully.  We should note that Oracle Linux 9 is not currently supported for the installation of KVM hosts and OLVM engine. The latest release of OLVM is OLVM 4.5, and it only supports Oracle Linux 8.8 or later versions.  Conclusion: So we recommend you to use last available version of Oracle Linux 8 for installation of oVirt engine 4.4.10/oVirt engine 4.5 and KVM Host on Server to avoid any issue. thanks for reading. regards, ZAHEER