home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12541 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.0 KB

  1. Xref: sparky comp.unix.aix:12541 comp.unix.questions:14670
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rphroy!caen!uvaarpa!murdoch!holmes.acc.Virginia.EDU!op
  3. From: op@holmes.acc.Virginia.EDU (Olaf  Pors)
  4. Newsgroups: comp.unix.aix,comp.unix.questions
  5. Subject: Re: Parameters (density, length, etc.) needed for rdump
  6. Keywords: density size length backup dump AIX 8mm Exabyte
  7. Message-ID: <1992Dec14.135502.28081@murdoch.acc.Virginia.EDU>
  8. Date: 14 Dec 92 13:55:02 GMT
  9. References: <1992Dec7.195704.6742@athena.mit.edu>
  10. Sender: usenet@murdoch.acc.Virginia.EDU
  11. Organization: University of Virginia
  12. Lines: 40
  13.  
  14. In article <1992Dec7.195704.6742@athena.mit.edu> herrera@athena.mit.edu (Ramon F Herrera) writes:
  15. >I have been backing up using the Exabyte 8 mm. drive
  16. >that comes with my RS/6000, but I don't think I
  17. >am getting the whole capacity.  Although my tapes are
  18. >the longest ones (112 meters) available, it seems
  19. >that I cannot store more that about 1 gigabyte.
  20. >
  21. >I understand that those tapes can hold a little
  22. >over 2 gigabytes.
  23. >
  24. >The question is: what numbers should I use for the
  25. >density and other parameters, in order to take full
  26. >advantage of a tape?
  27.  
  28.   Here's what we use to get the full capacity:
  29.  
  30.  /etc/rdump -0 -u -s 100000 -b20 -f host:/dev/rmt0.1 /usr
  31.  
  32. We also use 10k blocks:
  33.  
  34.   chdev -l rmt0 -a block_size=10240
  35.  
  36. >Bonus question: isn't AIX (3.2) supposed to ask me to
  37. >insert a new tape when it gets to the end?  Right now
  38. >it is not asking anything, just gives these messages
  39. >(yes, I have tried different tapes & they are brand new):
  40. >
  41. >rdump: Tape write error 996 feet into tape 1  (sometimes it's 995 feet)
  42. >rdump: TAPE ERROR!
  43. >rdump: fopen on /dev/tty fails
  44. >rdump: Child 18205 returns LOB status 206
  45.  
  46.   This is guaranteed to happen if you use rsh to start up the
  47. rdump since rsh does not provide a /dev/tty.  rdump is trying
  48. to tell you about end of tape, but can't since it can't
  49. open /dev/tty.  Use telnet or rlogin instead.
  50.  
  51. Olaf Pors
  52. Academic Computing Center/ITC
  53. University of Virginia
  54.