home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / admin / 7237 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  4.9 KB

  1. Xref: sparky comp.unix.admin:7237 comp.sys.sgi.misc:381 comp.unix.aix:13715
  2. Path: sparky!uunet!utcsri!torn!newsserver.cs.uwindsor.ca!philip
  3. From: philip@server.uwindsor.ca (Philip Smith)
  4. Newsgroups: comp.unix.admin,comp.sys.sgi.misc,comp.unix.aix
  5. Subject: Tape conversion: CMS to UNIX (summary)
  6. Keywords: tape conversion CMS
  7. Message-ID: <2502@newsserver.cs.uwindsor.ca>
  8. Date: 25 Jan 1993 20:57:38 GMT
  9. Sender: news@server.uwindsor.ca
  10. Followup-To: poster
  11. Lines: 90
  12.  
  13. Recently I posted the following question on this newsgroup:
  14.  
  15. :   We are looking a converting a tape library of approximately 1000 9-track
  16. :from IBM's CMS operating system (also known as VM/SP, VM/HPO, VM/CMS, etc.)
  17. :to UNIX. The tapes on CMS are written in a variety of formats including
  18. :TAPE and VMFPLC2.  The target UNIX systems are a RS/6000-970 and a SGI 4D/340S.
  19. :A 9-track tape drives is on the CMS system.  Both the RS/6000 and the SGI
  20. :have 1/4 inch cartridge tape drive (QIC) and an 8mm cartridge tape drive.
  21. :All systems are joined together by TCP/IP.
  22. :
  23. :   Any suggestion, solutions, or hints on migrating these tapes would be
  24. :greatly appreciated.  A summary will be posted around January 25, 1993.
  25.  
  26.    I received several replies to this posting including a summary of a similar
  27. question asked last spring.  Basically all the answers boiled down to senarios.
  28.  
  29. Senario #1: Dump the data on the mainframe side and ftp the data across. Then
  30.             reassemble it on the other side.
  31.  
  32.             + John H. Merritt (merritt@climate.gsfc.nasa.gov) has a shell 
  33.               script called "gettape" on the UNIX side that will help automate 
  34.               this process.
  35.  
  36. Senario #2: Get a 9-track drive on the UNIX side then some of these tapes will
  37.             be readable.
  38.  
  39.             + Tom Merrick(merrick@magnus.acs.ohio-state.edu) states that he
  40.               he has programs that will read both tape dump and vmfplc2 tapes 
  41.               on an RS/6000.
  42.  
  43.             + Albert Lunde (lunde@merle.acns.nwu.edu) summary talks about the
  44.               following tools:
  45.               * "magtapetools" available via anonymous ftp from ftp.cs.vu.nl
  46.                  - a package of tools built to use "generalized mag tapes"
  47.                    that is, either a real tape drive or disk image files
  48.                  - includes C library for this purpose
  49.                  - cptp - copy between tape and disk images
  50.                  - survey - dump the start of each block in hex, ascii and 
  51.                             ebcdic
  52.                  - rawtp - extract arbitrary data blocks from tape
  53.                  - ansir - read a single volume mult-file ANSI Standard 
  54.                            Labelled Tape.  It can handle F, U, D, S and V 
  55.                            formats (V is  for  IBM  tapes). Labels can be in 
  56.                            ASCII or in EBCDIC.
  57.                  - ansiw - Ansiw  writes  a  single  volume  multi-file  ANSI
  58.                            Standard Labelled Tape in F- or U-format in ASCII.
  59.  
  60.               * cmstape - UNIX and CMS program to process CMS tape dump files
  61.                         - can read an image file created by readtape as well
  62.                           as direct tape
  63.                         - from c.s.u v07i008
  64.                         - according to mycroft@gnu.ai.mit.edu this is available
  65.                           from comp.sources.unix/volume7/cmstape
  66.  
  67.               * copytape - duplicate tape tape-to-tape or via disk image file
  68.                            by David. S. Hayes
  69.                          - from c.s.u v10i099
  70.  
  71.               * tprobe - copy any tapes
  72.                        - copy to remote drive
  73.                        - written with UNIX cartrige drives not 9-track tapes
  74.                          in mind
  75.                        - from alt.sources Feb 92
  76.  
  77.               * rmtlib2 - from c.s.u v18i109
  78.                         - remote mag tape library
  79.                         - This allows a program that uses Unix system calls 
  80.                           to transparently use a file (usually a tape drive)
  81.                           on another system via /etc/rmt, simply by including
  82.                           <rmt.h>.  It is particularly useful with tar and 
  83.                           dd, and is supplied with GNU tar.
  84.  
  85.               * "ansitape" 
  86.                  - read/write ANSI and IBM standard labeled tapes
  87.                  - originally designed for VAX-like ANSI labeled
  88.                  - also processes IBM labeled tapes in EBCDIC - does not use
  89.                    HRD3 or HDR4 labels on IBM tapes - I'm not sure what
  90.                    IBM record formats are supported.
  91.                  - reads but does not write multi-volume tape sets
  92.                  - may only write variable records ?
  93.                  - from c.s.u v08i099, v08i100
  94.  
  95. Thank-you to everyone who responded,
  96. Philip Smith
  97.  
  98. -- 
  99. Philip Smith                   |  e-mail: PHILIP@UWINDSOR.CA
  100. Systems Programmer             |  phone : (519)253-4232 ext.3252
  101. Dept. of Computing Services    |  fax   : (519)973-7083
  102. University of Windsor          | 
  103.