home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12753 < prev    next >
Encoding:
Text File  |  1992-07-23  |  2.5 KB  |  47 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  3. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  4. Subject: Re: Multiple save-sets on a tape
  5. Message-ID: <1992Jul24.082810.8133@cco.caltech.edu>
  6. Sender: news@cco.caltech.edu
  7. Nntp-Posting-Host: sol1.gps.caltech.edu
  8. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  9. Organization: HST Wide Field/Planetary Camera
  10. References: <Bqo4q4.Hy6@news.cso.uiuc.edu> <1992JUL20.175952.03@pegasus.ch>,<1992Jul24.114130.1@vcp1.vcp.monash.edu.au>
  11. Date: Fri, 24 Jul 1992 08:28:10 GMT
  12. Lines: 33
  13.  
  14. In article <1992Jul24.114130.1@vcp1.vcp.monash.edu.au>, pb@vcp1.vcp.monash.edu.au (Peter Bury) writes:
  15. >In article <1992JUL20.175952.03@pegasus.ch>, imkesun@pegasus.ch (Ralph Kloess) writes:
  16. >In msg <Bqo4q4.Hy6@news.cso.uiuc.edu>, MULLEN@scorpion.ag.uiuc.edu (Evil Twin) writes:
  17. >> 
  18. >> Hi there;
  19. >> 
  20. >> I want to put multiple backup save-sets on a single 8mm Exabyte tape.  I've
  21. >> tried a couple of methods that flew like the proverbial lead balloon -
  22. >
  23. >
  24. >Replies so far to this topic have shown how to put multiple save-sets onto 
  25. >8mm tapes, but all have assumed that the write operations have occurred 
  26. >without dismounting the tape. When running an archive operation, one wants 
  27. >to be able to append to a tape. This is possible by using backup/lis to get 
  28. >to the end of the tape, but be warned that an error condition is reported 
  29. >if no savesets exist. ie:
  30.  
  31. Nonsense.  The technique I suggest allows you to append to the tape.  You
  32. simply have to use BACKUP/NOREWIND/IGNORE=LABEL.  This causes BACKUP to skip to
  33. the logical end of tape before writing.  Some 8mm tapes and SCSI controllers
  34. have a problem under VMS v5.4-2 where BACKUP won't initialize the tape
  35. properly, so what I do is to explicitly initialize the tape the first time I
  36. use it, and use BACKUP/NOREWIND for ALL BACKUP operations.  So instead of the
  37. BACKUP/LIST you recommend, save yourself some time (and, if you're doing this
  38. in batch mode, some disk space) and simply use BACKUP/NOREWIND.
  39. --------------------------------------------------------------------------------
  40. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  41.  
  42. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  43. understanding of astronomy is purely at the amateur level (or below).  So
  44. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  45. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  46. hold me responsible for it, but my organization had nothing to do with it.
  47.