InterviewSolution
| 1. |
How To Change Cluster Interconnect In Rac? |
|
Answer» On a single node in the cluster, add the new global interface specification:
VERIFY the CHANGES with oifcfg getif and then stop Cluster ware on all nodes by running the following COMMAND as root on each node:
Assign the network address to the new network adapters on all nodes using ifconfig:
Remove the former adapter/subnet specification and restart Cluster ware:
On a single node in the cluster, add the new global interface specification: Verify the changes with oifcfg getif and then stop Cluster ware on all nodes by running the following command as root on each node: Assign the network address to the new network adapters on all nodes using ifconfig: Remove the former adapter/subnet specification and restart Cluster ware: |
|