Skip to main content

Posts

Showing posts with the label runInstaller

DBCA Oracle 19c - ClusterInfo.:248] m_olsnodesPath

 We were not able to create the container database and it encountered following Error: [pool-1-thread-1] [ 2021-08-17 15:25:52.277 AST ] [has.ClusterUtilNative.Native] prsr_trace: Native: getLocalNodeName [pool-1-thread-1] [ 2021-08-17 15:25:52.277 AST ] [has.ClusterUtilNative.Native] prsr_trace: Native: getLocalNodeName:nodenumber: 1 [pool-1-thread-1] [ 2021-08-17 15:25:52.279 AST ] [has.ClusterUtilNative.Native] prsr_trace: Native: getLocalNodeName:nodename: erp-preprod-db01 INFO: Aug 17, 2021 3:25:52 PM oracle.assistants.dbca.util.NodeSelectionHelper reorderLocalNodeIndex INFO: Local node found at index:0 localnode:erp-preprod-db01 INFO: Aug 17, 2021 3:25:52 PM oracle.assistants.dbca.action.DBIdentificationAction updateRACConfiguration INFO: Added: [erp-preprod-db01, erp-preprod-db02] to the node list in the bean [pool-1-thread-1] [ 2021-08-17 15:25:52.280 AST ] [has.UtilNative.Native] prsr_trace: Native: getCRSHome [pool-1-thread-1] [ 2021-08-17 15:25:52.280 AST ] [has.UtilNa...

Error 11gr2 runInstaller solairs 11 motif21/libmawt.so: ld.so.1: java: fatal: libXm.so

I was trying to Install oracle database 11.2.0.3 on one of newly configured Oracle Solaris 11 X86-64 bit BOX. I have encountered below error message while executing runInstaller: jdk/jre/ lib/amd64/motif21/libmawt.so: ld.so.1: java: fatal: libXm.so open failed no such file or directory Cause: Installer is expecting library file  "libmawt.so" which eventually doesn't exists. So there is  a missing package on OS Solution: Install missing package "pkg://solaris/library/motif" 1 - Search for missing package in repository 2 -  Install missing package 3 - Now runInstaller , it should work normally without any errors: Note: For Installing this package you should have You IPS properly configured. Please refer my blog post about configuring IPS if you need more information:  http://appsdbaworkshop.blogspot.com/2013/03/configuration-of-ips-on-oracle-solaris11.html Thanks for reading. Happy troubleshooting :) regards, X A H E E R