Hi all,
I'm performing a fresh install of Oracle Grid Infrastructure 19c using the GUI installer on Oracle Linux 8.8 running kernel 5.15.0-103.114.4.el8uek.x86_64 and having issues with the last steps.
I keep getting an error saying that the “Automatic Storage Management Configuration Assistant” failed. Looking at “Details”, at the bottom of the log I see:
ORA-15018: diskgroup cannot be created
ORA-15031: disk specification '/dev/nvme0n1p6' matches no disks
ORA-15025: could not open disk "/dev/nvme0n1p6"
ORA-27041: unable to open file
I've followed the installation guide and installed “oracle-database-preinstall-19c” as instructed.
I've also performed the following successfully:
./asmcmd afd_label DATA1 /dev/nvme0n1p6 --init
./asmcmd afd_lslbl /dev/nvme0n1p6
Also, when running the GUI, the “Create ASM Disk Group” step successfully detects the disk /dev/nvme0n1p6.
Any ideas on next steps?
Thanks :)