Hi,
On Wed, Mar 28, 2012 at 6:26 PM, carlopmart carlopmart@gmail.com wrote:
That's what I like to see, but it doesn't works for me .... /dev/disk/by-uuid only has uuid for sda and not for sdb and sdc...
Do I need to configure something under udev or scsi_id to rescan scsi disks at host startup or something similar???
I had a similar problem with a new usb disk under centos5: the disk (sdb) was not listed under /dev/disk/by-uuid. I had to create the symlink there manually:
[root@xen by-uuid]# udevinfo -q all -n sdb P: /block/sdb N: sdb S: disk/by-id/usb-WD_Ext_HDD_1021_574343305330343332373736
[root@xen by-uuid]# ln -s ../../sdb1 usb-WD_Ext_HDD_1021_574343305330343332373736
After that everything worked fine. I have no idea if what I did was somehow wrong and what will happen after next reboot, but the server has been running just fine for months after that operation.
Regards, Peter