home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12859 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.8 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!UH01.Colorado.EDU!DWING
  2. From: DWING@UH01.Colorado.EDU (Dan Wing)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: RMU/BACKUP over decnet?
  5. Message-ID: <01GMWOIYIVRM000EUD@VAXF.COLORADO.EDU>
  6. Date: 28 Jul 92 15:58:30 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 35
  11.  
  12. Jeff E Mandel, mandel@vax.anes.tulane.edu, writes:
  13.  
  14. >I would like to be able to backup an Rdb database on a remote node to the 8mm
  15. >tape drive on my node. I run both nodes, which are MV IIs, but for a number of
  16. >reasons, I don't want to cluster them if I don't have to. I'd like to be able
  17. >to issue a command on my node (NODEA) to backup the remote node (NODEB):
  18. >
  19. >$RMU/BACKUP NODEB::DB$DEV:[DB$DIR]DB MUB0:DB.RBF
  20. >
  21. >I try this (I have proxy access between system accounts), and I get:
  22. >
  23. >%RMU-F-BADDBNAME, can't find database root NODEB::DB$DEV:[DB$DIR]DB.RDB;1
  24. >-RMU-F-NONODE, no node name is allowed in the file specification
  25.  
  26. [... attempts to use logical names to fake out Rdb ...]
  27.  
  28. >What I need is a way to get a fairly large database
  29. >backup onto the 8mm tape without first having to put it on disk. I'd prefer a
  30. >solution that doesn't require major changes to the machines (e.g. clustering,
  31. >moving the SCSI controller from NODEA to NODEB).
  32.  
  33. The RMU command talks to the process RDMS_MONITOR on your system to coordinate
  34. activity.  It cannot communicate to the RDMS_MONITOR process on another node 
  35. using DECnet.
  36.  
  37. You'll have to copy it to disk first, cluster the systems, or move the SCSI
  38. controller.
  39.  
  40. Remote Tape Facility (from System Management Software, 800-521-9966 or
  41. 805-582-6151) might solve your problem.  I don't anything about this product 
  42. other than their ads.
  43.  
  44. -Dan Wing, DWING@UH01.Colorado.EDU or WING_D@UCOLMCC.BITNET (DGW11)
  45.  Systems Programmer, University Hospital, Denver
  46.  
  47.