Thursday, July 25, 2013

ORACLE - RAC - cluvfy

$ cluvfy comp nodecon -n testdrac01,testdrac02  -verbose

Verifying node connectivity

Checking node connectivity...

Checking hosts config file...
  Node Name     Status                    Comment
  ------------  ------------------------  ------------------------
  testdrac02   passed
  testdrac01   passed

Verification of the hosts config file successful


Interface information for node "testdrac02"
 Name   IP Address      Subnet          Gateway         Def. Gateway    HW Address        MTU
 ------ --------------- --------------- --------------- --------------- ----------------- ------
 eth0   10.109.19.20    10.109.19.0     0.0.0.0         10.109.19.254   00:0E:7F:F1:AA:FB 1500
 bond0  192.168.2.2     192.168.2.0     0.0.0.0         10.109.19.254   00:0E:7F:F1:AA:FA 1500


Interface information for node "testdrac01"
 Name   IP Address      Subnet          Gateway         Def. Gateway    HW Address        MTU
 ------ --------------- --------------- --------------- --------------- ----------------- ------
 eth0   10.109.19.17    10.109.19.0     0.0.0.0         10.109.19.254   00:11:0A:9B:17:3F 1500
 bond0  192.168.2.1     192.168.2.0     0.0.0.0         10.109.19.254   00:11:0A:9B:17:3E 1500


Check: Node connectivity of subnet "10.109.19.0"
  Source                          Destination                     Connected?
  ------------------------------  ------------------------------  ----------------
  testdrac02:eth0                testdrac01:eth0                yes
Result: Node connectivity passed for subnet "10.109.19.0" with node(s) testdrac02,testdrac01


Check: TCP connectivity of subnet "10.109.19.0"
  Source                          Destination                     Connected?
  ------------------------------  ------------------------------  ----------------
  testdrac01:10.109.19.17        testdrac02:10.109.19.20        passed
Result: TCP connectivity check passed for subnet "10.109.19.0"


Check: Node connectivity of subnet "192.168.2.0"
  Source                          Destination                     Connected?
  ------------------------------  ------------------------------  ----------------
  testdrac02:bond0               testdrac01:bond0               yes
Result: Node connectivity passed for subnet "192.168.2.0" with node(s) testdrac02,testdrac01


Check: TCP connectivity of subnet "192.168.2.0"
  Source                          Destination                     Connected?
  ------------------------------  ------------------------------  ----------------
  testdrac01:192.168.2.1         testdrac02:192.168.2.2         passed
Result: TCP connectivity check passed for subnet "192.168.2.0"


Interfaces found on subnet "10.109.19.0" that are likely candidates for VIP are:
testdrac02 eth0:10.109.19.20
testdrac01 eth0:10.109.19.17

Interfaces found on subnet "192.168.2.0" that are likely candidates for a private interconnect are:
testdrac02 bond0:192.168.2.2
testdrac01 bond0:192.168.2.1

Result: Node connectivity check passed


Verification of node connectivity was successful.

No comments:

Post a Comment