SlideShare ist ein Scribd-Unternehmen logo
1 von 21
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

Weitere ähnliche Inhalte

Was ist angesagt?

Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Sandesh Rao
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratopSandesh Rao
 
A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN Riyaj Shamsudeen
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONMarkus Michalewicz
 
Flex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex ClusterFlex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex ClusterMaaz Anjum
 
Deep review of LMS process
Deep review of LMS processDeep review of LMS process
Deep review of LMS processRiyaj Shamsudeen
 
Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil Nair
 
Oracle AWR Data mining
Oracle AWR Data miningOracle AWR Data mining
Oracle AWR Data miningYury Velikanov
 
New availability features in oracle rac 12c release 2 anair ss
New availability features in oracle rac 12c release 2 anair   ssNew availability features in oracle rac 12c release 2 anair   ss
New availability features in oracle rac 12c release 2 anair ssAnil Nair
 
Understand oracle real application cluster
Understand oracle real application clusterUnderstand oracle real application cluster
Understand oracle real application clusterSatishbabu Gunukula
 
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...Nelson Calero
 
Oracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACOracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACMarkus Michalewicz
 
Scaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ssScaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ssAnil Nair
 
High Availability for Oracle SE2
High Availability for Oracle SE2High Availability for Oracle SE2
High Availability for Oracle SE2Markus Flechtner
 
Oracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesOracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesBobby Curtis
 
Oracle RAC features on Exadata
Oracle RAC features on ExadataOracle RAC features on Exadata
Oracle RAC features on ExadataAnil Nair
 

Was ist angesagt? (20)

Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratop
 
A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN
 
Analyzing awr report
Analyzing awr reportAnalyzing awr report
Analyzing awr report
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLON
 
Flex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex ClusterFlex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex Cluster
 
Deep review of LMS process
Deep review of LMS processDeep review of LMS process
Deep review of LMS process
 
Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016
 
Oracle AWR Data mining
Oracle AWR Data miningOracle AWR Data mining
Oracle AWR Data mining
 
New availability features in oracle rac 12c release 2 anair ss
New availability features in oracle rac 12c release 2 anair   ssNew availability features in oracle rac 12c release 2 anair   ss
New availability features in oracle rac 12c release 2 anair ss
 
Understand oracle real application cluster
Understand oracle real application clusterUnderstand oracle real application cluster
Understand oracle real application cluster
 
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
 
Oracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACOracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RAC
 
Scaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ssScaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ss
 
High Availability for Oracle SE2
High Availability for Oracle SE2High Availability for Oracle SE2
High Availability for Oracle SE2
 
Oracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesOracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best Practices
 
Oracle RAC 12c Overview
Oracle RAC 12c OverviewOracle RAC 12c Overview
Oracle RAC 12c Overview
 
Oracle RAC features on Exadata
Oracle RAC features on ExadataOracle RAC features on Exadata
Oracle RAC features on Exadata
 
Ash and awr deep dive hotsos
Ash and awr deep dive hotsosAsh and awr deep dive hotsos
Ash and awr deep dive hotsos
 
Linux
LinuxLinux
Linux
 

Andere mochten auch

RACATTACK Lab Handbook - Enable Flex Cluster and Flex ASM
RACATTACK Lab Handbook - Enable Flex Cluster and Flex ASMRACATTACK Lab Handbook - Enable Flex Cluster and Flex ASM
RACATTACK Lab Handbook - Enable Flex Cluster and Flex ASMMaaz Anjum
 
How to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionHow to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionMarkus Michalewicz
 
Oracle12c flex asm_flexcluster - Y V RAVI KUMAR
Oracle12c flex asm_flexcluster - Y V RAVI KUMAROracle12c flex asm_flexcluster - Y V RAVI KUMAR
Oracle12c flex asm_flexcluster - Y V RAVI KUMARpasalapudi123
 
SAOUG - Connect 2014 - Flex Cluster and Flex ASM
SAOUG - Connect 2014 - Flex Cluster and Flex ASMSAOUG - Connect 2014 - Flex Cluster and Flex ASM
SAOUG - Connect 2014 - Flex Cluster and Flex ASMAlex Zaballa
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407Sal Marcus
 
Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13Markus Michalewicz
 
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]Markus Michalewicz
 
Oracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityOracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityMarkus Michalewicz
 
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoMarkus Michalewicz
 
Oracle data pump
Oracle data pumpOracle data pump
Oracle data pumpmarcxav72
 
Oracle RAC on Extended Distance Clusters - Customer Examples
Oracle RAC on Extended Distance Clusters - Customer ExamplesOracle RAC on Extended Distance Clusters - Customer Examples
Oracle RAC on Extended Distance Clusters - Customer ExamplesMarkus Michalewicz
 
