SlideShare a Scribd company logo
3
Most read
7
Most read
9
Most read
Oracle RAC 12c

1
Dell - Internal Use - Confidential
Agenda
•
•
•
•
•
•
•

Oracle Flex cluster & Flex Asm Overview
Benefits of flex C&A.
Architecture of Flex C&A
Configuration & managing of FLEX cluster & ASM
Enabling Flex Cluster & Flex ASM.
Switchover.
Question & Answer

2
Dell - Internal Use - Confidential
Oracle Flex cluster & Flex Asm Overview
•

•

The new Flex Clusters and Flex ASM features are designed to provide scalable and high-availability cluster
infrastructure for database cloud and application cloud. Oracle 12c Flex Clusters introducing a new twolayered hub-and–spoke topology to the cluster architecture. The number of Hub Nodes in an Oracle Flex
Cluster can be as many as 64. The number of Leaf Nodes can be many more. Hub Nodes are similar to
Oracle Grid Infrastructure nodes in an Oracle Clusterware standard Cluster configuration: they are tightly
connected, and have direct access to shared storage. Leaf Nodes are different from standard Oracle Grid
Infrastructure nodes, in that they do not require direct access to shared storage, but instead request data
through Hub Nodes. Hub Nodes can run in an Oracle Flex Cluster configuration without having any Leaf
Nodes as cluster member nodes, but Leaf Nodes must be members of a cluster that includes at least one
Hub Node.
In Oracle Flex ASM only a small number of cluster nodes run Oracle ASM instances. These ASM instances
are connected by all the database instances on the cluster to provide storage access to these database
instance, when a ASM fails database instance that connects the failed asm instance will switch to other
ASM instance. Oracle Flex ASM is an option in Oracle 12c ASM which you can enable or disable. If there is
a standard cluster installed we can enable or disable flex ASM any time. With Oracle Database 12c, the
database instances and ASM instances can now be on different servers, so ASM instances require a
password file that is used to authenticate a database instance connecting to an ASM instance within the
cluster. For most configurations a default ASM password file is created during installation and it is stored in
an ASM Disk Group.
3
Dell - Internal Use - Confidential
Benefits of flex C&A
Oracle Clusterware such as 11gR2 and earlier supported only the tightly connected cluster architecture:
1. Each node in the cluster is connected to other nodes through the private interconnect.
2. Each node in the cluster is directly connected to the shared storage.
Issue in this tightly connected cluster which is standard 11gr2 cluster. Interconnect connects each pair of
nodes and every node is connected to the shared storage, an N-node cluster will have N *(N-1)/2 possible interconnect
paths for cluster heartbeats and data exchanges between two nodes and N connection paths to the shared storage.
Means a 16 nodes Rac means 16*(16-1)/2=16*7.5=120 different interconnect path and 16 storage connections. But
still it’s manageable, if we want to scale a cluster to a much bigger scope, for example 500 nodes, it will have 124,750
interconnect paths and 500 storage connections. The complexity of the number of interconnect path and storage
connections make the cluster difficult to manage.
Oracle Flex Clusters increase cluster scalability. In 16-node cluster where we set up 4 Hub nodes and 12
Leaf nodes with 3 Leaf nodes per Hub node, the number of private interconnects among 4 Hub nodes is 6 and the total
number of connections between the Leaf nodes and their Hub nodes is 12. This makes the total number of
interconnects 18, compared to 120 in a 16-node standard cluster. Hub-and-spoke topology is the key architecture
feature that segments the cluster into groups of nodes. Two fundamental impacts: 1) limiting the size of the hub to
reduce contention to OCR and voting disks and 2) less heartbeats network traffic exchange between the nodes. Only
the Hub Nodes have direct access to the OCR and voting disks.
Other important features of Oracle Flex ASM include;
The maximum number of ASM Disk Group is increased from 63 to 511.
Oracle Flex ASM supports larger LUN sizes for Oracle Database 12c clients (increased to 32 PB).
There is now a command for renaming an ASM Disk in a Disk Group.
All the instances in an ASM cluster ensure they are running the same code release by validating the patch level
across the cluster.

4
Dell - Internal Use - Confidential
Architecture of Flex Cluster

5
Dell - Internal Use - Confidential
In above pics, 4 node hub cluster is tightly connected with private interconnected which is same as 11gr2 RAC. Outside the hub
center, 12 leaf nodes form 4 groups. None of the leaf nodes are connected to other leaf nodes. Oracle rac db can run on leaf
nodes, leaf node don’t have direct access to storage server, so the rac db on leaf nodes will need to get the database through
hub nodes. The technology to implement this remote storage access is called as Oracle Flex ASM. For this reason, when you
configure a Flex Cluster, Oracle Flex ASM is automatically enabled. Benefit of running the loosely coupled architecture of the
Flex Cluster is to provide the high availability of the Oracle Clusterware of the applications tier. We can run application tiers on
the Flex Cluster, which provides high availability, such as failover capability, against server hardware failover and planned
maintenance.

With this hub-and–spoke topology, the Flex Cluster in Oracle 12cR1 is designed to scale up 64 Hub nodes and many more Leaf
nodes. OCR and voting disk accessible only to Hub nodes and not Leaf nodes. if we query the voting disks or OCR access from
a Leaf node:
$ crsctl query css votedisk
CRS-1668: operation is not allowed on a Leaf node
$ ocrcheck
PROT-605: The 'ocrcheck' command is not supported from a Leaf node.

If a Leaf node fails, this node will be evicted from the cluster. The services running on the failed Leaf node are failed over to other
Leaf nodes that are connected the same Hub node. In this way, the other part of the cluster nodes will be not impacted by this
Leaf node’s failure. The network heartbeat is used to maintain network connectivity between a Leaf node and the Hub node
heartbeat is tolerable is defined by the leafmisscount setting which by default is 30 seconds. If the heartbeat failure passes this
leafmisscount setting, then the Leaf node either will be reconnected to the other Hub node or will be evicted from the cluster.
$ crsctl get css leafmisscount
CRS-4678: Successful get leafmisscount 30 for Cluster Synchronization Services

6
Dell - Internal Use - Confidential
Oracle Flex ASM Architecture:
In earlier version of oracle RAC like 11gr2 or 10gRAC, in each node there is a asm instance and database
instance. Asm instance running each node using cpu and memory on each node. Also if ASM instance goes
down database instance on that node is also down.
In Oracle Flex ASM architecture, only a small number of cluster nodes run Oracle ASM instances.
These ASM instances are connected by all the database instances on the cluster to provide storage access to
these database instance, when a ASM fails database instance that connects the failed asm instance will switch
to other ASM instance. Oracle Flex ASM is an option in Oracle 12c ASM which you can enable or disable. If
there is a standard cluster installed we can enable or disable flex ASM any time. Clients on Leaf Nodes
use GNS (Grid Naming Service) to locate Hub Node services. This requires access to GNS through a fixed
VIP running on one of the nodes so that Leaf Node clients have reliable naming service within the cluster.

