adding scan_listener on second node
729036Oct 5 2010 — edited Nov 22 2010greetings all
just setting up the second scan_listener SO THAT ITS resolvable to 2 IP addresses
**********************
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
OS
SQL> !cat /etc/*release
CentOS release 5.4 (Final)
i want to add second LISTENER_SCAN2 (resolvable to 2 ips )
vxnode1-> srvctl status scan_listener
SCAN Listener LISTENER_SCAN1 is enabled
SCAN listener LISTENER_SCAN1 is running on node vxnode2
vxnode1-> srvctl config scan
SCAN name: scan.rac.example.com, Network: 1/1.2.1.0/255.255.255.0/eth1
SCAN VIP name: scan1, IP: /scan.rac.example.com/1.2.1.156
vxnode1-> srvctl status scan
SCAN VIP scan1 is enabled
SCAN VIP scan1 is running on node vxnode2
vxnode1-> srvctl config scan_listener
SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521
vxnode1-> srvctl status scan_listener
SCAN Listener LISTENER_SCAN1 is enabled
SCAN listener LISTENER_SCAN1 is running on node vxnode2
can anybody give some expert advices