$./runinstaller command execution, pop up an error message dialog box, the content is very simple, only "info:info" a few words (server named info)
1. View detailed error information
$CD/tmp
$more Orainstall2014-04-18_01-38-41am.err
2, problem analysis
2.1 View host Name: INFO
$ hostname
2.2 Viewing the IP and host name configuration in the hosts
$ cat/etc/hosts
#127.0.0.1 localhost localhost.localdomain localhost4localhost4.localdomain4
:: 1 localhost localhost.localdomainlocalhost6 localhost6.localdomain6
192.168.171.180 INFA
The above discovery host name is "INFO", while hosts, the IP address hostname is mapped to "INFA", that is, there is an error in the resolution map in the Hosts file
3. Handling Solutions
Modify the/etc/hosts file, change (192.168.171.180 INFA) to (192.168.171.180 INFO), install again, solve the problem.
Linux installation Oracle client does not open install to Leader Server name: Server Name Error Resolution method