Forum Discussion

GauravCh000_237's avatar
GauravCh000_237
Icon for Nimbostratus rankNimbostratus
Dec 04, 2015

1600 LTM HA Pair : I wish to upgrade standby before Primary to 11.5.3 from 11.5.1

Hi I wish to upgrade standby before Primary to 11.5.3 from 11.5.1 As I saw with most of the documents in F5 it is Primary upgraded first after forcing its functions to standby. Kindly help with information or any F5 link for same. Also I am not very sure if it is not possible, if so kindly help me understand the reason. Thank You So Much

 

2 Replies

  • Hi,

    there is no concept of primary or secondary unit in the TMOS device clustering in terms of prioritization or preference.

    Personally sometimes I am using "primary/secondary" to reference the active or standby unit.

    You can run the following to monitor it in real time on CLI:

    watch -d "tmsh show sys cm traffic-group"

    I run the upgrade on the standby unit first and follow these steps:

    1. relicense (will restart services and is not required when staying on the same maintenance release level)

    2. upload base and hotfix images (will be placed in /shared/images)

    3. create configuration backup

    4. put unit into forced offline state

    5. install hotfix to new installation volume (base image will be installed automatically if available) 6. reboot to new target volume including copy of configuration of current installation volume

    7. release unit from forced offline after seeing heartbeat communication reestablished

    8. put currently active unit in standby or forced offline

    9. run your tests

    10. repeat all steps on the remaining unit

    You can monitor the installation progress on CLI as well:

    watch -d "tmsh show sys software"

    Thanks, Stephan