查看oracle rac 各節點公網,私網ip資訊,oraclerac

來源:互聯網
上載者:User

查看oracle rac 各節點公網,私網ip資訊,oraclerac
-----叢集私網串連資訊:
select * from gv$cluster_interconnects;
 INST_ID NAME  IP_ADDRESS           IS_PUBLIC SOURCE
---------- ----- -------------------- --------- ------------------------------
         1 eth1  192.168.94.11        NO        Oracle Cluster Repository
         2 eth1  192.168.94.12        NO        Oracle Cluster Repository


-----叢集節點公網,私網串連資訊:
select * from x$ksxpia;
ADDR                   INDX    INST_ID PUB_KSXPIA      PICKED_KSXPIA        NAME_KSXPIA          IP_KSXPIA
---------------- ---------- ---------- --------------- -------------------- -------------------- ------------------------------
00002AC96F949FB8          0          1 N               OCR                  eth1                 192.168.94.11
00002AC96F949FB8          1          1 Y               OCR                  eth0                 10.80.18.252



----各節點執行個體,公網資訊
select inst_id,utl_inaddr.get_host_address(host_name) from gv$instance;
INST_ID    UTL_INADDR.GET_HOST_ADDRESS(HOST_NAME)
---------- --------------------------------------------------
         1     10.80.18.252
         2     10.80.18.253

著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.