Resized LUNS Not Recoginzed by ASM Diskgroup (Doc ID 2973897.1)

简介: resie disk

CAUSE

Disk resize not picked up by ASM until server reboot on each node.

 

The  disk was not seeing the OS size even after clusterware restart until the server was rebooted.

 

SOLUTION

To correct your space issue you will need to do the following.


1. On node 1 as root user you will need to run

crsctl stop crs

2. You will need to reboot the node

3. Once the node is fully back online you will need to connect as the grid home owner and start sqlplus to ASM instance

4. You will need to stop the clusterware on second node of cluster.

5. Once connected you will need to run

alter diskgroup <DISKGROUP_NAME> resize all <Desired_NEW SIZE>;

6. Next you will need to reboot the server for node 2.

相关文章
|
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
|
1月前
|
SQL
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
13 2
|
SQL Oracle 关系型数据库
asm normal diskgroup ,strong split test
normal disk strong spilte.
1184 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.
2647 0
|
存储 Oracle 关系型数据库
Oracle 11gR2 restart 单机使用asm存储 主机名发生更改处理过程 (文档 ID 986740.1)
How to Reconfigure Oracle Restart (文档 ID 986740.1) In this Document Goal ...
1028 0