Skip to main content

Community

Schedule Freeze activity for the future time for patching activities.

Answered

Please sign in to leave a comment.

Comments

2 comments

    Hi Cakrapani,

    You can freeze the hub using :

    CLI
    bash hvrhubconfig -f <hub> *or set the hub state explicitly* hvrhubconfig <hub> Hub_State=FROZEN

    REST API
    http POST /api/v6.1/hubs/{hub}/freeze
     
    You could use that in an (external) scheduler.
     
    Best regards,
    Edwin

    That is correct. We are currently using that script via crontab on the hub server. We have three hub servers in total, and only the engineering team has access to them; the DBA team does not.

    If this capability were available directly in the hub server UI or as a built-in option, it would be very helpful. The on-call ITEO team could then schedule and execute it themselves during patching events or unplanned outages, without requiring direct hub server access.