7
Dell - Internal Use - Confidential
Oracle Flex ASM fundamentally changes the ASM cluster architecture. Before the introduction of Oracle Flex ASM in Oracle
Database 12c, an ASM instance ran on every server in a cluster. These ASM instances communicated with other ASM
instances on other servers in the cluster and collectively they presented shared Disk Groups to the database clients running in
the cluster. This collection of ASM servers formed an ASM cluster. If an ASM instance were to fail, then all the database
instances running on the same server as the failing ASM instance failed as well.

In Oracle Database release 12c, only a smaller number of ASM instances need run on a subset of servers in a cluster. The
number of ASM instances running is called the ASM cardinality. If a server fails that is running an ASM instance, Oracle
Clusterware starts a replacement ASM instance on a different server to maintain the ASM cardinality. If an ASM instance fails
for whatever reason, then active Oracle 12c database instances that were relying on that ASM instance will reconnect to
another surviving ASM instance on a different server. Furthermore, database instances are connection load balanced across
the set of available ASM instances. The default ASM cardinality is 3, but that can be changed with a Clusterware command.
These features are collectively called Oracle Flex ASM.

8
Dell - Internal Use - Confidential
Oracle ACFS and ADVM through Oracle ASM proxy instance: In Flex ASM configuration, Oracle ASM proxy is introduced to provide
support for Oracle ACFS and Oracle ASM Dynamic Volume Manager (Oracle ADVM). In order for Flex ASM clients to connect to remote
ASM instances, Flex ASM introduces a new type of network called the ASM network between Flex ASM clients and ASM instances. With
this new type of network, inside of Oracle Clusterware 12c, there are four types of networks:
1. Public network, which usually connects the cluster nodes to the Corporate network;
2. Private network for the interconnect communication between the cluster nodes;
3. ASM network for ASM clients to connect to ASM instances;(needed only for flex ASM)
4. Storage network for the cluster nodes to access the shared storage.

In Flex Clusters, Leaf nodes are not required to have direct storage access. Leaf nodes to access ASM disks on the shared storage through
the Hub nodes, Oracle Flex ASM is required in Oracle Flex Clusters.
If you convert a standard cluster to a Flex Cluster after the OUI installation, you need to enable the Flex ASM on the cluster before changing
the cluster mode to the Flex Cluster. In a Flex Cluster configuration, ASM instances have to run the Hub nodes because Hub nodes are
required to have direct access the shared storage.
ASM Network
With Flex ASM Oracle 12c, a new type of network is called the ASM network. it is used for communication between ASM and its clients and
is accessible on all the nodes. All ASM clients in the cluster have access to one or ore ASM network. Also it is possible to configure single
network can perform both function as a private and an ASM network (oifcfg getif, you should see cluster_interconnect,asm)
ASM Listeners
To support FLex ASM, a set of ASM listeners are configured for every ASM network. Up to three ASM listener addresses are registred as
remote listeners in each client database instance. All clients connections are load balanced across the entire set of ASM instances
ora.ASMNET1LSNR_ASM.lsnr
ONLINE ONLINE
auvmdbacoeora07
ONLINE ONLINE
auvmdbacoeora08

STABLE
STABLE

9
Dell - Internal Use - Confidential
The default Grid listener listens for ASM,APX, Grid Infrastructure Management and Database instances
LSNRCTL for Linux: Version 12.1.0.1.0 - Production on 11-NOV-2013 11:19:56
Copyright (c) 1991, 2013, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
-----------------------Alias
LISTENER
Version
TNSLSNR for Linux: Version 12.1.0.1.0 - Production
Start Date
11-NOV-2013 03:14:50
Uptime
0 days 8 hr. 5 min. 7 sec
Trace Level
off
Security
ON: Local OS Authentication
SNMP
OFF
Listener Parameter File /u01/app/12.1.0/grid/network/admin/listener.ora
Listener Log File
/u01/app/oracle/diag/tnslsnr/auvmdbacoeora07/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.49.41.72)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.49.41.101)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=auvmdbacoeora07.local)(PORT=5500))(Security=(my_wallet_directory=/u01/app/oracle/product/12.1.0/dbhome_1/admin/ora12c/xdb_wallet))(Presen
tation=HTTP)(Session=RAW))
Services Summary...
Service "+APX" has 1 instance(s).
Instance "+APX1", status READY, has 1 handler(s) for this service...
Service "+ASM" has 1 instance(s).
Instance "+ASM1", status READY, has 2 handler(s) for this service...
Service "ora12c.local" has 1 instance(s).
Instance "ora12c1", status READY, has 1 handler(s) for this service...
Service "ora12cXDB.local" has 1 instance(s).
Instance "ora12c1", status READY, has 1 handler(s) for this service...
Service "pdbora12c.local" has 1 instance(s).
Instance "ora12c1", status READY, has 1 handler(s) for this service...
The command completed successfully

10
Dell - Internal Use - Confidential
ADVM Proxy
ASM Dynamic Volume Manager (ADVM) Proxy is a special Oracle instance. It enables ADVM to connect to Flex ASM and is required to
run on the same node as ADVM and ACFS. It can be shutdown when ACFS is not running.
The ADVM proxy instance has its ORACLE_SID set to +APX<node number>
ora.proxy_advm
ONLINE ONLINE
auvmdbacoeora07
STABLE
ONLINE ONLINE
auvmdbacoeora08
STABLE
[oracle@auvmdbacoeora07 bin]$ ps -elf | grep pmon | grep APX
0 S oracle 23994 1 0 78 0 - 350500 - 03:15 ?
00:00:00 apx_pmon_+APX1
[oracle@auvmdbacoeora07 bin]$ ./srvctl status asm -proxy
ADVM proxy is running on node auvmdbacoeora07,auvmdbacoeora08
[oracle@auvmdbacoeora07 bin]$ ./srvctl stop asm -proxy -node auvmdbacoeora07
[oracle@auvmdbacoeora07 bin]$ ./srvctl status asm -proxy
ADVM proxy is running on node auvmdbacoeora08
[oracle@auvmdbacoeora07 bin]$ ps -elf | grep pmon | grep APX
[oracle@auvmdbacoeora07 bin]$
[oracle@auvmdbacoeora07 bin]$ ./srvctl start asm -proxy -node auvmdbacoeora07
[oracle@auvmdbacoeora07 bin]$ ps -elf | grep pmon | grep APX
0 S oracle 22234 1 0 78 0 - 350500 - 11:33 ?
00:00:00 apx_pmon_+APX1
[oracle@auvmdbacoeora07 bin]$ ./srvctl status asm -proxy
ADVM proxy is running on node auvmdbacoeora07,auvmdbacoeora08

