home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp / 14444 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.8 KB  |  64 lines

  1. Newsgroups: comp.sys.hp,comp.sys.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!purdue!yuma!lamar!dan
  3. From: dan@lamar.ColoState.EDU (Danilo Silva)
  4. Subject: Convertion from 1/4 to DAT
  5. Sender: news@yuma.ACNS.ColoState.EDU (News Account)
  6. Message-ID: <Dec31.181646.27937@yuma.ACNS.ColoState.EDU>
  7. Date: Thu, 31 Dec 1992 18:16:46 GMT
  8. Nntp-Posting-Host: lamar.acns.colostate.edu
  9. Organization: Colorado State University, Fort Collins, CO  80523
  10. Lines: 52
  11.  
  12. We have some old sets of backup (in 1/4-inch cartridge tapes) that I 
  13. would like to convert to DDS (DAT) tapes.
  14.  
  15. We need to do that for two main reasons: 
  16. - We need to get rid of the cartridge autochanger.
  17. - One DAT tape is much smaller and easier to store than sets of 8 
  18. cartridge tapes.
  19.  
  20. Could somebody please give me a light on this problem? Please ...
  21. THANKS in advance for any hints and have all a great 1993,
  22.  
  23. Dan Silva - dan@lamar.colostate.edu
  24.  
  25.             A description follows:
  26. Hardware (HP9000-835, HP-UX 8.0):
  27. ========
  28.  
  29. FROM:
  30. ----
  31. The old backups are store in sets of 8 cartridges. The device used was 
  32. the HP 35401A ( 1/4-inch Cartridge Autochanger Tape Subsystem).
  33.  
  34. TO:
  35. --
  36. The new backups will be stored on DDS (DAT) tapes, and the device to 
  37. be used is a HP 6400-1300s drive 
  38. (1.3 GByte DAT drive).
  39.  
  40. Backup PROCEDURE:
  41. ================
  42.  
  43. The following procedure was used with the cartridges for backup:
  44.  
  45. /etc/fbackup -I /usr/adm/fbackupfiles/system.log -0uf - -g 
  46. /users/root/backups/systemgraph | compress | tcio -oV -S 8 -l 1 
  47.  
  48. /dev/rct/c5d0s2
  49.  
  50. The retrieval process is the following:
  51.  
  52. tcio -i -l 1 -n 8 /dev/rct/c5d0s2 | uncompress | frecover -xf - -i 
  53. FILENAME(s)
  54.  
  55. PROPOSED SOLUTION (which did NOT work):
  56. =================  ------------------
  57.  
  58. Extract the whole compressed backup and re-direct it to the DAT drive 
  59. (/dev/rmt/0m):
  60.  
  61. tcio -i -l 1 -n 8 /dev/rct/c5d0s2 > /dev/rmt/0m
  62.  
  63.  
  64.