home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12788 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.3 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!galaxy.dnet!gleeve
  2. From: gleeve@galaxy.dnet
  3. Newsgroups: comp.os.vms
  4. Subject: 8mm appending savesets
  5. Message-ID: <9207251744.AA26554@relay2.UU.NET>
  6. Date: 25 Jul 92 16:40:23 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 21
  11.  
  12. Where I need to append savesets to an 8mm tape, on tapes on Qbus/unibus/
  13. etc. it works fine just to use back/norewind. On SCSI controlled 8mm,
  14. however, this does not work unless the tape is already positioned.
  15. Thus an INIT followed by a lot of back/norewind commands works fine.
  16. Adding a saveset to a tape that isn't empty does not, generating
  17. spurious errors.
  18.    On SCSI controlled 8mm, it is however possible to get the tape
  19. positioned correctly by giving a command of form
  20. $back/list=nla0:a.b/ign=label mkb400:*
  21. (using the tapeunit on your system of course)
  22. after which one or more back/norewind commands will work correctly.
  23.  
  24. This seems to be an artifact of SCSI controller and/or MKdriver.
  25. When the tape is not dismounted between savesets, this technique
  26. need be used at most only for the first positioning. On non-SCSI
  27. controllers, the tapes work more like real tapes in all ways. I
  28. initialize the 8mm's explicitly when using new ones, having seen
  29. problems also under VMS 5.5. Hopefully the driver will be improved.
  30. Glenn Everhart
  31. Everhart@Raxco.com
  32.  
  33.