11
Dell - Internal Use - Confidential
Configuration & managing the FLEX cluster & ASM:
Configuring Flex Clusters
Oracle Flex Clusters feature, Oracle Clusterware 12cR1 has a new cluster-mode setting that allows us to enable the Flex Clusters functionality. By default, this setting is on standard cluster mode on which the Flex Clusters functionality is disabled. Users must explicitly enable the
Flex Cluster in one of two ways.
Enable the Flex Clusters option during the new cluster configuration; or Change the existing the cluster mode from Standard Cluster to Flex
Cluster. Configuring a Flex Cluster with OUI:

12
Dell - Internal Use - Confidential
As a part of the configuration, you need to specify the Hub nodes and Leaf nodes. below figure shows a seven-node Flex Cluster with
three Hub nodes and four Leaf nodes.

13
Dell - Internal Use - Confidential
As a part of Flex Cluster configuration, Oracle Flex ASM is implicitly enabled. After the successful installation of the GI, you
should be able to verify the cluster is in Flex Cluster.
$ crsctl get cluster mode status
Cluster is running in "flex" mode

We can change existing cluster to flex mode.
Managing Oracle Flex Clusters:
We can use our crsctl utility to manage the oracle flex clusters.
# crsctl set node role {hub | leaf}

After that we need to restart oracle high availbility services on this node.
# crsctl stop crs
# crsctl start crs –wait
$crsctl get node role config
Node 'knewracn2' configured role is 'hub‘

If you need to change the leaf node to hub node, you need to check vip exist on that node or not, if not we can add vip on this
node.
$ srvctl config vip -n knewracn5
PRKO-2310 : VIP does not exist on node knewracn5
# srvctl add vip -n knewracn5 -A 172.16.150.201/255.255.255.0/eth0 -k 1
$crsctl get node role status -node knewracn5
Node 'knewracn5' active role is 'leaf‘

To check the hubsize of the Flex Cluster, run this command:
$ crsctl get cluster hubsize
CRS-4950: Current hubsize parameter value is 32

To check the css misscount and leafmisscount setting, run the following commands:
$ crsctl get css misscount
CRS-4678: Successful get misscount 30 for Cluster Synchronization Services.
$ crsctl get css leafmisscount
CRS-4678: Successful get leafmisscount 30 for Cluster Synchronization Services

14
Dell - Internal Use - Confidential
Configuring Flex ASM:
Oracle Flex ASM can be configured during the GI installation with OUI or can be converted from a standard ASM after the installation.

The Flex ASM configuration is completed as a part of the GI installation process. By default, three-node Hub nodes will be
chosen to run the ASM instances and the rest of the cluster nodes will be Flex ASM clients. The Flex ASM listener will also be
created. You also can enable the Flex ASM on a standard ASM cluster by converting the standard ASM to the Flex ASM.
However, as the prerequisite, prior to the conversion, you need to have at least one network interface for the ASM network.
Hub-and-spoke topology is the key architecture feature that segments the cluster into groups of nodes. Two
fundamental impacts: 1) limiting the size of the hub to reduce contention to OCR and voting disks and 2) less heartbeats
network traffic exchange between the nodes
Clients on Leaf Nodes use GNS (Grid Naming Service) to locate Hub Node services. This requires access to GNS through
a fixed VIP running on one of the nodes so that Leaf Node clients have reliable naming service within the cluster.
You can disable or enable Flex cluster functionalities. By the default, Flex cluster functionality is disabled.

15
Dell - Internal Use - Confidential
Managing Flex ASM Once you initially configure a Flex ASM instance through OUI or through the conversion method, there is
not much specific work you need to do for this Flex ASM feature. You can do all the administrative work on a Flex ASM instance
in the same way that you do for a standard ASM instance. There is not any specific instance parameter designed for the Flex
ASM instance, and all the instance parameters for a Flex ASM instance are same as for a standard ASM instance. You can
check whether or not Oracle ASM is enabled in your cluster environment using the asmcmd command:
$asmcmd showclustermode
ASM cluster : Flex mode enabled
The SRVCTL status command shows the cluster nodes where ASM instances run:
$ srvctl status asm -detail
ASM is running on knewracn2,knewracn1,knewracn4
ASM is enabled.

And the SRVCTL config command shows more details about the Flex ASM configurations:
$ srvctl config asm
ASM home: /u01/app/12.1.0/grid
Password file: +DATA1/orapwASM
ASM listener: LISTENER
ASM instance count: 3
Cluster ASM listener: ASMNET1LSNR_ASM

16
Dell - Internal Use - Confidential
Enabling Flex Cluster & Flex ASM:
We can enable standard cluster to flex cluster. Enabling standard cluster to flex cluster we need to confgure GNS. Below are the
steps :
[root@auvmdbacoeora07 bin]# ./srvctl status gns
PRCS-1065 : GNS server is not configured.
[root@auvmdbacoeora07 bin]# ./srvctl add gns -vip 10.49.41.110 -domain localdomain
[root@auvmdbacoeora07 bin]# ./srvctl status gns
GNS is not running.
GNS is enabled.
[root@auvmdbacoeora07 bin]# ./srvctl start gns
[root@auvmdbacoeora07 bin]# ./srvctl status gns
GNS is running on node auvmdbacoeora07.
GNS is enabled on node auvmdbacoeora07.
[root@auvmdbacoeora07 bin]# ./crsctl set cluster mode flex
CRS-4973: Flex ASM must be enabled before switching the cluster mode to 'flex'
CRS-4000: Command Set failed, or completed with errors.
[root@auvmdbacoeora07 bin]# ./asmcmd showclustermode
Connected to an idle instance.
ASM cluster : Flex mode disabled
./ asmca -silent –convertToFlexASM –asmNetworks eth2/192.168.41.108 -asmListenerPort 1521
Cd $ORACLE_BASE/cfgtoollogs/asmca/scripts
Run converttoFlexASM.sh
[root@auvmdbacoeora07 bin]# ./asmcmd showclustermode
ASM cluster : Flex mode enabled
[root@auvmdbacoeora07 bin]# ./crsctl set cluster mode flex
Cluster mode set to "flex"
Reboot both nodes 1 by 1.

17
Dell - Internal Use - Confidential
After configuration you can see one more instance are created +APX1 and +APX2 on both nodes. APX is nothing but a asm
proxy to support acfs and advm. If you don’t want to use you can disable it.
[root@auvmdbacoeora07 bin]# ps -ef|grep pmon
oracle 2475 1 0 02:03 ?
00:00:00 ora_pmon_ora12c1
oracle 4172 1 0 02:04 ?
00:00:00 apx_pmon_+APX1
root
9613 27483 0 02:12 pts/1 00:00:00 grep pmon
oracle 31860 1 0 02:03 ?
00:00:00 asm_pmon_+ASM1
[oracle@auvmdbacoeora07 bin]$ ./crsctl get cluster mode status
Cluster is running in "flex" mode
[root@auvmdbacoeora08 bin]# ./oifcfg getif
eth0 10.49.41.64 global public
eth1 10.49.16.0 global cluster_interconnect
eth2 192.168.41.0 global asm

