During 11g (11.2.0.3) install on Linux (Red Hat Enterprise Linux Server 6) pop-up message with computer name then window OUI disappears.
By: Date: 23.04.2012 Categories: !ENG,Errors,Install,ORACLE
RUS: При установке Oracle 11g (11.2.0.3) на Linux (Red Hat Enterprise Linux Server 6) выскакивает сообщение с именем компьютера, после чего окно OUI исчезает.

During Oracle 11g (11.2.0.3) install on Linux (Red Hat Enterprise Linux Server 6) pop-up message with computer name (HostName: Hostname) then window Oracle Universal Installer (OUI) disappears.

image_thumb20_thumb

In the file installActions*.log (/u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/oui/installActions2012-01-30_03-23-30PM.log) there is an error message:


INFO: Setting value for the property:configcmds in the bean:configcmdmappings
SEVERE: [FATAL] udbssd1.dear: udbssd1.dear.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -1

In the file oraInstall*.err (/u01/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/oui/oraInstall2012-01-30_03-23-30PM.err):


...
ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:37
oracle.cluster.verification.VerificationException: udbssd1.dear: udbssd1.dear
at oracle.cluster.verification.ClusterVerification.(ClusterVerification.java:231)
at oracle.cluster.verification.ClusterVerification.getInstance(ClusterVerification.java:333)
at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:419)
at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:190)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:299)
at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:106)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:136)
at oracle.install.commons.util.Application.startup(Application.java:891)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:348)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:124)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:155)
...

The cause of error most likely in that that dns does not return ip the server for the name (command nslookup <server_name> the IP address should be returned).

The decision: write record about this computer in /etc/hosts. Enough — 127.0.0.1 comp_name.


127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
172.21.6.133 udbssd1.dear

During 11.2.0.3 Install Get Pop-Up Error — : (Doc ID 1396516.1)

Запись During 11g (11.2.0.3) install on Linux (Red Hat Enterprise Linux Server 6) pop-up message with computer name then window OUI disappears. впервые появилась Dmitry Bobrovsky Blog

— Author: Dmitry Bobrovsky Google