Skip to main content
minoss
New Member
October 24, 2019
Solved

Shutdown slave

  • October 24, 2019
  • 1 reply
  • 18660 views

Hello,

i need reboot slave in HA, how i proceed.

Thanks

    Best answer by ede_pfau

    You can open a telnet session across the HA links.

    From master CLI:

    "exec ha manage ?"

    this will show you the unit IDs available. In a 2-unit cluster, 0 or 1.

    for example,

    "exec ha man 0"

     

    Now you are connected to the slave, and have to log in.

    Once you're logged in, type "exec reboot" and "y" to confirm.

     

    I would stop port monitoring just before this, and restore the setting after the reboot. This avoids a small interruption in the service of the master unit.

    1 reply

    Markus
    New Member
    October 24, 2019

    Hi SSH to the Master, then CLI from Master ->

    exe ha manage „NodeID“ - then you can reboot the standby appliance. Best

    ede_pfau
    SuperUser
    ede_pfauAnswer
    SuperUser
    October 24, 2019

    You can open a telnet session across the HA links.

    From master CLI:

    "exec ha manage ?"

    this will show you the unit IDs available. In a 2-unit cluster, 0 or 1.

    for example,

    "exec ha man 0"

     

    Now you are connected to the slave, and have to log in.

    Once you're logged in, type "exec reboot" and "y" to confirm.

     

    I would stop port monitoring just before this, and restore the setting after the reboot. This avoids a small interruption in the service of the master unit.