One ASM DISK GROUP contains all of the available disks of the server. Need to re-configure the current DISK GROUP to break it down into three different ASM disk groups.
注意事项:
1). A DISK GROUP with single disk is possible only if the redundancy of diskgroup is EXTERNAL.
2). We can n't change the redundancy of a diskgroup once it is created
3). By using external redundancy we are depending on external mechanisms (like RAID) for fault tolerance.
操作步骤:
1) Check the redundancy of diskgroup and Identify the group number.
2) Identify the physical disk names.
3) Drop the identified disks from existing diskgroup.
4) Create new diskgroups.
具体操作如下:
1) Check the redundancy of diskgroup and Identify the group number.
ASM:SQL>SELECT GROUP_NUMBER,TYPE FROM V$ASM_DISKGROUP WHERE NAME='DATA';
GROUP_NUMBER TYPE
------------ -------
1 EXTERN
(Here EXTERN indicates the Diskgroup DATA is created with redundancy external).
2) Identify the DISK Name and Path.
ASM:SQL > SELECT NAME,PATH FROM V$ASM_DISK WHERE GROUP_NUMBER=1
NAME PATH
----------- ----------
DATA_0001 /dev/raw/raw1
DATA_0002 /dev/raw/raw2
DATA_0003 /dev/raw/raw3
3) Drop the identified disks from existing diskgroup.
ASM:SQL> ALTER DISKGROUP DATA DROP DISK DATA_0002
ASM:SQL> ALTER DISKGROUP DATA DROP DISK DATA_0003
4) Create new two diskgroups.
create diskgroup DATA_A external redundancy disk '/dev/raw/raw1'
create diskgroup DATA_B external redundancy disk '/dev/raw/raw2'
Note: The steps provided here assume that there is a disk group DATA with external redundancy contains three disks. This need to be break down to three seperate diskgroups. We depend on external redundancy when the defined disks have some external means for fault tolerence(eg RAID),ie Oracle will not do any mirroring for these diskgroups
From Oracle
-------------------------------------------------------------------------------------------------------
Blog: http://blog.csdn.net/tianlesoftware
Email: dvd.dba@gmail.com
DBA1 群:62697716(满); DBA2 群:62697977(满) DBA3 群:62697850(满)
DBA 超级群:63306533(满); DBA4 群: 83829929 DBA5群: 142216823
聊天 群:40132017 聊天2群:69087192
--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请
分享到:
相关推荐
3. 配置Oracle ASMLib:使用`oracleasm configure -d`命令创建并配置Oracle ASMLib,这一步会自动识别并注册系统中的物理磁盘。 4. 创建ASM磁盘组:使用`asmca`或` asmcmd`工具创建新的ASM磁盘组,这些磁盘组可以...
6.8.1 Packet Tracer - Configure NAT for IPv4 Cisco Packet Tracer 思科模拟器 正确答案文件 可直接上交正确答案文件 本答案版权归mewhaku所有,严禁再次转载!!! Copyright @mewhaku 2022 All Rights ...
To enable remote connections on the instance of SQL Server 2005 and to turn on the SQL Server Browser service, use the SQL Server 2005 Surface Area Configuration tool. The Surface Area Configuration ...
官方操作手册,该手册内包含操作截图,完整的指导用户如何使用SAP ABAP系统。内含SSL证书部署的步骤
How you configure Iscsi target using starwind free Nas software & configure Iscsi initiator on Oracle Linux 6.4
`/etc/init.d/oracleasm configure` 是其中的关键一步,用于配置Oracle ASM初始化服务。 首先,让我们了解Oracle ASM的核心功能。ASM为Oracle数据库提供了集成的磁盘管理解决方案,它能够自动管理磁盘空间,包括...
"vim-configure.tar.gz_vim_vim_configure" 是一个包含了 Vim 配置文件的压缩包,旨在帮助用户优化 Vim 的使用体验,提供自动提示、补全功能以及代码高亮等特性。 在 Vim 中配置这些功能,可以使编辑效率大幅提升。...
本篇文章将深入探讨"Go-Configure"这一库,它允许开发人员通过多种来源(如 JSON、命令行标志和环境变量)来配置他们的项目。 首先,让我们理解"Go-Configure"的核心功能。这个库旨在简化配置过程,使得项目能够...
在给定的标题"obsolete-how-to-configure-dxdatagrid-with-jquery-approach-t119614"中,提到了一个过时的配置方法,即使用jQuery来配置dxDataGrid。在早期版本中,DevExtreme经常与jQuery结合使用,利用jQuery的...
vmware-vsphere-install-configure-manage-v70
2.7.2-packet-tracer---configure-single-area-ospfv2---physical-mode_zh-CN.pka
15.6.1-packet-tracer---configure-ipv4-and-ipv6-static-and-default-routes_zh-CN (1).pka
标题中的"Python库 | azure-cli-configure-0.1.0b7.tar.gz"表明这是一个基于Python的库,专门用于配置Azure命令行接口(CLI)。这个库的版本是0.1.0b7,通常这样的版本号表示它可能是早期的测试版本。".tar.gz"是一...
EGSnrc toolkit for Monte Carlo simulation of ionizing radiation transport
4.2.7 Packet Tracer - Configure Router-on-a-Stick Inter-VLAN Routing Cisco Packet Tracer 思科模拟器 正确答案文件 可直接上交正确答案文件 本答案版权归mewhaku所有,严禁再次转载!!! Copyright @...
《PyPI官网下载:深入解析dev-pipeline-configure-0.2.0.tar.gz》 在Python的世界里,PyPI(Python Package Index)是开发者们不可或缺的资源库,它为全球的Python爱好者提供了丰富的第三方库和工具。今天,我们要...
L300-2A-Configure and Deploy Service Delivery and Automation