Information in this document applies to any platform.Oracle Business Intelligence Enterprise Edition
For example:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 host.oracle.com
If such a setting is in place in OBIEE 11.1.1.5, or 11.1.1.6, the install will fail, or components will fail to start after install. To prevent this from happening, you must modify the etc/hosts file before starting installation.
For example:
# Do not remove the following line, or various programs
# that require network functionality will fail.
10.10.11.46 host.oracle.com host
nslookup host.oracle.com (lookup on the actual host name and domain)
nslookup 123.456.789.0 (where IP address specified is that of the actual OBIEE machine)
- The etc/hosts file needs to be changed from local host (127.0.0.1) to the physical IP address.[oracle@host ~]$ more /etc/hosts
- On Windows 7, the etc/hosts does not need to include the domain:10.10.11.46 host
- Pre-installation checks for all platforms should include nslookups to confirm network and DNS settings. For example, the following command should return without error and the IP address and host should match those listed in the etc/hosts file:nslookup host (where host is the “short name” or “alias” for the host machine)
0 comments:
Post a Comment