Skip to Main Content

Database 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!

Host names from multiple domains entered

871977Oct 4 2012 — edited Oct 7 2012
Hi all,

I'm installing clusterware in 2 nodes.

I received this error

Please see this link: http://nr6.upanh.com/b4.s32.d1/3d5583180def782cc0e4dc727ef76c8d_49752646.error.png


My installation info:

Node1:
IP: 192.168.1.110/24
[root@host1 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.


127.0.0.1 host1.localdomain localhost


Node2:
IP: 192.168.1.111/24
[root@host2 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.


127.0.0.1 host2.localdomain localhost


My DNS file on DNS Server :

[root@gnsserver ~]#cat /var/named/chroot/var/named/1.168.192.in-addr.arpa
$TTL 86400
@ IN SOA localhost root(
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS localhost
localhost IN A 127.0.0.1
host1 IN A 192.168.1.110
host2 IN A 192.168.1.111
host3 IN A 192.168.1.112
host1-priv IN A 192.168.0.110
host2-priv IN A 192.168.0.111
host3-priv IN A 192.168.0.112
host1-vip IN A 192.168.1.120
host2-vip IN A 192.168.1.121
host3-vip IN A 192.168.1.122
cluster01-scan.cluster01 IN A 192.168.1.230
cluster01-scan.cluster01 IN A 192.168.1.231
cluster01-scan.cluster01 IN A 192.168.1.232
cluster01-gns IN A 192.168.1.150


[root@gnsserver ~]#cat /var/named/chroot/var/named/1.168.192.in-addr.arpa

$ORIGIN 1.168.192.in-addr.arpa.
$TTL 1H
@ IN SOA maggie.gnsserver. root.gnsserver. ( 2
3H
1H
1W
1H )
1.168.192.in-addr.arpa. IN NS maggie.gnsserver.
110 IN PTR host1.example.com.
111 IN PTR host2.example.com.
112 IN PTR host3.example.com.
120 IN PTR host1-vip.example.com.
121 IN PTR host2-vip.example.com.
122 IN PTR host3-vip.example.com.
230 IN PTR cluster01-scan.cluster01.example.com.
231 IN PTR cluster01-scan.cluster01.example.com.
232 IN PTR cluster01-scan.cluster01.example.com.
150 IN PTR cluster01-sns.example.com.

Please help.

Thank you.

Edited by: Dan on 08:32 04-10-2012
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2012
Added on Oct 4 2012
9 comments
1,448 views