home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14792 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  2.4 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!hpcss01!hpcuhe!cary
  2. From: cary@hpcuhe.cup.hp.com (Cary Coutant)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: dump/rdump settings for dumping to an exabyte 8500 5 GB 8mm tape drive
  5. Message-ID: <31480309@hpcuhe.cup.hp.com>
  6. Date: 12 Jan 93 18:25:09 GMT
  7. References: <PAULLEO.93Jan11185204@comet.med.utah.edu>
  8. Organization: Hewlett Packard, Cupertino
  9. Lines: 58
  10.  
  11. > Could someone tell me the settings used with dump under HPUX 8.07 for
  12. > writign to an exabyte 8500 5 GB 8mm tape drive?
  13.  
  14. The following shows how to calculate several equivalent sets of
  15. dump parameters for 60m DDS tapes; you should be able to use the
  16. same method to figure out what to use for your tape drive.
  17.  
  18. Cary Coutant
  19. Hewlett-Packard
  20. California Language Lab
  21.  
  22.  
  23. -------------------------------------------------------------------------
  24. Approximate capacity of 60m DDS tape = 1.3G bytes
  25. Approximate DDS tape density = (1.3G bytes) / (60 m) = (550K bytes/in)
  26.  
  27. dump assumes an inter-record gap (IRG) of 0.3 in for density = 6250,
  28. 0.7 in otherwise.
  29.  
  30. dump uses a default blocking factor of 10 for density < 6250,
  31. 32 otherwise.
  32. -------------------------------------------------------------------------
  33. density = 550000
  34. blocking factor = 32 (default)
  35. assumed IRG = 0.7 in
  36.  
  37. Block length = (32K bytes/block) / (550K bytes/in) + (0.7 in) = (0.76 in)
  38.  
  39. Effective tape length =
  40.     (1.3G bytes) / (32K bytes/block) * (0.76 in/block) = (2511 ft)
  41. -------------------------------------------------------------------------
  42. density = 6250
  43. blocking factor = 32 (default)
  44. assumed IRG = 0.3 in
  45.  
  46. Block length = (32K bytes/block) / (6250 bytes/in) + (0.3 in) = (5.54 in)
  47.  
  48. Effective tape length =
  49.     (1.3G bytes) / (32K bytes/block) * (5.54 in/block) = (18325 ft)
  50. -------------------------------------------------------------------------
  51. density = 1600
  52. blocking factor = 10 (default)
  53. assumed IRG = 0.7 in
  54.  
  55. Block length = (10K bytes/block) / (1600 bytes/in) + (0.7 in) = (7.10 in)
  56.  
  57. Effective tape length =
  58.     (1.3G bytes) / (10K bytes/block) * (7.10 in/block) = (75113 ft)
  59. -------------------------------------------------------------------------
  60. density = 1600
  61. blocking factor = 32
  62. assumed IRG = 0.7 in
  63.  
  64. Block length = (32K bytes/block) / (1600 bytes/in) + (0.7 in) = (21.18 in)
  65.  
  66. Effective tape length =
  67.     (1.3G bytes) / (32K bytes/block) * (21.18 in/block) = (70022 ft)
  68. -------------------------------------------------------------------------
  69.