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

    Compare with Current View Page History

    « Previous Version 3 Current »

    Description

    Unlocks the available job slots on a Worker.

    Usage 

     qbunlock [optionshostname…

    where hostname is the name of the host to be unlocked. It can be followed by 0 or more hostnames.

    Options

    Switch

     Description

    --all

    Unlock all hosts

    --down

    Unlock down hosts

    --panic

    Unlock panicked hosts

    --active

    Unlock active hosts

    --cluster string

    Unlock hosts in string cluster

    --group string

    Unlock hosts in string group

    --resources string

    Unlock hosts based upon requirements expression string

    --purge

    Immediately stop job processes running on Worker

    --lock

    Lock the Worker (deprecated: use qblock)

    --unlock

    Unlock the Worker

    --range string

    Range string of CPU slots to lock/unlock

    --value

    Specify custom lock

    --file string

    Use the lock in the specified string file

    --help

    Command help

    --version

    Command version

    Notes

     

    Examples

    Unlocks host render01 CPU slots 0 and 1:

    % qbunlock --range 0,1 --lock render01

    Locks all host render01 CPUs:

    qbunlock --lock render01

    See also

    qblock

     



    • No labels