Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Disk disappears after partprobe

884490Oct 22 2014

Hi,

Oracle Version : 11.2.0.3 on Oracle VM

OS : Oracle Linux 6

I am trying to create 4 asm disks through udev. I do the fdisk and then mention the UUID in the /etc/udev/rules.d/99-oracle-asmdevices.rules file and I execute /sbin/partprobe /dev/sdb1 and sdb1 disappears. Again when I delete the entries in the 99-oracle-asmdevices.rules file and reboot the VM the disk sdb1 is back again. Previously i had created few asm disk, i am not sure whats going wrong here. Please help

KERNEL=="sdb1", BUS=="scsi", PROGRAM=="/sbin/scsi_id -g -u -d /dev/$parent", RESULT=="1ATA_VBOX_HARDDISK_VB2ffe1adc-5c75ec29",

  NAME="disk1a", OWNER="grid", GROUP="asmdba", MODE="0660"

KERNEL=="sdc1", BUS=="sata", PROGRAM=="/sbin/scsi_id -g -u -d /dev/$parent", RESULT=="1ATA_VBOX_HARDDISK_VB2fe1a1cb-367dd9c4",

  NAME="asm-disk2", OWNER="grid", GROUP="asmdba", MODE="0660"

KERNEL=="sdd1", BUS=="sata", PROGRAM=="/sbin/scsi_id -g -u -d /dev/$parent", RESULT=="1ATA_VBOX_HARDDISK_VBc0d4608b-2cdf66d2",

  NAME="asm-disk3", OWNER="grid", GROUP="asmdba", MODE="0660"

KERNEL=="sde1", BUS=="sata", PROGRAM=="/sbin/scsi_id -g -u -d /dev/$parent", RESULT=="1ATA_VBOX_HARDDISK_VBdfe77a98-090a2aa0",

  NAME="asm-disk4", OWNER="grid", GROUP="asmdba", MODE="0660"

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2014
Added on Oct 22 2014
0 comments
698 views