PERC6 administration
Harald_Jensas at Dell.com
Harald_Jensas at Dell.com
Thu Jan 24 17:24:03 CST 2008
> -----Original Message-----
> From: linux-poweredge-bounces at dell.com [mailto:linux-poweredge-
> bounces at dell.com] On Behalf Of Tuomas Toropainen
> Sent: 24 January 2008 09:41
> To: linux-poweredge-Lists
> Subject: PERC6 administration
>
<--->
> Other related question: if I add another (say) raid-5 virtual disk on
> the fly, do I need to reboot the linux (or rmmod/modprobe the raid
> module) in order the disk to show up in linux? Or is there a way to
> refresh disk table on the fly?
>
There are several different SCSI Bus rescan scrips for Linux around.
Google it...
The old way is to do:
echo "scsi add-single-device H C I L" > /proc/scsi/scsi
(H = host, C = channel, I = SCSI ID, L = SCSI LUN)
The newer method would be to do:
echo "- - -" > /sys/class/scsi_host/host<ID>/scan
Here is a how-to for CentOS 4 U3 and newer:
http://misterd77.blogspot.com/2007/12/how-to-scan-scsi-bus-with-26-kerne
l.html
--
Harald
More information about the Linux-PowerEdge
mailing list