ADVM 和 ACFS

简介: You can create an Oracle ASM Dynamic Volume Manager (Oracle ADVM) volume in a disk group.
You can create an Oracle ASM Dynamic Volume Manager (Oracle ADVM) volume in a disk group. The volume device associated with the dynamic volume can then be used  to host an Oracle ACFS file system.

Example 4–5 Managing volumes with ALTER DISKGROUP VOLUME statements
SQL> ALTER DISKGROUP data ADD VOLUME volume1 SIZE 10G;
Diskgroup altered.

SQL> ALTER DISKGROUP data RESIZE VOLUME volume1 SIZE 15G;
Diskgroup altered.

SQL> ALTER DISKGROUP data DISABLE VOLUME volume1;
Diskgroup altered.

SQL> ALTER DISKGROUP data ENABLE VOLUME volume1;
Diskgroup altered.

SQL> ALTER DISKGROUP ALL DISABLE VOLUME ALL;
Diskgroup altered.

SQL> ALTER DISKGROUP data DROP VOLUME volume1;
Diskgroup altered.

If the volume is hosting an Oracle ACFS file system, then you cannot resize that volume with the SQL ALTER DISKGROUP statement. Instead you must use the acfsutil size command.


1、ACFS

An Oracle ACFS file system is a layer on Oracle ASM and is configured with Oracle ASM storage, as shown in Figure 5–1. Oracle ACFS leverages Oracle ASM 
functionality that enables:
■ Oracle ACFS dynamic file system resizing
■ Maximized performance through direct access to Oracle ASM disk group storage
■ Balanced distribution of Oracle ACFS across Oracle ASM disk group storage for increased I/O parallelism
■ Data reliability through Oracle ASM mirroring protection mechanisms





相关文章
|
关系型数据库 Linux Oracle
|
Oracle 关系型数据库 Linux
|
关系型数据库 Linux Oracle
|
存储 SQL Oracle
Oracle ACFS、ADVM
Oracle ACFS、ADVM 配置Oracle ACFS集群文件系统 首先来看下,神马是ACFS,请看oracle官方给出的定义: Oracle Automatic Storage Management Cluster File...
2114 0
|
Oracle 关系型数据库
【OH】3 Managing Oracle Cluster Registry and Voting Disks
    >>                                          ...
546 0
|
Oracle 关系型数据库
【MOS】How to backup or restore OLR in 11.2/12c Grid Infrastructure
How to backup or restore OLR in 11.2/12c Grid Infrastructure (文档 ID 1193643.1) In this Document ...
1121 0
|
Unix 关系型数据库 Oracle
PRVF-4661 During cluvfy on AIX platform
<p><br></p> <p></p> <p style="line-height:22.6667px; color:rgb(51,51,51); font-family:'lucida Grande',Verdana,'Microsoft YaHei'; font-size:12px"> <strong>In this Document</strong><br><span size
1284 0