home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / admin / 5104 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.9 KB

  1. Xref: sparky comp.sys.sun.admin:5104 comp.sys.sun.hardware:3633
  2. Newsgroups: comp.sys.sun.admin,comp.sys.sun.hardware
  3. Path: sparky!uunet!psinntp!ptsys1!jjg
  4. From: jjg@pt.com (John Grana)
  5. Subject: Re: SCSI error messages...
  6. Message-ID: <1992Jul29.225022.21353@pt.com>
  7. Organization: Performance Technologies, Incorporated
  8. References: <1992Jul24.163028.16729@jyu.fi>
  9. Date: Wed, 29 Jul 1992 22:50:22 GMT
  10. Lines: 34
  11.  
  12. In article <1992Jul24.163028.16729@jyu.fi> eloranta@jyu.fi (Jussi Eloranta) writes:
  13. >
  14. >Does anybody know what these error messages mean?
  15. >
  16. >Jul 24 17:22:17 tukki.jyu.fi vmunix: sd2:    transport rejected
  17. >Jul 24 17:22:17 tukki.jyu.fi vmunix: sd2:    transport rejected
  18. >Jul 24 17:22:17 tukki.jyu.fi vmunix: sd2:    kluster error- retryings ops singly
  19. >Jul 24 17:22:17 tukki.jyu.fi vmunix: sd2:    kluster error- retryings ops singly
  20. >
  21. >I'm using sun-4/670 with on board scsi and scsi II from pti. The drives
  22. >are old wrens (connected via pti scsi card). The disks seem to work ok
  23. >and fsck complains nothing, but there must be some purpose for these
  24. >messages...
  25. >
  26. >jussi
  27. These errors are the result of our driver (ptscII) telling the target driver
  28. (sd) that the requested transfer is too large... It turns out that maxphys
  29. appears to mean nothing to the 600mp (sun4m) kernel. BTW, the I/O still
  30. works because the sd driver then breaks up the I/O. Anyways, the solution
  31. was to compare the requested transfer size to our actual 24 bit H.W. (real) 
  32. limit (16MB). No more "kluster errors" and, from some debug messages, 
  33. we are doing single SCSI command transfers > 220KB! with the sun4m/sd system.
  34. The new driver is on its way to you.
  35.  
  36. Cheers
  37. John Grana
  38. jjg@pt.com
  39.  
  40.  
  41. -- 
  42. ___________________________________________________________________________
  43. |John Grana, Performance Technologies Incorporated        jjg@pt.com|
  44. |315 Science Parkway, Rochester, New York 14620           uupsi!ptsys1!jjg|
  45. |Phone: (716) 256-0200   Fax: (716) 256-0791                              |
  46.