FAQ: Oracle Flex ASM 12c / 12.1 (Doc ID 1573137.1)
FAQ: Oracle Flex ASM 12c / 12.1 (Doc ID 1573137.1)
APPLIES TO:
Oracle Database - Enterprise Edition - Version 12.1.0.1 to 12.1.0.2 [Release 12.1]
Oracle Virtual Compute Appliance X4-2 Hardware - Version All Versions to All Versions [Release All Releases]
Oracle Database - Enterprise Edition - Version 12.2.0.1 to 12.2.0.1 [Release 12.2]
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Information in this document applies to any platform.
PURPOSE
To provide answers to common questions regarding the 12c New Feature "Oracle Flex ASM" 提供有关12c新功能“ Oracle Flex ASM”的常见问题的答案
QUESTIONS AND ANSWERS
What is Oracle Flex ASM? 什么是Oracle Flex ASM
Oracle Flex ASM is an ASM instance which will be running in the cluster based on cardinality defined.The default cardinality is three,but you can change it using srvctl modify asm command.It means that ASM is not required to run on each node in the cluster.
Oracle Flex ASM 是一个ASM实例,它将根据定义的基数在集群中运行。默认基数为3,但是您可以使用srvctl Modify asm命令对其进行更改。这意味着不需要ASM在数据库中的每个节点cluster上运行。
In previous release,ASM will be running on each node in the cluster and ASM clients (Database,ACFS,ADVM) can only access ASM by using an ASM on the same host.
在以前的版本中,ASM将在群集中的每个节点上运行,并且ASM客户端(数据库,ACFS,ADVM)只能通过在同一主机上使用ASM来访问ASM。
With Oracle Flex ASM,the clients can connect to remote ASM using network connection (ie ASM network ).If a server running an ASM instance fails, Oracle Clusterware will start a new ASM instance on a different server to maintain the cardinality. If a 12c database instance is using a particular ASM instance, and that instance is lost because of a server crash or ASM instance failure, then the Oracle 12c database instance will reconnect to an existing ASM instance on another node.These features are collectively called Oracle Flex ASM.
使用Oracle Flex ASM,客户端可以使用网络连接(即ASM网络)连接到远程ASM。如果运行ASM实例的服务器发生故障,Oracle Clusterware将在其他服务器上启动新的ASM实例以保持基数。如果12c数据库实例正在使用特定的ASM实例,并且由于服务器崩溃或ASM实例故障而导致该实例丢失,则Oracle 12c数据库实例将重新连接到另一个节点上的现有ASM实例,这些功能统称为Oracle Flex ASM。
What is Oracle ASM Proxy Instance? 什么是Oracle ASM Proxy实例
Oracle ASM proxy instance will be configured to support the ACFS/ADVM.In a flex ASM, an oracle ASM proxy instance can run on the same node as ASM instance or on a different node.
Oracle ASM proxy 实例将配置为支持ACFS / ADVM。在Flex ASM中,Oracle ASM proxy 实例可以与ASM实例在同一节点上运行,也可以在其他节点上运行。
below picture shows ACFS/ADVM on node 2 talks to Oracle ASM proxy on the same node,which connects to Oracle ASM instance on remote node 1.
下图显示了节点2上的ACFS / ADVM与同一节点上的Oracle ASM proxy进行对话,该proxy连接到远程节点1上的Oracle ASM实例

