Search

Search

Help

Page 3 of 4. Showing 38 results (0.006 seconds)

  1. Local Worker Configuration

    , the hostname of the Supervisor, and the filtering field for network communication. Published by Scroll Versions from this space and version 6.9-0…
    QubeFeb 01, 2017
  2. Client Configuration

    for a response to the query. To avoid this added network traffic, you should explicitly set the Supervisor hostname for the client. This can be done from the WranglerView UI under…
    QubeFeb 01, 2017
  3. worker_flags

    . (This flag is obsolete and no longer carries any meaning) dynamic Notify the Supervisor that it should identify the Worker by its hostname rather than its ip address…
    QubeMay 23, 2018
  4. Worker Removal

    : % qbadmin worker --remove worker_host Where worker_host is the hostname or IP address of a Worker. Clearing the ban on a worker Qube! administrators may also clear banned hosts…
    QubeFeb 01, 2017
  5. Verification Steps on the Supervisor

    hostname was not specified for the Worker and/or it is not on the same subnet (see Worker Configuration). Verify jobtypes (backend) are installed on Workers – Click…
    QubeFeb 01, 2017
  6. cbTest_runScript.py

    ', 'package': {'cmdline': 'hostname'}, 'agenda': [], 'callbacks': [ ] } ######################################## # iterate over the frame range to build the job's agenda…
  7. System Requirements

    , and networked. Hostname resolution (DNS) working properly on all computers. Authentication infrastructure installed and working: NIS / YP / LDAP for Linux OpenDirectory for OS X…
    QubeMar 14, 2023
  8. Controlling Host Selection

    in a certain preferential order _restrictionsSyntax Hosts Qube! allows users to specify a list of hosts, for the job to run on. This is a comma-delimited list of hostnames
    QubeJan 14, 2015
  9. Python job submission with Python language callback

    and python information to a file. job = { 'prototype': 'cmdline', 'name': 'python callback test', 'package': { 'cmdline': 'hostname', }, 'callbacks…
    QubeOct 13, 2020
  10. test_submit.py

    test job' # here's the data we actually want to send to the worker to echo back to us job['package']['testString'] = 'At hostname %s the time at the tone is %s…
    Qube / … / HelloworldOct 15, 2014