Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FAILED nslookup host.domain

Submarine768Jun 25 2014 — edited Jun 26 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2014
Added on Jun 25 2014
4 comments
3,232 views