AWS re:Invent 2016: How Citus Enables Scalable PostgreSQL on AWS (DAT207)
AWS re:Invent 2016: How Citus Enables Scalable PostgreSQL on AWS (DAT207)AWS re:Invent 2016: How Citus Enables Scalable PostgreSQL on AWS (DAT207)
AWS re:Invent 2016: How Citus Enables Scalable PostgreSQL on AWS (DAT207)Amazon Web Services
 
Deep Dive: More Oracle Data Pump Performance Tips and Tricks
Deep Dive: More Oracle Data Pump Performance Tips and TricksDeep Dive: More Oracle Data Pump Performance Tips and Tricks
Deep Dive: More Oracle Data Pump Performance Tips and TricksGuatemala User Group
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionMarkus Michalewicz
 
A Second Look at Oracle RAC 12c
A Second Look at Oracle RAC 12cA Second Look at Oracle RAC 12c
A Second Look at Oracle RAC 12cLeighton Nelson
 
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionOracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionMarkus Michalewicz
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsMarkus Michalewicz
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Markus Michalewicz
 
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Yury Velikanov
 

Andere mochten auch (20)

RACATTACK Lab Handbook - Enable Flex Cluster and Flex ASM
RACATTACK Lab Handbook - Enable Flex Cluster and Flex ASMRACATTACK Lab Handbook - Enable Flex Cluster and Flex ASM
RACATTACK Lab Handbook - Enable Flex Cluster and Flex ASM
 
How to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionHow to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support Question
 
Oracle12c flex asm_flexcluster - Y V RAVI KUMAR
Oracle12c flex asm_flexcluster - Y V RAVI KUMAROracle12c flex asm_flexcluster - Y V RAVI KUMAR
Oracle12c flex asm_flexcluster - Y V RAVI KUMAR
 
SAOUG - Connect 2014 - Flex Cluster and Flex ASM
SAOUG - Connect 2014 - Flex Cluster and Flex ASMSAOUG - Connect 2014 - Flex Cluster and Flex ASM
SAOUG - Connect 2014 - Flex Cluster and Flex ASM
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407
 
Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13
 
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
 
Oracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityOracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven Scalability
 
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
 
Oracle data pump
Oracle data pumpOracle data pump
Oracle data pump
 
Oracle RAC on Extended Distance Clusters - Customer Examples
Oracle RAC on Extended Distance Clusters - Customer ExamplesOracle RAC on Extended Distance Clusters - Customer Examples
Oracle RAC on Extended Distance Clusters - Customer Examples
 
AWS re:Invent 2016: How Citus Enables Scalable PostgreSQL on AWS (DAT207)
AWS re:Invent 2016: How Citus Enables Scalable PostgreSQL on AWS (DAT207)AWS re:Invent 2016: How Citus Enables Scalable PostgreSQL on AWS (DAT207)
AWS re:Invent 2016: How Citus Enables Scalable PostgreSQL on AWS (DAT207)
 
Deep Dive: More Oracle Data Pump Performance Tips and Tricks
Deep Dive: More Oracle Data Pump Performance Tips and TricksDeep Dive: More Oracle Data Pump Performance Tips and Tricks
Deep Dive: More Oracle Data Pump Performance Tips and Tricks
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion Edition
 
A Second Look at Oracle RAC 12c
A Second Look at Oracle RAC 12cA Second Look at Oracle RAC 12c
A Second Look at Oracle RAC 12c
 
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionOracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
 
Oracle ASM Training
Oracle ASM TrainingOracle ASM Training
Oracle ASM Training
 
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
 
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
 

Ähnlich wie Oracle flex asm & flex cluster

How oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 finalHow oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 finalAjith Narayanan
 
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software ReleaseIsabella789
 
🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdf
🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdf🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdf
🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdfAlireza Kamrani
 
Oracle rac-in-ldoms-sunblueprint
Oracle rac-in-ldoms-sunblueprintOracle rac-in-ldoms-sunblueprint
Oracle rac-in-ldoms-sunblueprintSal Marcus
 
Dell linux cluster sap
Dell linux cluster sapDell linux cluster sap
Dell linux cluster sapPrakash Kolli
 
maa-goldengate-rac-2007111.pdf
maa-goldengate-rac-2007111.pdfmaa-goldengate-rac-2007111.pdf
maa-goldengate-rac-2007111.pdfChandan Bose
 
Best practices oracle_clusterware_session355_wp
Best practices oracle_clusterware_session355_wpBest practices oracle_clusterware_session355_wp
Best practices oracle_clusterware_session355_wpwardell henley
 
Understanding Oracle RAC 12c Internals OOW13 [CON8806]
Understanding Oracle RAC 12c Internals OOW13 [CON8806]Understanding Oracle RAC 12c Internals OOW13 [CON8806]
Understanding Oracle RAC 12c Internals OOW13 [CON8806]Markus Michalewicz
 
