Search

Search

Help

Page 1 of 4. Showing 38 results (0.009 seconds)

  1. How do I set the hostname on OS X?

    sudo scutil --set HostName name This technique is referenced in the following TechNote: http://docs.info.apple.com/article.html?artnum=302044…
    QubeOct 15, 2014
  2. How do I restart the Worker remotely? (Windows)

    Submit a remote job: qbsub --host hostname "net stop qubeworker && net start qubeworker" (Alternate) Install sshd from Cygwin ssh hostname "net stop qubeworker && net…
    QubeOct 15, 2014
  3. qbhosts

    List Worker hosts Description qbhosts displays a list of hosts controlled by Qube. Usage qbhosts [options] [hostname][hostname,…] where hostname is an optional…
    QubeFeb 01, 2017
  4. supervisor_partner_licensing_host

    Synopsis supervisor_partner_licensing_host = hostname The network hostname or IPv4 IP address of the host where the Partner Licensing Daemon runs. Example…
    QubeMay 23, 2018
  5. _stale_workers

    The problem, and how it happens If you've ever retired the Qube! worker off of an older machine and re-used the hostname on a newer machines, you've most likely ended up…
    QubeFeb 01, 2017
  6. qbjoborder

    List jobs scheduled to run on a Worker host Description qbjoborder lists Qube! jobs scheduled to run on a Worker. Usage qbjoborder [options] hostname where…
    QubeNov 12, 2014
  7. qblock

    Lock available job slots on a Worker Description qblock locks the available job slots on a Qube! Worker. Usage qblock [options] hostname… where hostname
    QubeDec 14, 2014
  8. qbunlock

    Unlock available job slots on a Qube! Worker Description Unlocks the available job slots on a Worker. Usage qbunlock [options] hostname… where hostname
    QubeDec 14, 2014
  9. How to implement locking/unlocking a Linux worker at user login/out

    ) PostSession/Default (Logoff) This is the script that runs on login: MYHOSTNAME=`/bin/hostname` COMMAND="/usr/local/pfx/qube/bin/qblock --lock --purge $MYHOSTNAME" logger Running "$COMMAND…
    QubeOct 15, 2014
  10. How to set up a test farm separate from your production farm

    qb_supervisor to the test supervisor's hostname. Ensure that the worker can properly resolve an IP address from the hostname; if name resolution is not working, you can resort…
    QubeOct 15, 2014