da_kidd_er
07-06-2005, 07:28 PM
Hi,
I have a RHEL3 system with a tape drive connected to the cciss device. I followed the workaround to put the following lines to /etc/rc.d/rc.local file:
for x in /proc/driver/cciss/cciss[0-9]*
do
echo "engage scsi" > $x
done
Everything is working fine. However, during bootup I getting the following messages:
ERROR: SCSI host `cciss' has no error handling
ERROR: This is not a safe way to run your SCSI host
ERROR: The error handling must be added to this driver
Is there a way to prevent it from displaying that? Is it alright to have it show that? Any ideas are greatly appreciated.
Thanks
I have a RHEL3 system with a tape drive connected to the cciss device. I followed the workaround to put the following lines to /etc/rc.d/rc.local file:
for x in /proc/driver/cciss/cciss[0-9]*
do
echo "engage scsi" > $x
done
Everything is working fine. However, during bootup I getting the following messages:
ERROR: SCSI host `cciss' has no error handling
ERROR: This is not a safe way to run your SCSI host
ERROR: The error handling must be added to this driver
Is there a way to prevent it from displaying that? Is it alright to have it show that? Any ideas are greatly appreciated.
Thanks