Architecture of exadata database machine – Part II
Architecture of exadata database machine – Part IIArchitecture of exadata database machine – Part II
Architecture of exadata database machine – Part IIParesh Nayak,OCP®,Prince2®
 
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...Markus Michalewicz
 
A kind and gentle introducton to rac
A kind and gentle introducton to racA kind and gentle introducton to rac
A kind and gentle introducton to racRiyaj Shamsudeen
 
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 version
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 versionOracle RAC 12c Collaborate Best Practices - IOUG 2014 version
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 versionMarkus Michalewicz
 
Technical overview of new features for Oracle Automatic Storage Management in...
Technical overview of new features for Oracle Automatic Storage Management in...Technical overview of new features for Oracle Automatic Storage Management in...
Technical overview of new features for Oracle Automatic Storage Management in...José Gonzalez
 
Oracle 12c-asm-overview
Oracle 12c-asm-overviewOracle 12c-asm-overview
Oracle 12c-asm-overviewTanvi_Agrawal
 
What's New and Coming in Oracle ASM 12c Rel. 2 - by Jim Williams
What's New and Coming in Oracle ASM 12c Rel. 2 - by Jim WilliamsWhat's New and Coming in Oracle ASM 12c Rel. 2 - by Jim Williams
What's New and Coming in Oracle ASM 12c Rel. 2 - by Jim WilliamsMarkus Michalewicz
 
RAC - The Savior of DBA
RAC - The Savior of DBARAC - The Savior of DBA
RAC - The Savior of DBANikhil Kumar
 
Scaling opensimulator inventory using nosql
Scaling opensimulator inventory using nosqlScaling opensimulator inventory using nosql
Scaling opensimulator inventory using nosqlDavid Daeschler
 

Ähnlich wie Oracle flex asm & flex cluster (20)

How oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 finalHow oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 final
 
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
 
🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdf
🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdf🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdf
🔴Oracle ASM Filter Driver & ASMLIB & UDEV🔴.pdf
 
Oracle rac-in-ldoms-sunblueprint
Oracle rac-in-ldoms-sunblueprintOracle rac-in-ldoms-sunblueprint
Oracle rac-in-ldoms-sunblueprint
 
Dell linux cluster sap
Dell linux cluster sapDell linux cluster sap
Dell linux cluster sap
 
61 Rac
61 Rac61 Rac
61 Rac
 
maa-goldengate-rac-2007111.pdf
maa-goldengate-rac-2007111.pdfmaa-goldengate-rac-2007111.pdf
maa-goldengate-rac-2007111.pdf
 
Oracle on linux
Oracle on linuxOracle on linux
Oracle on linux
 
Best practices oracle_clusterware_session355_wp
Best practices oracle_clusterware_session355_wpBest practices oracle_clusterware_session355_wp
Best practices oracle_clusterware_session355_wp
 
Rac&asm
Rac&asmRac&asm
Rac&asm
 
Understanding Oracle RAC 12c Internals OOW13 [CON8806]
Understanding Oracle RAC 12c Internals OOW13 [CON8806]Understanding Oracle RAC 12c Internals OOW13 [CON8806]
Understanding Oracle RAC 12c Internals OOW13 [CON8806]
 
Architecture of exadata database machine – Part II
Architecture of exadata database machine – Part IIArchitecture of exadata database machine – Part II
Architecture of exadata database machine – Part II
 
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
 
A kind and gentle introducton to rac
A kind and gentle introducton to racA kind and gentle introducton to rac
A kind and gentle introducton to rac
 
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 version
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 versionOracle RAC 12c Collaborate Best Practices - IOUG 2014 version
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 version
 
Technical overview of new features for Oracle Automatic Storage Management in...
Technical overview of new features for Oracle Automatic Storage Management in...Technical overview of new features for Oracle Automatic Storage Management in...
Technical overview of new features for Oracle Automatic Storage Management in...
 
Oracle 12c-asm-overview
Oracle 12c-asm-overviewOracle 12c-asm-overview
Oracle 12c-asm-overview
 
What's New and Coming in Oracle ASM 12c Rel. 2 - by Jim Williams
What's New and Coming in Oracle ASM 12c Rel. 2 - by Jim WilliamsWhat's New and Coming in Oracle ASM 12c Rel. 2 - by Jim Williams
What's New and Coming in Oracle ASM 12c Rel. 2 - by Jim Williams
 
RAC - The Savior of DBA
RAC - The Savior of DBARAC - The Savior of DBA
RAC - The Savior of DBA
 
Scaling opensimulator inventory using nosql
Scaling opensimulator inventory using nosqlScaling opensimulator inventory using nosql
Scaling opensimulator inventory using nosql
 

Kürzlich hochgeladen

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 

Kürzlich hochgeladen (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 

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