Labelled disk not appearing in /dev/oracleafd/disks
I am re-installing a server following multiple errors. In the previous installation I labelled disk CRS1. After my new installation (RAC Oracle 19.3 on RHEL7), I ran the following command:
./asmcmd afd_label CRS1 <disk> --init
I received the following response:
disk <disk> has already been provisioned for ASM
However, I am not seeing it in /dev/oracleafd/disks. I am seeing it when I run asmcmd afd_lslbl. I tried running --migrate instead of --init, but that didn't work either. Thoughts?