All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valdis.Kletnieks@vt.edu (Valdis.Kletnieks at vt.edu)
To: kernelnewbies@lists.kernelnewbies.org
Subject: anyone aware of a high availability setup that relies on fully redundant install?
Date: Mon, 18 Apr 2016 10:43:00 -0400	[thread overview]
Message-ID: <255315.1460990580@turing-police.cc.vt.edu> (raw)
In-Reply-To: <alpine.LFD.2.20.1604180626380.4199@localhost.localdomain>

On Mon, 18 Apr 2016 06:29:21 -0400, "Robert P. J. Day" said:

>   that makes sense -- a *minimal* bootable system for recovery and
> troubleshooting. but not a fully independent previous install.

No, it's a *complete* system - your kernel boot image, /, /usr, /var, and
whatever other file systems you specified to go into 'rootvg'.  The use case is
that before doing maintenance or whatever, you run a shell script that clones
the entire rootvg over to alt_rootvg.  Or you can apply system updates to
the alternate boot, so instead of taking an outage for 2 hours to apply
all your fixes, you apply fixes onto the alternate, and your outage window
is only what it takes to reboot to the updated image - and you still have
the old image to fall back to.

Incredibly useful for that set of systems that you need to minimize downtime,
but the application in question isn't one that you can run multiple instances
behind a load balancer.  We've used it for everything from a Listserv server
to a TSM backup server.

http://sureshaix.blogspot.com/2008/07/alternate-disk-installation.html
http://www.drdobbs.com/aix-alternate-disk-installation/199101222

(Yes, that's an article from 1991.. :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160418/450643d4/attachment.bin 

  reply	other threads:[~2016-04-18 14:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-17 14:47 anyone aware of a high availability setup that relies on fully redundant install? Robert P. J. Day
2016-04-17 15:23 ` Res: " Daniel
2016-04-17 16:02 ` Greg KH
2016-04-17 17:16   ` Robert P. J. Day
2016-04-17 21:17     ` Greg KH
2016-04-18  4:48 ` Valdis.Kletnieks at vt.edu
2016-04-18 10:29   ` Robert P. J. Day
2016-04-18 14:43     ` Valdis.Kletnieks at vt.edu [this message]
2016-04-18 19:49   ` Miles Fidelman
2016-05-12 16:06 ` Andrew Bradford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=255315.1460990580@turing-police.cc.vt.edu \
    --to=valdis.kletnieks@vt.edu \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.