报错:
[FATAL] [DBT-30056] Labeling of disks failed.
ORA-15227: could not perform label set/clear operation
ORA-15031: disk specification '/dev/asmdisk/ocr01' matches no disks
[FATAL] [DBT-30002] Disk group OCR creation failed.
ORA-15018: diskgroup cannot be created
ORA-15031: disk specification 'AFD:OCR1' matches no disks
2024/04/03 22:36:25 CLSRSC-184: Configuration of ASM failed
2024/04/03 22:36:29 CLSRSC-258: Failed to configure and start ASM
Died at /u01/app/12.2.0/grid/crs/install/crsinstall.pm line 2091.
The command '/u01/app/12.2.0/grid/perl/bin/perl -I/u01/app/12.2.0/grid/perl/lib -I/u01/app/12.2.0/grid/crs/install /u01/app/12.2.0/grid/crs/install/rootcrs.pl ' execution failed
[root@pass1 oracleafd]#
原因:udev绑定问题
解决方法:
修改asm参数:asm_diskstring
sqlplus / as sysasm
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
asm_diskstring string /dev/asm*, AFD:*
alter system set asm_diskstring = '/dev/asmdisk/*';