Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Private Interface for leaf nodes

DarkwingDuckMay 18 2019 — edited May 18 2019

Hi

these leaf-nodes drive my crazy.

In 12.2 Oracle told us: That's realy great!

In 18 leaf nodes went depricated, in 19 even unsupported. (only hubnodes). That's what I got from ORACLE docs.

However,  just on thing I realy want to know:

Do leaf nodes an private interface?

I've heard to answers:

a) Of course stupid! The ar member of the cluster and need cluster interconnect!

b) Of course not stupid! Cluster Interconnect is only used for hubnodes! Use the ASM Interface instead!

I studied every paper from ORACLE I could find. But no answer.

Please..help

THX

Christian

This post has been answered by Dude! on May 18 2019
Jump to Answer

Comments

Dude!

Check the last paragraph: https://docs.oracle.com/en/database/oracle/oracle-database/18/cwsol/understanding-oracle-flex-clusters.html#GUID-26BBAAB…

A Leaf Node sends periodic heartbeat messages to its associated Hub Node, which is different from the heartbeat messages that occur between Hub Nodes. During planned shutdown of the Hub Nodes, a Leaf Node attempts to connect to another Hub Node, unless the Leaf Node is connected to only one Hub Node. If the Hub Node is evicted, then the Leaf Node is also evicted from the cluster.

https://docs.oracle.com/en/database/oracle/oracle-database/18/cwlin/about-oracle-flex-asm-clusters-networks.html#GUID-89…

Oracle Flex ASM can use either the same private networks as Oracle Clusterware, or use its own dedicated private networks. Each network can be classified PUBLIC, ASM & PRIVATE, PRIVATE, or ASM.

DarkwingDuck

Thanks!

"A Leaf Node sends periodic heartbeat messages to its associated Hub Node, which is different from the heartbeat messages that occur between Hub Nodes."

This was new for me. I knew about the heartbeat beetween leaf node an hubnode, and that leaf is evicted.

But I thought it is the same heartbeat as the one between the hub-nodes.

Oracle Flex ASM can use either the same private networks as Oracle Clusterware, or use its own dedicated private networks. Each network can be classified PUBLIC, ASM & PRIVATE, PRIVATE, or ASM.

Well, that the point nobody could figure out for me clearly, which might be a result of my poor english. :-(

I got this one:

The private network is for the cluster, such as heartbead an - on RAC - cluster interconnect.

The ASM Interface is for the a new comunication which comes with flex asm.

If an database instances runs on  an hubnode without ASM instance, any communication with the ASM instance (needed for example creating a datafile, logswitches) runs over the ASM interfaces.

On leaf nodes I read this:

  • Use Indirect access to the Oracle ASM disks, where I/O is handled as a service for the client on a Hub Node.
  • Submit disk service requests through the Oracle ASM network.

A leaf node needs data that is stored on ACFS.

So the IO runs from the leaf nodes the hub node it is connected to and the hubnode sends the requested data.

As this runs over the ASM interface (which should be a seperated interface in seperate network, NOT private)  it puts no load on private interfaces.

If you answer "yes"... well, you just made my day!

Dude!
Answer

As far a I know:

ASM hub nodes are ASM RAC cluster nodes that provide ASM client service to ASM flex (leaf) nodes. ASM client I/O on behalf of ASM flex nodes is performed on the ASM hub node. ASM client communication between the ASM hub and flex nodes is via a separate ASM client network.

ASM flex nodes also run Oracle Clusterworks to communicate with ASM hub nodes. For the hub and leaf node interconnect, you can use the ASM client network, a private network between the all hub and all leaf nodes, or the private network of your RAC cluster. It is best to have a private network for Oracle Clusterworks communication between hub and leaf nodes.

ACFS uses a kernel driver to provide a local filesystem mounting an ASM disk group. ACFS is only available for ASM RAC or hub nodes, and is not available for ASM leaf nodes. https://docs.oracle.com/en/database/oracle/oracle-database/12.2/cwsol/restrictions-and-guidelines-for-oracle-acfs.html#GUID-587B11C1-CB42-4584-A626-A95C925C78E3

https://docs.oracle.com/en/database/oracle/oracle-database/12.2/cwsol/restrictions-and-guidelines-for-oracle-acfs.html#G…

Marked as Answer by DarkwingDuck · Sep 27 2020
DarkwingDuck

Thanks a lot

1 - 4

Post Details

Added on May 18 2019
4 comments
281 views