home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / ultrix / 9036 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  2.5 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!spool.mu.edu!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!rz.uni-karlsruhe.de!usenet@rz
  2. From: DAHMS@ifk20.mach.uni-karlsruhe.de (Heribert Dahms)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: How to do save backup/restore using DECnet to/from a VAX/VMS ?
  5. Date: 22 Dec 1992 16:03:22 GMT
  6. Organization: University of Karlsruhe, FRG (Dept. of Mechanical Engineering)
  7. Lines: 37
  8. Distribution: world
  9. Message-ID: <1h7e8aINNt59@nz12.rz.uni-karlsruhe.de>
  10. NNTP-Posting-Host: ifk29.mach.uni-karlsruhe.de
  11. X-News-Reader: VMS NEWS 1.20
  12.  
  13. I have a script which does a level 0 dump of each disk piped into "dcp -i ..."
  14. so it can be written on a DAT connected to a VMS system. The DAT is mounted on
  15. VMS as normal Files-11 form a DECterm to allow remote access. I've tested the
  16. reverse of reading back over DECnet with restore tf - and it seems to work.
  17. To be sure the DAT was temporarily plugged direct to the DECstation 5000/125
  18. (under Ultrix 4.2) and I used ltf and tapex to verify whats really on tape.
  19. According to tapex each "save-set" consists of a lot of 10Kbyte records with
  20. the last beeing some shorter multiple of 512 bytes.
  21.  
  22. Can someone tell that it is 100% save to do
  23.   dcp -i <remote> - | dd bs=10240 | restore xf - /dev/<devnam>
  24. when I want to restore the complete filesystem(s) without disturbing other
  25. partitions on the same destination disk? Or what shall I use?
  26.  
  27. On VMS, BACKUP/LIST produces messages if something is wrong with a save-set.
  28. On Ultrix, I couldn't verify without risk of overwriting some data because I
  29. don't know how to send a restore xf into /dev/null and restore tf seems to
  30. read only the headers (broken pipe very early so it's impossibly all was read).
  31.  
  32. And what's the stuff about "a level 0 dump must be done after a full restore"?
  33. Isn't a dump read-only from disk, so how can it influence some i-nodes?
  34.  
  35. All questions are because I know VMS well and till now we have only one Ultrix-
  36. machine with a CDROM but no tape (and no money...) so I must remotely backup.
  37. In the rare case of the system disk crashing, I would do minimal installation
  38. from CDROM and then restore either from net or temporarily connect the tape
  39. locally, but only then and not for *writing* backups at some intervall.
  40. So you can guess that I want to know wether I can rely upon that or not!
  41.  
  42. In a few days, I must exchange disk drives between VAXen and the DECstation
  43. because the filesystem overflows, so on the bigger one I've to restore somehow.
  44.  
  45. Any comments and suggestions welcome.
  46. If you e-mail me directly, I'll summarize to the newsgroup.
  47.  
  48.  
  49. Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
  50.