home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / sys5 / r3 / 181 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.0 KB

  1. Xref: sparky comp.unix.sys5.r3:181 comp.unix.sysv386:17710 comp.unix.questions:15352 de.comp.os.unix:2641
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-cv!ogicse!verdix!islabs!fasttech!zeke
  3. From: zeke@fasttech.com (Bohdan Tashchuk)
  4. Newsgroups: comp.unix.sys5.r3,comp.unix.sysv386,comp.unix.questions,de.comp.os.unix
  5. Subject: Re: [ISC] SCSI Tape Problem
  6. Message-ID: <1993Jan9.002255.5676@fasttech.com>
  7. Date: 9 Jan 93 00:22:55 GMT
  8. Article-I.D.: fasttech.1993Jan9.002255.5676
  9. References: <1993Jan5.015125.182@fns.gold.sub.org>
  10. Organization: Fast Technology   Beaverton, OR
  11. Lines: 31
  12.  
  13. First, please don't post to the obsolete group comp.unix.sysv386.
  14. I had to change my active file just to be able to respond to you.
  15. Of course, I'm perpetuating this by responding here.
  16.  
  17. In <1993Jan5.015125.182@fns.gold.sub.org> root@fns.gold.sub.org (Peter Bechtold) writes:
  18. >386-33 ISA, 2 * ST1239A Seagate IDE drives w/ ST08 IDE host adapter,
  19. >Tandberg 3820 SCSI tape w/ ADAPTEC 1542B SCSI host adapter, Tseng Lab ET 4000
  20. >VGA card, AST 4 serial card.
  21.  
  22. >The OS is ISC 2.0.2 w/ standard ADAPTEC driver.
  23. >The problem is: Any tape access (read and write) is VERY slow.
  24. >Any hints ?
  25.  
  26. Your message didn't make clear whether or not you are using the ISC
  27. menu-driven backup to access the tape. When I did, I also had speed
  28. problems with my SCSI tape.
  29.  
  30. I followed the shell scripts down to the actual cpio instruction that
  31. they used. This cpio didn't have a buffer size specified. I found that
  32. if I added/changed the appropriate line toward the top of the
  33.     /usr/admin/menu/filemgmt/backup
  34. script to
  35.     ncpioargs=-C262144
  36. that my tape began streaming quite nicely. (I'm not sure about the
  37. syntax of the 'spaces' in this line. I'm working off my paper notes,
  38. and have since upgraded my ISC versions.)
  39.  
  40. Other hints: You want to make sure you haven't starved the SCSI controller
  41. by screwing with the DMA on/off times. Also, as someone else has pointed
  42. out, you may need to change jumpers on your tape drive. I have an Archive
  43. 2150S and the factory jumper settings worked.
  44.