What is the difference between Oracle Flex Cluster vs Oracle Flex ASM? Oracle Flex Cluster与Oracle Flex ASM有什么区别
Oracle Flex Cluster is a cluster node with Hub and leaf node configuration.only Hub nodes have direct access to OCR and Voting disk.leaf node do not have direct access to shared storage.
Oracle Flex Cluster 是具有集线器和叶节点配置的群集节点。仅集线器节点可以直接访问OCR和表决磁盘。叶节点不能直接访问共享存储。
Flex Cluster require Flex ASM. Flex ASM does not require a Flex Cluster. Flex Cluster需要Flex ASM。Flex ASM不需要Flex Cluster
In Flex cluster node,the Flex ASM can run on the Hub nodes servicing clients across the Hub nodes of the Flex cluster. 在Flex Cluster节点中,Flex ASM可以在集线器节点上运行,为跨Flex Cluster的集线器节点的客户端提供服务
The default Oracle Flex Cluster is disabled,users explicity enable Flex Cluster functionality. 默认的Oracle Flex Cluster已禁用,用户明确启用了Flex Cluster功能
What is ASM Network and ASM listener? 什么是ASM Network and ASM listener
In previous 12c ,the Oracle clusterware required a public network for client access and a private network for inter-node communication including ASM inter-node communication in the cluster.
在之前的12c中,Oracle集群件需要一个公共网络用于客户端访问,并需要一个私有网络用于节点间通信,包括集群中的ASM节点间通信。
In Flex ASM,ASM network provides the capability to isolate ASM’s internal network traffic to its own dedicated private network. The OUI presents the DBA with the choice as to whether a dedicated network is to be used for ASM. The ASM network is the communication path in which all the traffic between database instances and ASM instances commence. This traffic is mostly the metadata such as a particular file’s extent map. If the customer chooses, the ASM private network can be dedicated for ASM traffic or shared with CSS and a dedicated network is not required.
在Flex ASM中,ASM网络提供了将ASM的内部网络流量隔离到其专用网络的功能。OUI向DBA提供有关是否将专用网络用于ASM的选择。ASM网络是数据库实例和ASM实例之间的所有流量开始的通信路径。此流量主要是元数据,例如特定文件的范围图。如果客户选择,则ASM专用网络可以专用于ASM通信或与CSS共享,并且不需要专用网络。
There will be local ASM listener runs on each node where the flex ASM instance is running.ASM clients connect to Flex ASM over the ASM network by using highly available connection endpoints supplied by up to three ASM listeners.Connections are load balanced across the ASM cluster.
运行Flex ASM实例的每个节点上都将运行本地ASM侦听器.ASM客户端通过使用最多三个ASM侦听器提供的高可用性连接端点,通过ASM网络连接到Flex ASM。
How to implement Flex ASM feature? 如何实现Flex ASM功能
The flex ASM can be implemented in the below ways 可以通过以下方式实现flex ASM
* Pure 12c Flex ASM - In this mode the Grid Infrastructure and Database are both running the 12c version. In this model, the database fully leverages all the new 12c features 在此模式下,Grid Infrastructure and Database都运行12c版本。在此模型中,数据库充分利用了12c的所有新功能
* Pre 12c Mixed - This mode the ASM will run on each node with Flex configuration to support pre 12c database .To achive this, set the the ASM cardinality to “all” which insures that there is an ASM instance on every server in a cluster. The advantage of this approach is that if an Oracle 12c database instance loses connectivity with an ASM instance, then the database connection will failover to another ASM instance on a different server. 在这种模式下,ASM将在具有Flex配置的每个节点上运行,以支持12c之前的数据库。要实现此目的,请将ASM基数设置为“ all”,以确保集群中的每个服务器上都有一个ASM实例。 这种方法的优点是,如果Oracle 12c数据库实例失去与ASM实例的连接,则数据库连接将故障转移到另一台服务器上的另一个ASM实例。
How to check Oracle Flex ASM has setup? 如何检查Oracle Flex ASM是否已安装
ASMCMD> showclustermode
ASM cluster : Flex mode enabled ASMCMD> showclusterstate
Normal
How to change the cardinality of the ASM to be up in the cluster? 如何更改要在群集中启动的ASM的基数
[root@test bin]# ./srvctl modify asm -count 4
[root@test bin]# ./srvctl config asm
ASM home: /u01/app/12.1.0/grid
Password file: +DATA/orapwASM
ASM listener: LISTENER
ASM instance count: 4
Cluster ASM listener: ASMNET1LSNR_ASM
The minimum cardinality value is 2. 最小基数值为2
On 12.1.0.1 it might be possible to set it to below 2, but it is not recommended. With Patch 17990656 it will report 在12.1.0.1上,可以将其设置为2以下,但不建议这样做。使用补丁17990656,它将报告
Note 1968485.1 discusses one similar issue. Note 1968485.1讨论了一个类似的问题。
How to relocate Database client to different ASM? 如何将数据库客户端重定位到不同的ASM?
Clients are automatically relocated to another instance if an ASM instance fails and the connection is load balanced to an available instance.
如果ASM实例失败并且连接负载均衡到可用实例,则客户端会自动重定位到另一个实例
Clients can be manually relocated using the 可以使用
ALTER SYSTEM RELOCATE CLIENT command.
– The command syntax is: 命令语法为
SQL> ALTER SYSTEM RELOCATE CLIENT '<instance_name>:<db_name>'; — Query GV$ASM_CLIENT to determine instance_name and db_name.
How to check ASM instances running nodes? 如何查看运行节点的ASM实例
$ srvctl status asm -detail
ASM is running on test1,test2
ASM is enabled
How to convert Non-Flex ASM to Flex ASM 如何将Non-Flex ASM转换为Flex ASM
The standard ASM cluster to Flex ASM using ASMCA or 使用ASMCA或Flex的标准ASM群集
i) Invoke the ASMCA GUI or silent mode 调用ASMCA GUI或静默模式
[oracle@test1 ~]$ asmca -silent -convertToFlexASM -asmNetworks eth1/xx.xx.xx.xx -asmListenerPort 1521 To complete ASM conversion, run the following script as privileged user in local node.
<ORACLE_BASE>/cfgtoollogs/asmca/scripts/converttoFlexASM.sh
<ORACLE_BASE>/cfgtoollogs/asmca/scripts/converttoFlexASM.sh CRS-2673: Attempting to stop 'ora.crsd' on 'test1'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'test1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN2.lsnr' on 'test1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN3.lsnr' on 'test1'
CRS-2673: Attempting to stop 'ora.DATA.dg' on 'test1'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'test1'
CRS-2673: Attempting to stop 'ora.cvu' on 'test1'
CRS-2677: Stop of 'ora.LISTENER_SCAN2.lsnr' on 'test1' succeeded
CRS-2673: Attempting to stop 'ora.scan2.vip' on 'test1'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'test1' succeeded
CRS-2673: Attempting to stop 'ora.test1.vip' on 'test1'
CRS-2677: Stop of 'ora.LISTENER_SCAN3.lsnr' on 'test1' succeeded
CRS-2673: Attempting to stop 'ora.scan3.vip' on 'test1'
CRS-2677: Stop of 'ora.cvu' on 'test1' succeeded
CRS-2672: Attempting to start 'ora.cvu' on 'test2'
CRS-2676: Start of 'ora.cvu' on 'test2' succeeded
CRS-2677: Stop of 'ora.scan2.vip' on 'test1' succeeded
CRS-2672: Attempting to start 'ora.scan2.vip' on 'test2'
CRS-2677: Stop of 'ora.scan3.vip' on 'test1' succeeded
CRS-2672: Attempting to start 'ora.scan3.vip' on 'test2'
CRS-2676: Start of 'ora.scan2.vip' on 'test2' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN2.lsnr' on 'test2'
CRS-2677: Stop of 'ora.test1.vip' on 'test1' succeeded
CRS-2672: Attempting to start 'ora.test1.vip' on 'test2'
CRS-2676: Start of 'ora.scan3.vip' on 'test2' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN3.lsnr' on 'test2'
CRS-2676: Start of 'ora.test1.vip' on 'test2' succeeded CRS-2672: Attempting to start 'ora.storage' on 'test2'
CRS-2676: Start of 'ora.storage' on 'test2' succeeded + echo 'Cluster bounced in node test2'
Cluster bounced in node test2
ASMCMD> showclustermode
ASM cluster : Flex mode enabled ASMCMD> showclusterstate
Normal
Can not convert back to standard ASM cluster from Oracle Flex Cluster. From 12.2, Flex is enabled by default and cannot be disabled.
无法从Oracle Flex Cluster转换回标准ASM群集。从12.2开始,默认情况下启用Flex,并且不能禁用它。
REFERENCES
NOTE:1968485.1 - 12c: "ORA-00600: [kfzUserPwd_nousr]" Is Reported In Flex ASM Configuration (After Set "ASM Count = 1")
FAQ: Oracle Flex ASM 12c / 12.1 (Doc ID 1573137.1)的更多相关文章
- 深入了解 Oracle Flex ASM 及其优点
简介 Oracle Real Application Cluster (RAC) 是 Oracle 解决方案中的一个著名产品,用于保持业务数据的高可用性.Oracle RAC 允许在所有集群节点之间共 ...
- Step by Step Process of Migrating non-CDBs and PDBs Using ASM for File Storage (Doc ID 1576755.1)
Step by Step Process of Migrating non-CDBs and PDBs Using ASM for File Storage (Doc ID 1576755.1) AP ...
- Database Initialization Parameters for Oracle E-Business Suite Release 12 (文档 ID 396009.1)
In This Document Section 1: Common Database Initialization Parameters For All Releases Section 2: Re ...
- Deploying JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 (文档 ID 393931.1)
In This Document Section 1: Overview Section 2: Pre-Upgrade Steps Section 3: Upgrade and Configurati ...
- OA Framework - How to Find the Correct Version of JDeveloper to Use with E-Business Suite 11i or Release 12.x (Doc ID 416708.1)
APPLIES TO: Oracle Applications Framework - Version 11.5.10.0 to 12.2.2 [Release 11.5.10 to 12.2] In ...
- Oracle Data Integrator 12c (12.1.2)新特性
改进特性如下: 基于流程界面的声明式设计 在12c中,以前的接口(interface)已经改为映射(mapping),新的基于流程声明的设计方式更灵活,也更容易使用.在12c中,映射的实现是通过使用J ...
- Oracle WebLogic Server 12c 新特性
美国时间2011年 12月9日,Oracle公司正式发布WebLogic 12c版本,c是cloud的缩写.截止当前(2013年8月)最新版本为Oracle WebLogic Server 12c ( ...
- 12.2 中的Data Guard Standby 密码文件自动同步 (Doc ID 2307365.1)
Data Guard Standby Automatic Password file Synchronization in 12.2 (Doc ID 2307365.1) APPLIES TO: Or ...
- Test Case:: 12C ASM New feature (Doc ID 1571975.1)
Test Case:: 12C ASM New feature (Doc ID 1571975.1) APPLIES TO: Oracle Database - Enterprise Edition ...
随机推荐
- HDU4670 cube number on a tree(点分治+三进制加法)
The country Tom living in is famous for traveling. Every year, many tourists from all over the world ...
- AtCoder-3920
We have a 3×3 grid. A number ci,j is written in the square (i,j), where (i,j) denotes the square at ...
- Python计算IV值
更多大数据分析.建模等内容请关注公众号<bigdatamodeling> 在对变量分箱后,需要计算变量的重要性,IV是评估变量区分度或重要性的统计量之一,python计算IV值的代码如下: ...
- TypeScript躬行记(2)——接口
在传统的面向对象语言中,接口(Interface)好比协议,它会列出一系列的规则(即对行为进行抽象),再由类来实现这些规则.而TypeScript中的接口更加灵活,除了包含常规的作用之外,它还能扩展其 ...
- 使用stm32开发 USB_CAN 适配器测试
USB_CAN 适配器测试例程 采用CDC透传模式 一.简介 CAN总线无处不在,在设计开发中,到处需要用到CAN总线调试工具,本工具可以作为CAN的基础测试工具,用于监听CAN总线,或测试CAN数据 ...
- Orleans[NET Core 3.1] 学习笔记(三)( 3 )服务端配置
服务端配置 Silo通过SiloHostBuilder和许多补充选项类以编程方式进行配置. Silo配置有几个关键方面: Orleans集群信息 集群提供程序(不知道咋翻译) Silo到Silo和Cl ...
- Linux 的目录结构
原文内容来自于LZ(楼主)的印象笔记,如出现排版异常或图片丢失等问题,可查看当前链接:https://app.yinxiang.com/shard/s17/nl/19391737/cbbf47b0-f ...
- 分布式事务之解决方案(XA和2PC)
3. 分布式事务解决方案之2PC(两阶段提交) 针对不同的分布式场景业界常见的解决方案有2PC.TCC.可靠消息最终一致性.最大努力通知这几种. 3.1. 什么是2PC 2PC即两阶段提交协议,是将整 ...
- 渗透测试初学者的靶场实战 2--墨者学院SQL注入—报错盲注
墨者SQL注入-MYSQL数据库实战环境 实践步骤 1. 决断注入点 输入单引号,提示错误信息: 输入and 1=1 返回页面正常: 输入 and 1=2 返回正常 输入-1,返回异常: 2. 带入s ...
- bossplayersCTF 1: Vulnhub Walkthrough
主机扫描: http://10.10.202.130/ <!--WkRJNWVXRXliSFZhTW14MVkwaEtkbG96U214ak0wMTFZMGRvZDBOblBUMEsK--> ...