thanks ,i will try it later<br><br><div><span class="gmail_quote">2007/7/2, Bob Peterson <<a href="mailto:rpeterso@redhat.com">rpeterso@redhat.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 2007-07-02 at 15:23 +0800, pastany wrote:<br>> I am running a 4 node cluster with a fc switch and a fujitsu fc san<br>> but i recevie this message ,and some partions dont work<br>><br>> Jun 27 19:23:49 test1 kernel: SCSI error : <3 0 0 0> return code =
<br>> 0x10000<br>> Jun 27 19:23:49 test1 kernel: end_request: I/O error, dev sdb, sector<br>> 668992848<br><br>Hi Pastany,<br><br>This sounds like a hardware problem to me, not a GFS problem.<br>It could be a bad drive, bad san or bad Host Bus Adapter (HBA).
<br>Perhaps you should unmount the san from all the nodes, then<br>from one node, do a simple read test of the san:<br><br>1. Check dmesg and maybe clear your dmesg buffer:<br>   dmesg -c<br>2. Try reading every sector of the san:
<br>   dd if=/dev/sdb of=/dev/null bs=1M<br>3. Check your console / dmesg to see if SCSI errors are reported.<br><br>You may want to try that separately on a few different nodes just<br>in case the error was caused by a bad HBA in the node that
<br>reported the problem.<br><br>Regards,<br><br>Bob Peterson<br>Red Hat Cluster Suite<br><br><br>--<br>Linux-cluster mailing list<br><a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/linux-cluster">
https://www.redhat.com/mailman/listinfo/linux-cluster</a><br></blockquote></div><br>