File: minicondor-test-and-quickstart.include

package info (click to toggle)
condor 23.9.6%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60,012 kB
  • sloc: cpp: 528,272; perl: 87,066; python: 42,650; ansic: 29,558; sh: 11,271; javascript: 3,479; ada: 2,319; java: 619; makefile: 615; xml: 613; awk: 268; yacc: 78; fortran: 54; csh: 24
file content (44 lines) | stat: -rw-r--r-- 1,664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.. rubric:: Verifying a Single-Machine Installation

You can easily check to see if the installation procedure succeeded.  The
following commands should complete without errors, producing output that
looks like the corresponding example.

.. code-block:: shell

    condor_status

.. code-block:: console

    Name                 OpSys      Arch   State     Activity     LoadAv Mem   Actv

    slot1@azaphrael.org  LINUX      X86_64 Unclaimed Benchmarking  0.000 2011  0+00
    slot2@azaphrael.org  LINUX      X86_64 Unclaimed Idle          0.000 2011  0+00
    slot3@azaphrael.org  LINUX      X86_64 Unclaimed Idle          0.000 2011  0+00
    slot4@azaphrael.org  LINUX      X86_64 Unclaimed Idle          0.000 2011  0+00

               Total Owner Claimed Unclaimed Matched Preempting Backfill  Drain

    X86_64/LINUX    4     0       0        4        0          0        0      0
           Total    4     0       0        4        0          0        0      0

.. code-block:: shell

    condor_q

.. code-block:: console

    -- Schedd: azaphrael.org : <184.60.25.78:34585?... @ 11/11/20 14:44:06
    OWNER BATCH_NAME      SUBMITTED   DONE   RUN    IDLE   HOLD  TOTAL JOB_IDS

    Total for query: 0 jobs; 0 completed, 0 removed, 0 idle, 0 running, 0 held, 0 suspended
    Total for all users: 0 jobs; 0 completed, 0 removed, 0 idle, 0 running, 0 held, 0 suspended

If both commands worked, the installation likely succeeded.

.. rubric:: Where to Go from Here

* For a brief introduction to running jobs with HTCondor,
  see the :ref:`quick_start_guide`.
* If you're looking to set up a multi-machine pool, go to the
  :ref:`admin_quick_start_guide`.