How to tell Grid Infrastructure if the udev path used for OCR and Vote Disks changed?
Hi everyone,
I had a question from my system engineer for renaming the udev path which has already in use for OCR and Vote disk.
For our clusterware, we were given 3 LUNs to be configured with normal redundancy. Each LUN is 1 GB.
GI version is 11.2.0.4.
OS is RHEL 6.5
Since we cannot have the ASM Library installed, we configured udev rules.
This is the original udev rules:
KERNEL=="dm-[0-9]*",ENV{DM_UUID}=="part1-mpath-38910098041762f45445d45474d36686e",OWNER="grid",GROUP="oinstall",MODE="0660",SYMLINK+="oracleasm/asm_dsk01" KERNEL=="dm-[0-9]*",ENV{DM_UUID}=="part1-mpath-38910098041762f45445d45474d36686e",OWNER="grid",GROUP="oinstall",MODE="0660",SYMLINK+="oracleasm/asm_dsk02" KERNEL=="dm-[0-9]*",ENV{DM_UUID}=="part1-mpath-38910098041762f45445d45474d36686e",OWNER="grid",GROUP="oinstall",MODE="0660",SYMLINK+="oracleasm/asm_dsk03"