18
Dell - Internal Use - Confidential
Switchover and failover:
SQL> select INST_ID,GROUP_NUMBER, INSTANCE_NAME, DB_NAME, INSTANCE_NAME||':'||DB_NAME client_id, STATUS
from gv$asm_client;
INST_ID
GROUP_NUMBER
INSTANCE_NAME
---------- ------------ ---------------------------------------------------------------2
1
+ASM2
1
0
+APX1
2
0
+APX2
2
1
ora12c2
1
1
+ASM1
1
1
ora12c1
6 rows selected.

DB_NAME CLIENT_ID
STATUS
-------- -----------------------------------------+ASM +ASM2:+ASM
CONNECTED
+APX +APX1:+APX
CONNECTED
+APX +APX2:+APX
CONNECTED
ora12c ora12c2:ora12c
CONNECTED
+ASM +ASM1:+ASM
CONNECTED
ora12c ora12c1:ora12c
CONNECTED

Here we can see that asm1 and ora12c1 is running from node1, and asm2 and ora12c2 is running from node 2.
Now I am killing pmon on asm2, on node 2.
[oracle@auvmdbacoeora08 ~]$ ps -ef|grep pmon
oracle 4033 1 0 Nov11 ?
00:00:00 asm_pmon_+ASM2
oracle 4163 1 0 Nov11 ?
00:00:01 ora_pmon_ora12c2
oracle 27799 27378 0 09:02 pts/1 00:00:00 grep pmon
oracle 31693 1 0 Nov11 ?
00:00:00 apx_pmon_+APX2
[oracle@auvmdbacoeora08 ~]$ kill -9 4033 31693
My database instance will not be impacted, it’s running fine.

19
Dell - Internal Use - Confidential
Now see ora12c2 will move to node 2.
SQL> set lines 1000
SQL> select INST_ID,GROUP_NUMBER, INSTANCE_NAME, DB_NAME, INSTANCE_NAME||':'||DB_NAME client_id, STATUS from
gv$asm_client;
INST_ID GROUP_NUMBER INSTANCE_NAME
DB_NAME CLIENT_ID
STATUS
---------- ------------ ---------------------------------------------------------------- -------- -------------------------------------------------------------1
1
+ASM1
+ASM +ASM1:+ASM
CONNECTED
1
0 +APX1
+APX +APX1:+APX
CONNECTED
1
1 ora12c1
ora12c ora12c1:ora12c
CONNECTED
1
1 ora12c2
ora12c ora12c2:ora12c
CONNECTED
2
0 +APX2
+APX +APX2:+APX
CONNECTED
Here we can see that service of orac12c2 was moved to node1.
Once +ASm2 is online, we can relocated our service.
SQL> alter system relocate client 'ora12c2:ora12c';
System altered.
SQL> select INST_ID,GROUP_NUMBER, INSTANCE_NAME, DB_NAME, INSTANCE_NAME||':'||DB_NAME client_id, STATUS from
gv$asm_client;
INST_ID GROUP_NUMBER INSTANCE_NAME
DB_NAME CLIENT_ID
STATUS
---------- ------------ ---------------------------------------------------------------- -------- ------------------------------------------------------------------------- -----------1
1 +ASM1
+ASM +ASM1:+ASM
CONNECTED
1
0 +APX1
+APX +APX1:+APX
CONNECTED
1
1 ora12c1
ora12c ora12c1:ora12c
CONNECTED
2
0 +APX2
+APX +APX2:+APX
CONNECTED
2
1 ora12c2
ora12c ora12c2:ora12c
CONNECTED

20
Dell - Internal Use - Confidential
Question & Answer

21
Dell - Internal Use - Confidential

More Related Content

PDF
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
PDF
Nabil Nawaz Oracle Oracle 12c Data Guard Deep Dive Presentation
PPTX
Tuning Apache Kafka Connectors for Flink.pptx
PDF
Oracle RAC 19c and Later - Best Practices #OOWLON
PDF
Oracle Database Management - Backup/Recovery
PDF
Oracle Database 12c with RAC High Availability Best Practices
PDF
From Message to Cluster: A Realworld Introduction to Kafka Capacity Planning
PDF
Container Performance Analysis
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Nabil Nawaz Oracle Oracle 12c Data Guard Deep Dive Presentation
Tuning Apache Kafka Connectors for Flink.pptx
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle Database Management - Backup/Recovery
Oracle Database 12c with RAC High Availability Best Practices
From Message to Cluster: A Realworld Introduction to Kafka Capacity Planning
Container Performance Analysis

What's hot (20)

PDF
DPDK & Layer 4 Packet Processing
PDF
Chasing the optimizer
PDF
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
PPTX
Lessons Learned From Running 1800 Clusters (Brooke Jensen, Instaclustr) | Cas...
PDF
Linux Kernel - Virtual File System
PDF
Understanding oracle rac internals part 2 - slides
PDF
Zoned Storage
ODP
Lisa 2015-gluster fs-introduction
PDF
Redo internals ppt
PDF
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
PDF
Analysis of Database Issues using AHF and Machine Learning v2 - SOUG
PPTX
Real-time Stream Processing with Apache Flink
PDF
Oracle RAC Internals - The Cache Fusion Edition
PDF
Oracle 12c New Features
PDF
Deep review of LMS process
PDF
Oracle db performance tuning
PDF
Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...
PDF
Average Active Sessions RMOUG2007
PDF
Understanding oracle rac internals part 1 - slides
DPDK & Layer 4 Packet Processing
Chasing the optimizer
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Lessons Learned From Running 1800 Clusters (Brooke Jensen, Instaclustr) | Cas...
Linux Kernel - Virtual File System
Understanding oracle rac internals part 2 - slides
Zoned Storage
Lisa 2015-gluster fs-introduction
Redo internals ppt
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
Analysis of Database Issues using AHF and Machine Learning v2 - SOUG
Real-time Stream Processing with Apache Flink
Oracle RAC Internals - The Cache Fusion Edition
Oracle 12c New Features
Deep review of LMS process
Oracle db performance tuning
Disaster Recovery with MirrorMaker 2.0 (Ryanne Dolan, Cloudera) Kafka Summit ...
Average Active Sessions RMOUG2007
Understanding oracle rac internals part 1 - slides
Ad

Viewers also liked (20)

