Steps for modifying the scan name in oracle RAC.
In this article, we have explained steps to modify scan name in oracle RAC, srvctl config scan_listener , srvctl config
oracle clusteringintermediate
by OracleDba
22 views
In this article, we have explained steps to modify scan name in oracle RAC, srvctl config scan_listener , srvctl config
1234567891011121314151617
[oracle@DBATST01 bin]# <span style="color: #800000;"><strong>srvctl config scan</strong></span>
SCAN name: <em><strong>mumprd-scan</strong></em>, Network: 1
Subnet IPv4: 192.20.209.0/255.255.255.0/cns192, static
Subnet IPv6:
SCAN 1 IPv4 VIP: 192.20.209.165
SCAN VIP is enabled.
SCAN 2 IPv4 VIP: 192.20.209.164
SCAN VIP is enabled.
SCAN 3 IPv4 VIP: 192.20.209.163
SCAN VIP is enabled.
[grid@DBATST01 bin]$ <span style="color: #800000;"><strong>srvctl stop scan</strong></span>
[grid@DBATST01 bin]$ <span style="color: #800000;"><strong>srvctl stop scan_listener
</strong></span>123456789101112
[root@DBATST01 ]#cd /gridapp/app/oracle/product/grid19c
[root@DBATST01 bin]# <span style="color: #800000;"><strong>./srvctl modify scan -n delprd-scan</strong></span>
[root@DBATST01 bin]# <span style="color: #800000;"><strong>./srvctl modify scan_listener -u
</strong></span>
srvctl modify scan_listener -p 1523
srvctl modify scan_listener -p 152312345678910
[oracle@DBATST01 bin]# <span style="color: #800000;"><strong>srvctl config scan</strong></span>
SCAN name: <em><strong>delprd-scan</strong></em>, Network: 1
Subnet IPv4: 192.20.209.0/255.255.255.0/cns192, static
Subnet IPv6:
SCAN 1 IPv4 VIP: 192.20.209.171
SCAN VIP is enabled.
SCAN 2 IPv4 VIP: 192.20.209.172
SCAN VIP is enabled.
SCAN 3 IPv4 VIP: 192.20.209.170
SCAN VIP is enabled.1234567891011121314151617181920212223242526
[oracle@DBATST01 bin]# srvctl start scan_listener
[oracle@DBATST01 bin]# srvctl start scan
[oracle@DBATST01 bin]# <span style="color: #800000;"><strong>./srvctl config scan_listener</strong></span>
SCAN Listeners for network 1:
Registration invited nodes: DBATST01,DBATST02
Registration invited subnets:
Endpoints: TCP:1522
SCAN Listener LISTENER_SCAN1 exists
SCAN Listener is enabled.
SCAN Listener LISTENER_SCAN2 exists
SCAN Listener is enabled.
SCAN Listener LISTENER_SCAN3 exists
SCAN Listener is enabled.
[oracle@DBATST01 bin]#<span style="color: #800000;"><strong> ./srvctl config scan</strong></span>
SCAN name: delprd-scan, Network: 1
Subnet IPv4: 192.20.209.0/255.255.255.0/cns192, static
Subnet IPv6:
SCAN 1 IPv4 VIP: 192.20.209.171
SCAN VIP is enabled.
SCAN 2 IPv4 VIP: 192.20.209.172
SCAN VIP is enabled.
SCAN 3 IPv4 VIP: 192.20.209.170
SCAN VIP is enabled.1234567891011
SQL> show parameter remote_listener
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
remote_listener string mumprd-scan:1522
alter system set remote_listener='delprd-scan:1522 ' scope=spfile sid='*';
srvctl stop database -d delprd
srvctl start database -d delprdPlease to add comments
No comments yet. Be the first to comment!