This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Upgrade 8 to 9 HA

Hi,

My installation is 2 custom hardware with Astaro 8.304 Software in HA Active/passive (hot standby)

Is the HA working between 8 and 9 ? May I shutdown one node, install and setup v9 with a master still in 8 ? .. and then build the second node ?

Thank you.


This thread was automatically locked due to age.
  • Yep 

    Roughly what I did...

    * Turn the slave off
    * Upgrade the master
    * Check everything works as expected
    * Turn slave on
    * Slave will automatically update its self
    * Away you go :-)

    Couldn't be easier [:)]
  • Hi,

    Thanks. The goal is to have no service interruption. In your case, during the master upgrade the "internet" is down [;)]
  • Is the HA working between 8 and 9 ? May I shutdown one node, install and setup v9 with a master still in 8 ? .. and then build the second node ?


    Hi Yuhe,

    At present only the appliances support "one touch" upgrading. For custom hardware you'll need to plan for some downtime.

    The only thing I might suggest to add to akp982's comments which would shorten your window is to upgrade your slave first (enabling HA along the way) then manually cut over and add the slave.

    Haven't tested that myself so YMMV.
  • Thanks everyone,

    The path I wanted to try first..

    -shutdown slave
    -upgrade slave to v9 still in ha with master in v8

    here is the question
    - Are the 2 nodes able to synch at this point ?
    - Will the master update by itself seeing the slave is updated





    Otherwise I think I ll go like this :

    -shutdown Slave
    -cut the HA
    -disconnect Slave
    -setup slave as v9
    -restore backup on v9
    -shutdown master and disconnect
    -reconnect v9 and start
    -check if everything works well
    -upgrade master as new ha slave node
    -reconnect master

    this is the minimum downtime I think
  • The path I wanted to try first..

    -shutdown slave
    -upgrade slave v9 still in ha with master in v8

    here is question ... are the 2 nodes able to synch at this point ?





    Otherwise I think I ll go like this :

    -shutdown Slave
    -cut the HA
    -disconnect Slave
    -setup slave as v9
    -restore backup on v9
    -shutdown master and disconnect
    -reconnect v9 and start
    -check if everything works well
    -upgrade master as new ha slave node
    -reconnect master

    this is the minimum downtime I think


    If you go for the first version you could end up with the slave forcing an v9 upgrade onto the master when it comes online and or causing issues with networking at if turn off the HA and try to turn both devices on.

    Remember that if HA is turned on you can only access the active devices web admin console so wouldn't be able to upgrade the slave.

    You could do this

    - shutdown slave
    - download the update onto your laptop
    - disconnect slave from network
    - plug only you laptop into it
    - run the update with file from you laptop
    - check everything looks good and ok
    - shutdown the master
    - connect network cables back up into slave

    - everything will then cut out for a min max while networking is rerouted / sorted out

    - everything should then be working ok and you can test

    - turn the master back on
    - it will auto update itself and reboot
    - doned :-)
  • Note: You might want to set the Preferred Master to none while doing this so that when the master and or slave is rebooted it wont try to force one of the boxes to be the master causing another short period of downtime.

    If that makes sense :-\
  •  shutdown slave
    - download the update onto your laptop
    - disconnect slave from network
    - plug only you laptop into it
    - run the update with file from you laptop
    - check everything looks good and ok
    - shutdown the master...


    That was the idea here [;)]

    -shutdown Slave
    -cut the HA
    -disconnect Slave
    -setup slave as v9
    -restore backup on v9
    -shutdown master and disconnect
    -reconnect v9 a.....



    It's basically a clean install + backup restore on the slave offline and swap with the master.

    That should do.

    Thank you
  • That was the idea here [;)]


    Oppsy missed the bit where you said disconnect :-)

    But yep sounds good