You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Current »

    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