home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12844 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.0 KB  |  54 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!darwin.sura.net!tulane!news
  3. From: Jeff E Mandel <mandel@vax.anes.tulane.edu>
  4. Subject: RMU/BACKUP over decnet?
  5. Message-ID: <1992Jul28.134841.8791@cs.tulane.edu>
  6. Nntp-Posting-Host-[nntpd-29249]: mandel.anes.tulane.edu
  7. Sender: news@cs.tulane.edu
  8. Organization: Tulane University School of Medicine
  9. Date: Tue, 28 Jul 1992 13:48:41 GMT
  10. Lines: 42
  11.  
  12. I would like to be able to backup an Rdb database on a remote node to the 8mm
  13. tape drive on my node. I run both nodes, which are MV IIs, but for a number of
  14. reasons, I don't want to cluster them if I don't have to. I'd like to be able
  15. to issue a command on my node (NODEA) to backup the remote node (NODEB):
  16.  
  17. $RMU/BACKUP NODEB::DB$DEV:[DB$DIR]DB MUB0:DB.RBF
  18.  
  19. I try this (I have proxy access between system accounts), and I get:
  20.  
  21. %RMU-F-BADDBNAME, can't find database root NODEB::DB$DEV:[DB$DIR]DB.RDB;1
  22. -RMU-F-NONODE, no node name is allowed in the file specification
  23.  
  24. I figured maybe a concealed logical would work, but this doesn't seem to help:
  25.  
  26. On NODEB:
  27. $define/system/translation_attributes=concealed db_nodeb db$dev:[dbs.root.]
  28. $rmu/verify db_nodeb:[db$dir]db
  29.  
  30. Works fine, but on NODEA
  31.  
  32. $define/system/translation_attributes=concealed db_nodeb
  33. nodeb::db$dev:[dbs.root.]
  34. $rmu/verify db_nodeb:[db$dir]db
  35. %RDB-E-BAD_DB_FORMAT, DB_NODEB:[DB$DIR]DB does not reference a database known
  36. to Rdb
  37. -RMS-F-DEV, error in device name or inappropriate device type for operation
  38.  
  39. Well, OK, I don't understand everything about concealed logicals. In
  40. desperation, I even RTFM, but I still have no idea if what I want (as opposed
  41. to what I need) is doable. What I need is a way to get a fairly large database
  42. backup onto the 8mm tape without first having to put it on disk. I'd prefer a
  43. solution that doesn't require major changes to the machines (e.g. clustering,
  44. moving the SCSI controller from NODEA to NODEB).
  45.  
  46. Thanks,
  47.  
  48. Jeff E Mandel MD MS
  49. Associate Professor of Anesthesiology
  50. Tulane University School of Medicine
  51. New Orleans, LA
  52.  
  53. mandel@vax.anes.tulane.edu
  54.