On Mon, 2004-05-10 at 09:16, Phil Hodgson wrote: > Does anyone run any hot standby systems on Linux 390? > Is the data (if any) migrated and health checked by your own code or is there some > software that I need to be made aware of?
There are certainly sites using the Linux-HA clustering code on 390. Although that's usually active-active rather than hot-standby. You can also certainly define a second set of machines on a second frame with access to the same DASD, as a full-frame (or, with appropriate use of VIPA, a per-image) failover configuration. To do this really really right and with neat automation, you could use CSE, but even without it it's doable as long as your staff is trained to know that you never ever ever run the same image on both frames simultaneously. This gives you nearly-hot standby: when one image fails, a monitor of some kind (doesn't have to be sophisticated) kicks off its opposite number on the other frame. Failure detection takes some amount of time, and then IPL of the new guest takes a little longer. You could combine an approach like this with FlashCopy or PPRC or both, if you had the disk space to spare. Then you could recover the original image in parallel while its spare was running. Adam ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
