How Many IPs Do You Need for a 2-Node Oracle RAC? (And Why Each One Matters)
A complete guide on IP planning for a 2-node Oracle RAC. Learn about public, private, VIP, and SCAN IPs.
oracle configurationintermediate
by OracleDba
12 views
A complete guide on IP planning for a 2-node Oracle RAC. Learn about public, private, VIP, and SCAN IPs.
123456
bash
srvctl config vip
srvctl status vip
bash
srvctl start vip -n <node_name>1
racscan.learnomate.local. IN A 192.168.1.210 racscan.learnomate.local. IN A 192.168.1.211 racscan.learnomate.local. IN A 192.168.1.2121234567
makefile
ORA-12514: TNS:listener does not currently know of service requested
bash
nslookup racscan.learnomate.local
srvctl config scan
srvctl status scan_listener12
bash
ip addr show12
bash
ping <hostname> nslookup <SCAN name>12
bash
crsctl stat res -t12345
bash
ifconfig -a
bash
netstat -nrPlease to add comments
No comments yet. Be the first to comment!