Hi, On Mon, Feb 6, 2012 at 9:48 PM, Dan Frincu <[email protected]> wrote: > Hi, > > On Mon, Feb 6, 2012 at 9:27 PM, Walter Feddern <[email protected]> wrote: >> We are running Ubuntu 10.04 (lucid). I am trying to upgrade from the base >> version of corosync and pacemaker, to the most recent available >> via https://launchpad.net/~ubuntu-ha-maintainers/+archive/ppa >> >> This is a test cluster, but I am trying to determine the best way to update >> without interrupting the running resources. Here is the commands I am using >> (on each node, with the exception of the first and last commands): >> >> crm configure property maintenance-mode=true >> apt-get install python-software-properties >> >> add-apt-repository ppa:ubuntu-ha-maintainers\/ppa > Second command. ^^ >> apt-get update > Third ^^ >> /etc/init.d/corosync stop > Fourth ^^ >> apt-get install corosync pacemaker > Fifth ^^ >> crm configure property maintenance-mode=false > This ^^ is the first command you need to run.
Jumped ahead a bit, this needs to be set to true (e.g. you put the cluster in maintenance first, then upgrade corosync and pacemaker). > > Afterwards you start corosync, check with ptest if the resources are > fine, and then remove the maintenance-mode. e.g.: crm configure property maintenance-mode=false > >> >> >> Before I run the last command, it shows all my resources as Started >> node_name (unmanaged), but when I try to go out of maintenance mode, it just >> hangs. >> >> versions are: >> >> ii corosync 1.4.2-1ubuntu0~ppa1 >> Standards-based cluster framework (daemon an >> ii libcorosync4 1.4.2-1ubuntu0~ppa1 >> Standards-based cluster framework (libraries >> ii pacemaker 1.1.6-2ubuntu0~ppa2 >> HA cluster resource manager >> >> I found reference to the issue >> here: http://blogs.linbit.com/p/1/ubuntu-lrmd-hangs/ >> >> but I don't believe I can update my libglibc2 to version 2.28 while still >> running lucid. >> >> Any suggestions? >> _______________________________________________ >> Linux-HA mailing list >> [email protected] >> http://lists.linux-ha.org/mailman/listinfo/linux-ha >> See also: http://linux-ha.org/ReportingProblems > > > > -- > Dan Frincu > CCNA, RHCE -- Dan Frincu CCNA, RHCE _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