PDF
Flex Your Database on 12c's Flex ASM and Flex Cluster
PDF
RACATTACK Lab Handbook - Enable Flex Cluster and Flex ASM
PDF
How to Use Oracle RAC in a Cloud? - A Support Question
PDF
Oracle12c flex asm_flexcluster - Y V RAVI KUMAR
PPTX
SAOUG - Connect 2014 - Flex Cluster and Flex ASM
PPT
Sun oracle-maa-060407
PDF
Oracle RAC 12c New Features List OOW13
PDF
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
PDF
Oracle RAC - Customer Proven Scalability
PDF
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
PDF
The Oracle RAC Family of Solutions - Presentation
PPT
Oracle data pump
PDF
Oracle RAC on Extended Distance Clusters - Customer Examples
PDF
Deep Dive: More Oracle Data Pump Performance Tips and Tricks
PPTX
A Second Look at Oracle RAC 12c
PDF
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
PDF
Oracle RAC 12c Overview
PDF
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
PPTX
Oracle ASM Training
PDF
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Flex Your Database on 12c's Flex ASM and Flex Cluster
RACATTACK Lab Handbook - Enable Flex Cluster and Flex ASM
How to Use Oracle RAC in a Cloud? - A Support Question
Oracle12c flex asm_flexcluster - Y V RAVI KUMAR
SAOUG - Connect 2014 - Flex Cluster and Flex ASM
Sun oracle-maa-060407
Oracle RAC 12c New Features List OOW13
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC - Customer Proven Scalability
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
The Oracle RAC Family of Solutions - Presentation
Oracle data pump
Oracle RAC on Extended Distance Clusters - Customer Examples
Deep Dive: More Oracle Data Pump Performance Tips and Tricks
A Second Look at Oracle RAC 12c
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle RAC 12c Overview
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle ASM Training
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Ad

Similar to Oracle flex asm & flex cluster (20)

PPTX
How oracle 12c flexes its muscles against oracle 11g r2 final
PDF
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
PDF
🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdf
PDF
Oracle rac-in-ldoms-sunblueprint
PDF
Dell linux cluster sap
PDF
PDF
maa-goldengate-rac-2007111.pdf
PDF
asm-new-features-19c-presentation-doc.pdf
PPT
Oracle on linux
PDF
Best practices oracle_clusterware_session355_wp
PDF
Rac&asm
PDF
Understanding Oracle RAC 12c Internals OOW13 [CON8806]
PDF
Architecture of exadata database machine – Part II
PDF
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
PDF
A kind and gentle introducton to rac
PDF
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 version
PDF
Technical overview of new features for Oracle Automatic Storage Management in...
PDF
Oracle 12c-asm-overview
PDF
What's New and Coming in Oracle ASM 12c Rel. 2 - by Jim Williams
PPSX
RAC - The Savior of DBA
How oracle 12c flexes its muscles against oracle 11g r2 final
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdf
Oracle rac-in-ldoms-sunblueprint
Dell linux cluster sap
maa-goldengate-rac-2007111.pdf
asm-new-features-19c-presentation-doc.pdf
Oracle on linux
Best practices oracle_clusterware_session355_wp
Rac&asm
Understanding Oracle RAC 12c Internals OOW13 [CON8806]
Architecture of exadata database machine – Part II
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
A kind and gentle introducton to rac
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 version
Technical overview of new features for Oracle Automatic Storage Management in...
Oracle 12c-asm-overview
What's New and Coming in Oracle ASM 12c Rel. 2 - by Jim Williams
RAC - The Savior of DBA

Recently uploaded (20)

PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PPT
Teaching material agriculture food technology
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
Reach Out and Touch Someone: Haptics and Empathic Computing
Advanced methodologies resolving dimensionality complications for autism neur...
“AI and Expert System Decision Support & Business Intelligence Systems”
MIND Revenue Release Quarter 2 2025 Press Release
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
MYSQL Presentation for SQL database connectivity
Programs and apps: productivity, graphics, security and other tools
Understanding_Digital_Forensics_Presentation.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
20250228 LYD VKU AI Blended-Learning.pptx
sap open course for s4hana steps from ECC to s4
Teaching material agriculture food technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Encapsulation_ Review paper, used for researhc scholars

