DBA Hub

📋Steps in this guide1/1

Get cluster_interconnect details

$GRID_HOME/bin/oifcfg getif

oracle configurationintermediate
by OracleDba
12 views
1

Get cluster_interconnect details

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
$GRID_HOME/bin/oifcfg getif
app-ipmp0 172.21.39.128 global public
loypredbib0 172.16.3.192 global cluster_interconnect
loypredbib1 172.16.4.0 global cluster_interconnect
select NAME,IP_ADDRESS from v$cluster_interconnects;
NAME IP_ADDRESS
--------------- ----------------
loypredbib0 172.16.3.193
loypredbib1 172.16.4.1

Comments (0)

Please to add comments

No comments yet. Be the first to comment!