How To Resize An ASM Disk? (Doc ID 470209.1)

简介: 1) Please backup the database(s) contained inside the associated diskgroup.2) Then shutdown the databases contained inside the associated diskgroup.3) Dismount the associated diskgroup to verify no client database connections are accessing this specific diskgroup:SQL> alter diskgroup <diskgro

1) Please backup the database(s) contained inside the associated diskgroup.

2) Then shutdown the databases contained inside the associated diskgroup.

3) Dismount the associated diskgroup to verify no client database connections are accessing this specific diskgroup:

SQL> alter diskgroup dismount;

4) Resize your physical disk/LUN at OS/hardware level.

5) Mount back the diskgroup:

SQL> alter diskgroup mount;

6) Then resize the ASM disk as the following example:

SQL> ALTER DISKGROUP RESIZE DISK M REBALANCE POWER <1-11>;
SQL> ALTER DISKGROUP DATA RESIZE DISK DISK_A1 SIZE 5000 M REBALANCE POWER 11;

相关文章
|
12月前
创建asm disk 磁盘组出错! ORA-15018 And ORA-15107 (Doc ID 2678808.1)
ORA-15018: diskgroup cannot be created ORA-15107: missing or invalid ASM disk name
|
Oracle 关系型数据库 Unix
solaris asm disk
solaris oracle asm disk,solaris rac ,
1602 0
|
Oracle 关系型数据库 Linux
ASMFD (ASM Filter Driver) Support on OS Platforms (Certification Matrix). (文档 ID 2034681.1)
1) Starting with Oracle Grid Infrastructure 12C Release 1 (12.1.0.2), Oracle ASM Filter Driver (Oracle ASMFD) is installed with an Oracle Grid Infrastructure installation.
2656 0
|
Oracle 关系型数据库 数据库
|
5天前
|
Oracle 关系型数据库
oracle asm 磁盘显示offline
oracle asm 磁盘显示offline
55 2
|
5天前
|
存储 Oracle 关系型数据库
【数据库数据恢复】Oracle数据库ASM磁盘组掉线的数据恢复案例
oracle数据库ASM磁盘组掉线,ASM实例不能挂载。数据库管理员尝试修复数据库,但是没有成功。
【数据库数据恢复】Oracle数据库ASM磁盘组掉线的数据恢复案例
|
SQL Oracle 关系型数据库
Oracle ASM磁盘和磁盘组的常用SQL语句
Oracle ASM磁盘和磁盘组的常用SQL语句
194 0
|
文字识别 Oracle NoSQL
oracle 11g 单机asm配置
oracle 11g 单机asm配置
499 0