home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / 6627 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!bu.edu!decwrl!decwrl!ogicse!emory!mnopltd!neal
  2. From: neal@mnopltd.UUCP
  3. Newsgroups: comp.databases
  4. Subject: Re: Simple Warm Standby DBMS's -
  5. Message-ID: <252@mnopltd.UUCP>
  6. Date: 7 Sep 92 20:13:47 GMT
  7. Reply-To: emory!mnopltd!neal
  8. Organization: MNOP Ltd., Atlanta, Ga.
  9. Lines: 29
  10.  
  11. There has been a lot of interesting discussion on this problem.   Here is 
  12. a simple arrangement which does seem to work:
  13.  
  14. Progress RDBMS Version 5 and higher support a separate after-image file.  
  15. This file can be forced over to an RFS mounted file system on the hot system. 
  16.  
  17. After failure, the roll-forward will bring the database up to the last 
  18. complete transaction written.   Thus, recovery time is about 20 minutes, 
  19. depending on how long since a backup copy of the primary db was placed on
  20. the secondary. 
  21.  
  22. Version 7 may avoid doing seeks on the after image file, so it could be 
  23. placed on /dev/rct0, thus avoiding the networking.   Use on the spare
  24. involves pulling out tape, inserting, doing roll forward.   
  25.  
  26. If you can stand having the system down for a few minutes several times 
  27. a day the AI files can be switched, and you can run the roll forward on 
  28. the spare, keeping it closer to the contents of the live system and 
  29. making failure cutover quicker. 
  30.  
  31. Now I wouldn't use this for Air Traffic Control, but if you can afford
  32. to be down for 20 minutes it might work. 
  33.  
  34.  
  35. ------------------------------------------------------------------------------
  36. Neal Rhodes                       MNOP Ltd                     (404)- 972-5430
  37. President                Lilburn (atlanta) GA 30247             Fax:  978-4741
  38.                              emory!mnopltd!neal 
  39. ------------------------------------------------------------------------------
  40.