Oracle flex asm & flex cluster

  • 1. Oracle RAC 12c 1 Dell - Internal Use - Confidential
  • 2. Agenda • • • • • • • Oracle Flex cluster & Flex Asm Overview Benefits of flex C&A. Architecture of Flex C&A Configuration & managing of FLEX cluster & ASM Enabling Flex Cluster & Flex ASM. Switchover. Question & Answer 2 Dell - Internal Use - Confidential
  • 3. Oracle Flex cluster & Flex Asm Overview • • The new Flex Clusters and Flex ASM features are designed to provide scalable and high-availability cluster infrastructure for database cloud and application cloud. Oracle 12c Flex Clusters introducing a new twolayered hub-and–spoke topology to the cluster architecture. The number of Hub Nodes in an Oracle Flex Cluster can be as many as 64. The number of Leaf Nodes can be many more. Hub Nodes are similar to Oracle Grid Infrastructure nodes in an Oracle Clusterware standard Cluster configuration: they are tightly connected, and have direct access to shared storage. Leaf Nodes are different from standard Oracle Grid Infrastructure nodes, in that they do not require direct access to shared storage, but instead request data through Hub Nodes. Hub Nodes can run in an Oracle Flex Cluster configuration without having any Leaf Nodes as cluster member nodes, but Leaf Nodes must be members of a cluster that includes at least one Hub Node. In Oracle Flex ASM only a small number of cluster nodes run Oracle ASM instances. These ASM instances are connected by all the database instances on the cluster to provide storage access to these database instance, when a ASM fails database instance that connects the failed asm instance will switch to other ASM instance. Oracle Flex ASM is an option in Oracle 12c ASM which you can enable or disable. If there is a standard cluster installed we can enable or disable flex ASM any time. With Oracle Database 12c, the database instances and ASM instances can now be on different servers, so ASM instances require a password file that is used to authenticate a database instance connecting to an ASM instance within the cluster. For most configurations a default ASM password file is created during installation and it is stored in an ASM Disk Group. 3 Dell - Internal Use - Confidential
  • 4. Benefits of flex C&A Oracle Clusterware such as 11gR2 and earlier supported only the tightly connected cluster architecture: 1. Each node in the cluster is connected to other nodes through the private interconnect. 2. Each node in the cluster is directly connected to the shared storage. Issue in this tightly connected cluster which is standard 11gr2 cluster. Interconnect connects each pair of nodes and every node is connected to the shared storage, an N-node cluster will have N *(N-1)/2 possible interconnect paths for cluster heartbeats and data exchanges between two nodes and N connection paths to the shared storage. Means a 16 nodes Rac means 16*(16-1)/2=16*7.5=120 different interconnect path and 16 storage connections. But still it’s manageable, if we want to scale a cluster to a much bigger scope, for example 500 nodes, it will have 124,750 interconnect paths and 500 storage connections. The complexity of the number of interconnect path and storage connections make the cluster difficult to manage. Oracle Flex Clusters increase cluster scalability. In 16-node cluster where we set up 4 Hub nodes and 12 Leaf nodes with 3 Leaf nodes per Hub node, the number of private interconnects among 4 Hub nodes is 6 and the total number of connections between the Leaf nodes and their Hub nodes is 12. This makes the total number of interconnects 18, compared to 120 in a 16-node standard cluster. Hub-and-spoke topology is the key architecture feature that segments the cluster into groups of nodes. Two fundamental impacts: 1) limiting the size of the hub to reduce contention to OCR and voting disks and 2) less heartbeats network traffic exchange between the nodes. Only the Hub Nodes have direct access to the OCR and voting disks. Other important features of Oracle Flex ASM include; The maximum number of ASM Disk Group is increased from 63 to 511. Oracle Flex ASM supports larger LUN sizes for Oracle Database 12c clients (increased to 32 PB). There is now a command for renaming an ASM Disk in a Disk Group. All the instances in an ASM cluster ensure they are running the same code release by validating the patch level across the cluster. 4 Dell - Internal Use - Confidential
  • 5. Architecture of Flex Cluster 5 Dell - Internal Use - Confidential
  • 6. In above pics, 4 node hub cluster is tightly connected with private interconnected which is same as 11gr2 RAC. Outside the hub center, 12 leaf nodes form 4 groups. None of the leaf nodes are connected to other leaf nodes. Oracle rac db can run on leaf nodes, leaf node don’t have direct access to storage server, so the rac db on leaf nodes will need to get the database through hub nodes. The technology to implement this remote storage access is called as Oracle Flex ASM. For this reason, when you configure a Flex Cluster, Oracle Flex ASM is automatically enabled. Benefit of running the loosely coupled architecture of the Flex Cluster is to provide the high availability of the Oracle Clusterware of the applications tier. We can run application tiers on the Flex Cluster, which provides high availability, such as failover capability, against server hardware failover and planned maintenance. With this hub-and–spoke topology, the Flex Cluster in Oracle 12cR1 is designed to scale up 64 Hub nodes and many more Leaf nodes. OCR and voting disk accessible only to Hub nodes and not Leaf nodes. if we query the voting disks or OCR access from a Leaf node: $ crsctl query css votedisk CRS-1668: operation is not allowed on a Leaf node $ ocrcheck PROT-605: The 'ocrcheck' command is not supported from a Leaf node. If a Leaf node fails, this node will be evicted from the cluster. The services running on the failed Leaf node are failed over to other Leaf nodes that are connected the same Hub node. In this way, the other part of the cluster nodes will be not impacted by this Leaf node’s failure. The network heartbeat is used to maintain network connectivity between a Leaf node and the Hub node heartbeat is tolerable is defined by the leafmisscount setting which by default is 30 seconds. If the heartbeat failure passes this leafmisscount setting, then the Leaf node either will be reconnected to the other Hub node or will be evicted from the cluster. $ crsctl get css leafmisscount CRS-4678: Successful get leafmisscount 30 for Cluster Synchronization Services 6 Dell - Internal Use - Confidential
  • 7. Oracle Flex ASM Architecture: In earlier version of oracle RAC like 11gr2 or 10gRAC, in each node there is a asm instance and database instance. Asm instance running each node using cpu and memory on each node. Also if ASM instance goes down database instance on that node is also down. In Oracle Flex ASM architecture, only a small number of cluster nodes run Oracle ASM instances. These ASM instances are connected by all the database instances on the cluster to provide storage access to these database instance, when a ASM fails database instance that connects the failed asm instance will switch to other ASM instance. Oracle Flex ASM is an option in Oracle 12c ASM which you can enable or disable. If there is a standard cluster installed we can enable or disable flex ASM any time. Clients on Leaf Nodes use GNS (Grid Naming Service) to locate Hub Node services. This requires access to GNS through a fixed VIP running on one of the nodes so that Leaf Node clients have reliable naming service within the cluster. 7 Dell - Internal Use - Confidential
  • 8. Oracle Flex ASM fundamentally changes the ASM cluster architecture. Before the introduction of Oracle Flex ASM in Oracle Database 12c, an ASM instance ran on every server in a cluster. These ASM instances communicated with other ASM instances on other servers in the cluster and collectively they presented shared Disk Groups to the database clients running in the cluster. This collection of ASM servers formed an ASM cluster. If an ASM instance were to fail, then all the database instances running on the same server as the failing ASM instance failed as well. In Oracle Database release 12c, only a smaller number of ASM instances need run on a subset of servers in a cluster. The number of ASM instances running is called the ASM cardinality. If a server fails that is running an ASM instance, Oracle Clusterware starts a replacement ASM instance on a different server to maintain the ASM cardinality. If an ASM instance fails for whatever reason, then active Oracle 12c database instances that were relying on that ASM instance will reconnect to another surviving ASM instance on a different server. Furthermore, database instances are connection load balanced across the set of available ASM instances. The default ASM cardinality is 3, but that can be changed with a Clusterware command. These features are collectively called Oracle Flex ASM. 8 Dell - Internal Use - Confidential
  • 9. Oracle ACFS and ADVM through Oracle ASM proxy instance: In Flex ASM configuration, Oracle ASM proxy is introduced to provide support for Oracle ACFS and Oracle ASM Dynamic Volume Manager (Oracle ADVM). In order for Flex ASM clients to connect to remote ASM instances, Flex ASM introduces a new type of network called the ASM network between Flex ASM clients and ASM instances. With this new type of network, inside of Oracle Clusterware 12c, there are four types of networks: 1. Public network, which usually connects the cluster nodes to the Corporate network; 2. Private network for the interconnect communication between the cluster nodes; 3. ASM network for ASM clients to connect to ASM instances;(needed only for flex ASM) 4. Storage network for the cluster nodes to access the shared storage. In Flex Clusters, Leaf nodes are not required to have direct storage access. Leaf nodes to access ASM disks on the shared storage through the Hub nodes, Oracle Flex ASM is required in Oracle Flex Clusters. If you convert a standard cluster to a Flex Cluster after the OUI installation, you need to enable the Flex ASM on the cluster before changing the cluster mode to the Flex Cluster. In a Flex Cluster configuration, ASM instances have to run the Hub nodes because Hub nodes are required to have direct access the shared storage. ASM Network With Flex ASM Oracle 12c, a new type of network is called the ASM network. it is used for communication between ASM and its clients and is accessible on all the nodes. All ASM clients in the cluster have access to one or ore ASM network. Also it is possible to configure single network can perform both function as a private and an ASM network (oifcfg getif, you should see cluster_interconnect,asm) ASM Listeners To support FLex ASM, a set of ASM listeners are configured for every ASM network. Up to three ASM listener addresses are registred as remote listeners in each client database instance. All clients connections are load balanced across the entire set of ASM instances ora.ASMNET1LSNR_ASM.lsnr ONLINE ONLINE auvmdbacoeora07 ONLINE ONLINE auvmdbacoeora08 STABLE STABLE 9 Dell - Internal Use - Confidential
  • 10. The default Grid listener listens for ASM,APX, Grid Infrastructure Management and Database instances LSNRCTL for Linux: Version 12.1.0.1.0 - Production on 11-NOV-2013 11:19:56 Copyright (c) 1991, 2013, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER -----------------------Alias LISTENER Version TNSLSNR for Linux: Version 12.1.0.1.0 - Production Start Date 11-NOV-2013 03:14:50 Uptime 0 days 8 hr. 5 min. 7 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/12.1.0/grid/network/admin/listener.ora Listener Log File /u01/app/oracle/diag/tnslsnr/auvmdbacoeora07/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.49.41.72)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.49.41.101)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=auvmdbacoeora07.local)(PORT=5500))(Security=(my_wallet_directory=/u01/app/oracle/product/12.1.0/dbhome_1/admin/ora12c/xdb_wallet))(Presen tation=HTTP)(Session=RAW)) Services Summary... Service "+APX" has 1 instance(s). Instance "+APX1", status READY, has 1 handler(s) for this service... Service "+ASM" has 1 instance(s). Instance "+ASM1", status READY, has 2 handler(s) for this service... Service "ora12c.local" has 1 instance(s). Instance "ora12c1", status READY, has 1 handler(s) for this service... Service "ora12cXDB.local" has 1 instance(s). Instance "ora12c1", status READY, has 1 handler(s) for this service... Service "pdbora12c.local" has 1 instance(s). Instance "ora12c1", status READY, has 1 handler(s) for this service... The command completed successfully 10 Dell - Internal Use - Confidential
  • 11. ADVM Proxy ASM Dynamic Volume Manager (ADVM) Proxy is a special Oracle instance. It enables ADVM to connect to Flex ASM and is required to run on the same node as ADVM and ACFS. It can be shutdown when ACFS is not running. The ADVM proxy instance has its ORACLE_SID set to +APX<node number> ora.proxy_advm ONLINE ONLINE auvmdbacoeora07 STABLE ONLINE ONLINE auvmdbacoeora08 STABLE [oracle@auvmdbacoeora07 bin]$ ps -elf | grep pmon | grep APX 0 S oracle 23994 1 0 78 0 - 350500 - 03:15 ? 00:00:00 apx_pmon_+APX1 [oracle@auvmdbacoeora07 bin]$ ./srvctl status asm -proxy ADVM proxy is running on node auvmdbacoeora07,auvmdbacoeora08 [oracle@auvmdbacoeora07 bin]$ ./srvctl stop asm -proxy -node auvmdbacoeora07 [oracle@auvmdbacoeora07 bin]$ ./srvctl status asm -proxy ADVM proxy is running on node auvmdbacoeora08 [oracle@auvmdbacoeora07 bin]$ ps -elf | grep pmon | grep APX [oracle@auvmdbacoeora07 bin]$ [oracle@auvmdbacoeora07 bin]$ ./srvctl start asm -proxy -node auvmdbacoeora07 [oracle@auvmdbacoeora07 bin]$ ps -elf | grep pmon | grep APX 0 S oracle 22234 1 0 78 0 - 350500 - 11:33 ? 00:00:00 apx_pmon_+APX1 [oracle@auvmdbacoeora07 bin]$ ./srvctl status asm -proxy ADVM proxy is running on node auvmdbacoeora07,auvmdbacoeora08 11 Dell - Internal Use - Confidential
  • 12. Configuration & managing the FLEX cluster & ASM: Configuring Flex Clusters Oracle Flex Clusters feature, Oracle Clusterware 12cR1 has a new cluster-mode setting that allows us to enable the Flex Clusters functionality. By default, this setting is on standard cluster mode on which the Flex Clusters functionality is disabled. Users must explicitly enable the Flex Cluster in one of two ways. Enable the Flex Clusters option during the new cluster configuration; or Change the existing the cluster mode from Standard Cluster to Flex Cluster. Configuring a Flex Cluster with OUI: 12 Dell - Internal Use - Confidential
  • 13. As a part of the configuration, you need to specify the Hub nodes and Leaf nodes. below figure shows a seven-node Flex Cluster with three Hub nodes and four Leaf nodes. 13 Dell - Internal Use - Confidential
  • 14. As a part of Flex Cluster configuration, Oracle Flex ASM is implicitly enabled. After the successful installation of the GI, you should be able to verify the cluster is in Flex Cluster. $ crsctl get cluster mode status Cluster is running in "flex" mode We can change existing cluster to flex mode. Managing Oracle Flex Clusters: We can use our crsctl utility to manage the oracle flex clusters. # crsctl set node role {hub | leaf} After that we need to restart oracle high availbility services on this node. # crsctl stop crs # crsctl start crs –wait $crsctl get node role config Node 'knewracn2' configured role is 'hub‘ If you need to change the leaf node to hub node, you need to check vip exist on that node or not, if not we can add vip on this node. $ srvctl config vip -n knewracn5 PRKO-2310 : VIP does not exist on node knewracn5 # srvctl add vip -n knewracn5 -A 172.16.150.201/255.255.255.0/eth0 -k 1 $crsctl get node role status -node knewracn5 Node 'knewracn5' active role is 'leaf‘ To check the hubsize of the Flex Cluster, run this command: $ crsctl get cluster hubsize CRS-4950: Current hubsize parameter value is 32 To check the css misscount and leafmisscount setting, run the following commands: $ crsctl get css misscount CRS-4678: Successful get misscount 30 for Cluster Synchronization Services. $ crsctl get css leafmisscount CRS-4678: Successful get leafmisscount 30 for Cluster Synchronization Services 14 Dell - Internal Use - Confidential
  • 15. Configuring Flex ASM: Oracle Flex ASM can be configured during the GI installation with OUI or can be converted from a standard ASM after the installation. The Flex ASM configuration is completed as a part of the GI installation process. By default, three-node Hub nodes will be chosen to run the ASM instances and the rest of the cluster nodes will be Flex ASM clients. The Flex ASM listener will also be created. You also can enable the Flex ASM on a standard ASM cluster by converting the standard ASM to the Flex ASM. However, as the prerequisite, prior to the conversion, you need to have at least one network interface for the ASM network. Hub-and-spoke topology is the key architecture feature that segments the cluster into groups of nodes. Two fundamental impacts: 1) limiting the size of the hub to reduce contention to OCR and voting disks and 2) less heartbeats network traffic exchange between the nodes Clients on Leaf Nodes use GNS (Grid Naming Service) to locate Hub Node services. This requires access to GNS through a fixed VIP running on one of the nodes so that Leaf Node clients have reliable naming service within the cluster. You can disable or enable Flex cluster functionalities. By the default, Flex cluster functionality is disabled. 15 Dell - Internal Use - Confidential
  • 16. Managing Flex ASM Once you initially configure a Flex ASM instance through OUI or through the conversion method, there is not much specific work you need to do for this Flex ASM feature. You can do all the administrative work on a Flex ASM instance in the same way that you do for a standard ASM instance. There is not any specific instance parameter designed for the Flex ASM instance, and all the instance parameters for a Flex ASM instance are same as for a standard ASM instance. You can check whether or not Oracle ASM is enabled in your cluster environment using the asmcmd command: $asmcmd showclustermode ASM cluster : Flex mode enabled The SRVCTL status command shows the cluster nodes where ASM instances run: $ srvctl status asm -detail ASM is running on knewracn2,knewracn1,knewracn4 ASM is enabled. And the SRVCTL config command shows more details about the Flex ASM configurations: $ srvctl config asm ASM home: /u01/app/12.1.0/grid Password file: +DATA1/orapwASM ASM listener: LISTENER ASM instance count: 3 Cluster ASM listener: ASMNET1LSNR_ASM 16 Dell - Internal Use - Confidential
  • 17. Enabling Flex Cluster & Flex ASM: We can enable standard cluster to flex cluster. Enabling standard cluster to flex cluster we need to confgure GNS. Below are the steps : [root@auvmdbacoeora07 bin]# ./srvctl status gns PRCS-1065 : GNS server is not configured. [root@auvmdbacoeora07 bin]# ./srvctl add gns -vip 10.49.41.110 -domain localdomain [root@auvmdbacoeora07 bin]# ./srvctl status gns GNS is not running. GNS is enabled. [root@auvmdbacoeora07 bin]# ./srvctl start gns [root@auvmdbacoeora07 bin]# ./srvctl status gns GNS is running on node auvmdbacoeora07. GNS is enabled on node auvmdbacoeora07. [root@auvmdbacoeora07 bin]# ./crsctl set cluster mode flex CRS-4973: Flex ASM must be enabled before switching the cluster mode to 'flex' CRS-4000: Command Set failed, or completed with errors. [root@auvmdbacoeora07 bin]# ./asmcmd showclustermode Connected to an idle instance. ASM cluster : Flex mode disabled ./ asmca -silent –convertToFlexASM –asmNetworks eth2/192.168.41.108 -asmListenerPort 1521 Cd $ORACLE_BASE/cfgtoollogs/asmca/scripts Run converttoFlexASM.sh [root@auvmdbacoeora07 bin]# ./asmcmd showclustermode ASM cluster : Flex mode enabled [root@auvmdbacoeora07 bin]# ./crsctl set cluster mode flex Cluster mode set to "flex" Reboot both nodes 1 by 1. 17 Dell - Internal Use - Confidential
  • 18. After configuration you can see one more instance are created +APX1 and +APX2 on both nodes. APX is nothing but a asm proxy to support acfs and advm. If you don’t want to use you can disable it. [root@auvmdbacoeora07 bin]# ps -ef|grep pmon oracle 2475 1 0 02:03 ? 00:00:00 ora_pmon_ora12c1 oracle 4172 1 0 02:04 ? 00:00:00 apx_pmon_+APX1 root 9613 27483 0 02:12 pts/1 00:00:00 grep pmon oracle 31860 1 0 02:03 ? 00:00:00 asm_pmon_+ASM1 [oracle@auvmdbacoeora07 bin]$ ./crsctl get cluster mode status Cluster is running in "flex" mode [root@auvmdbacoeora08 bin]# ./oifcfg getif eth0 10.49.41.64 global public eth1 10.49.16.0 global cluster_interconnect eth2 192.168.41.0 global asm 18 Dell - Internal Use - Confidential
  • 19. Switchover and failover: SQL> select INST_ID,GROUP_NUMBER, INSTANCE_NAME, DB_NAME, INSTANCE_NAME||':'||DB_NAME client_id, STATUS from gv$asm_client; INST_ID GROUP_NUMBER INSTANCE_NAME ---------- ------------ ---------------------------------------------------------------2 1 +ASM2 1 0 +APX1 2 0 +APX2 2 1 ora12c2 1 1 +ASM1 1 1 ora12c1 6 rows selected. DB_NAME CLIENT_ID STATUS -------- -----------------------------------------+ASM +ASM2:+ASM CONNECTED +APX +APX1:+APX CONNECTED +APX +APX2:+APX CONNECTED ora12c ora12c2:ora12c CONNECTED +ASM +ASM1:+ASM CONNECTED ora12c ora12c1:ora12c CONNECTED Here we can see that asm1 and ora12c1 is running from node1, and asm2 and ora12c2 is running from node 2. Now I am killing pmon on asm2, on node 2. [oracle@auvmdbacoeora08 ~]$ ps -ef|grep pmon oracle 4033 1 0 Nov11 ? 00:00:00 asm_pmon_+ASM2 oracle 4163 1 0 Nov11 ? 00:00:01 ora_pmon_ora12c2 oracle 27799 27378 0 09:02 pts/1 00:00:00 grep pmon oracle 31693 1 0 Nov11 ? 00:00:00 apx_pmon_+APX2 [oracle@auvmdbacoeora08 ~]$ kill -9 4033 31693 My database instance will not be impacted, it’s running fine. 19 Dell - Internal Use - Confidential
  • 20. Now see ora12c2 will move to node 2. SQL> set lines 1000 SQL> select INST_ID,GROUP_NUMBER, INSTANCE_NAME, DB_NAME, INSTANCE_NAME||':'||DB_NAME client_id, STATUS from gv$asm_client; INST_ID GROUP_NUMBER INSTANCE_NAME DB_NAME CLIENT_ID STATUS ---------- ------------ ---------------------------------------------------------------- -------- -------------------------------------------------------------1 1 +ASM1 +ASM +ASM1:+ASM CONNECTED 1 0 +APX1 +APX +APX1:+APX CONNECTED 1 1 ora12c1 ora12c ora12c1:ora12c CONNECTED 1 1 ora12c2 ora12c ora12c2:ora12c CONNECTED 2 0 +APX2 +APX +APX2:+APX CONNECTED Here we can see that service of orac12c2 was moved to node1. Once +ASm2 is online, we can relocated our service. SQL> alter system relocate client 'ora12c2:ora12c'; System altered. SQL> select INST_ID,GROUP_NUMBER, INSTANCE_NAME, DB_NAME, INSTANCE_NAME||':'||DB_NAME client_id, STATUS from gv$asm_client; INST_ID GROUP_NUMBER INSTANCE_NAME DB_NAME CLIENT_ID STATUS ---------- ------------ ---------------------------------------------------------------- -------- ------------------------------------------------------------------------- -----------1 1 +ASM1 +ASM +ASM1:+ASM CONNECTED 1 0 +APX1 +APX +APX1:+APX CONNECTED 1 1 ora12c1 ora12c ora12c1:ora12c CONNECTED 2 0 +APX2 +APX +APX2:+APX CONNECTED 2 1 ora12c2 ora12c ora12c2:ora12c CONNECTED 20 Dell - Internal Use - Confidential
  • 21. Question & Answer 21 Dell - Internal Use - Confidential