home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / rsts / 75 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  3.0 KB

  1. Path: sparky!uunet!olivea!decwrl!deccrl!news.crl.dec.com!news!nntpd.lkg.dec.com!engage.pko.dec.com!newsdaemon
  2. From: koning@koning.enet.dec.com (Paul Koning)
  3. Newsgroups: comp.os.rsts
  4. Subject: Re: Help needed converting tapes
  5. Message-ID: <1992Nov23.160551.18739@engage.pko.dec.com>
  6. Date: 23 Nov 92 16:05:51 GMT
  7. References: <1992Nov20.114419.339@tol-ed.com>
  8. Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon)
  9. Reply-To: koning@koning.enet.dec.com
  10. Organization: Digital Equipment Co., distributed systems architecture
  11. Lines: 47
  12.  
  13.  
  14. In article <1992Nov20.114419.339@tol-ed.com>, sharpe@tol-ed.com (Rick Sharpe) writes:
  15. |>I'm hoping someone out there can help us. We have some tapes that were created
  16. |>on a RSTS V8 system (sorry I don't know exactly how - I'm not a RSTS type). We
  17. |>need to get them converted to VMS Backup format. Help!!!
  18. |>                            Rick
  19.  
  20. There are several possibilities for what format those tapes are in.  See if
  21. there's any marking on them that suggests one; if not, just try the
  22. various possibilities.
  23.  
  24. 1. (most likely) "DOS format" tape.  This is the classical RSTS magtape
  25.    format, inherited from DOS-11.  VMS can read those using the EXCHANGE
  26.    program.  Try:
  27.     EXCHANGE DIR mmxx:/VOL=DOS
  28.    (where mmxx: is the tape device name.  The tape must be mounted/FOREIGN
  29.    before you do this.)
  30.  
  31. 2. "ANSI" format tape.  This is the newer standard magtape format, used
  32.    normally in VMS and one of the choices in later versions of RSTS (including
  33.    version 8).  Try MOUNT (without the /FOREIGN, but with /OVER=ID) on the
  34.    tape.  If that works, it was ANSI, and you can DIR or COPY it using
  35.    standard DCL operations.
  36.  
  37. 3. "Old BACKUP" format.  This should not be confused with "new BACKUP"
  38.    format -- which arrived with RSTS V9, and is compatible with VMS Backup.
  39.    The Old BACKUP format is specific to the old RSTS backup program.  I don't
  40.    know of any VMS programs that can read it.  (It's possible you could
  41.    port the RSTS Backup program, which is written in BASIC, to VMS and
  42.    run it there, but that would be a hassle at best...)  The only obvious
  43.    way to read such a tape is:
  44.     a. On a V9 or later RSTS system, read it with RESTOR, then copy
  45.        the resulting files to tape with (new) BACKUP for your VMS system.
  46.     b. On a V8.x system, read the tape with BACKUP (old), then copy
  47.        the resulting files to tape with PIP either in DOS or ANSI
  48.        mode, and use steps 1 or 2 above to read the result.
  49.  
  50.    /paul
  51. !-----------------------------------------------------------------------
  52. ! Paul Koning, NI1D, A-13683
  53. ! Digital Equipment Co., LKG1-2/A19, Littleton, MA 01460, USA
  54. ! (508) 486-7313 or (508) 952-3344, koning@koning.enet.dec.com
  55. !-----------------------------------------------------------------------
  56. ! "The only purpose for which power can be rightfully exercised over 
  57. !  any member of a civilized community, against his will, is to prevent
  58. !  harm to others.  His own good, either physical or moral, is not
  59. !  a sufficient warrant."    -- John Stuart Mill, "On Liberty" 1859
  60.