home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1802 < prev    next >
Encoding:
Text File  |  1992-07-25  |  2.0 KB  |  48 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!usc!sdd.hp.com!elroy.jpl.nasa.gov!ames!agate!dog.ee.lbl.gov!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  3. Date: 24 JUL 92 20:38:30 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  7. From: adelman@TGV.COM
  8. Subject:  Re: rmtserver questions
  9. Organization: The INFO-MULTINET Community
  10. Message-ID: <238035B924JUL92203830@TGV.COM>
  11. Nntp-Posting-Host: Mvb.Saic.Com
  12. Lines: 34
  13.  
  14. > DATE: Fri Jul 24, 1992  9:26 am
  15. > SUBJECT:RMT server and SUN/HP rdump
  16.  
  17. > I have just started playing with the rmtserver in Multinet 3.1. Using the
  18. > defaults in the manual I tried to back up my Sun workstation to the TZ30
  19. > drive on my Vaxstation. I was pleasantly surprised to see it working fine,
  20. > except for one problem.
  21.  
  22. > rdump was not using the entire tape. I confirmed this by backing up to a
  23. > TA79 at 6250bps. I observed that only 1/4 of the reel was used before
  24. > rewinding.
  25.  
  26.     You need to use the "s" option to rdump to specify the length of
  27. the tape. RDUMP doesn't write until it hits the end, instead it calculates
  28. how much will fit and then writes that much. Too small a length will
  29. result in not using the whole tape, too large a length will result in
  30. a failure when you hit the end.
  31.  
  32. > Also there is a problem with reel changing. rdump says that the tape is
  33. > rewinding and dismount the tape. I then mount the next reel and rdump grabs
  34. > it and immediately dismounts it. It then asks for the next reel. I remount
  35. > the reel and enter "yes" to the prompt and it resumes the backup. How can I
  36. > make the reel changes smoother?
  37.  
  38.     What options are you using to the rmt server? If you use
  39. /nostream/nomount/nounload you shouldn't have this problem.
  40.  
  41. > What syntax should I use to dump to a full-sized 9-track tape at 6250bpi?
  42.  
  43.     If you use the "d" option to specify a density of 6250 this will
  44. "fix" the calculation of how much can be written. The default calculation
  45. assumes 1600 bpi.
  46.  
  47.                                 Ken
  48.