In order to do major maintenance on a Supervisor, you will want to shut down its major functions, namely accepting jobs and dispatching them to hosts. The following command will prevent the Supervisor from accepting job submissions:

    % qbadmin supervisor --set reject_submit

    The following command re-enables job submission:

    % qbadmin supervisor --unset reject_submit

    • No labels