I am performing an R12.2 Vision Installation on SLES 11 SP3 for VMWARE.
Reference
I executed the " ./rda.sh -T hcve " check to perform the Oracle E-Business Suite Release 12 (12.2.0) Preinstall (Linux x86_64).
I receive this failure: " A03550 DNS Lookup FAILED nslookup host.domain "
Can you help direct me to why I may be receiving this error?
more /etc/hosts ------My etc hosts I believe is setup correctly.
# IP-Address Full-Qualified-Hostname Short-Hostname#
127.0.0.1 localhost.localdomain localhost
192.168.0.121 Platinium2.platinumesol.com Platinium2
Platinium2:~ # ping Platinium2 -----Ping resolves correctly to what is in /etc/hosts
PING Platinium2.platinumesol.com (192.168.0.121) 56(84) bytes of data.----This is the correct IP
64 bytes from Platinium2.platinumesol.com (192.168.0.121): icmp_seq=1 ttl=64 time=0.024 ms>
When I do an nslookup of the host server that I am working on :
Platinium2:/pwoll/rda # nslookup Platinum
Server: 209.18.47.61
Address: 209.18.47.61#53
Non-authoritative answer:
Name: Platinum
Address: 198.105.254.240
Name: Platinum
Address: 198.105.244.240
Platinium2:~ # nslookup -d2
setup_system()
create_search_list()
ndots is 1.
copy_server_list()
make_server(209.18.47.61)
make_server(209.18.47.62)
make_server(192.168.0.1)
>
cat /etc/resolv.conf
search platinumesol.com
nameserver 209.18.47.61
nameserver 209.18.47.62
nameserver 192.168.0.1
options attempts:5
options timeout:15
Paul