Skip to Main Content

add scan listener

User_RWYAYAug 11 2017 — edited Aug 17 2017

Hi, Srs.

How to add scan_listener and scan vip ip on existing oracle rac scan (fourth node)?

Environment:


Actually i have 4 four nodes, however the fourth node does not have scan listener and i need to add.

[oracle@ol6-rac01 ~]$ srvctl config scan_listener

SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521

SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1521

SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1521

[oracle@ol6-rac01 ~]$ srvctl status scan

SCAN VIP scan1 is enabled

SCAN VIP scan1 is running on node ol6-rac02

SCAN VIP scan2 is enabled

SCAN VIP scan2 is running on node ol6-rac03

SCAN VIP scan3 is enabled

SCAN VIP scan3 is running on node ol6-rac01

HOW TO ADD HERE SCAN VIP scan4 on node ol6-rac04 (for example)???

[oracle@ol6-rac01 ~]$ cat /etc/hosts

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4

::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

#Public

192.168.10.10   ol6-rac01.xx.br        ol6-rac01

192.168.10.11   ol6-rac02.xx.br        ol6-rac02

192.168.10.12   ol6-rac03.xx.br        ol6-rac03

192.168.10.13   ol6-rac04.xx.br        ol6-rac04

#Private

192.168.11.10   ol6-rac01-priv.xx.br   ol6-rac01-priv

192.168.11.11   ol6-rac02-priv.xx.br   ol6-rac02-priv

192.168.11.12   ol6-rac03-priv.xx.br   ol6-rac03-priv

192.168.11.13   ol6-rac04-priv.xx.br   ol6-rac04-priv

#Virtual

192.168.10.14   ol6-rac01-vip.xx.br    ol6-rac01-vip

192.168.10.15   ol6-rac02-vip.xx.br    ol6-rac02-vip

192.168.10.16   ol6-rac03-vip.xx.br    ol6-rac03-vip

192.168.10.17   ol6-rac04-vip.xx.br    ol6-rac04-vip

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Sep 14 2017
Added on Aug 11 2017
23 comments
1,617 views