[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] 10.0.5 install



Trying to use the quick start https://htcondor.readthedocs.io/en/latest/getting-htcondor/admin-quick-start.html

I ran this on a jnew central manager.

#!/bin/bash
ORIGIN=$(dirname $(readlink -f $0))

 

PW=$(cat .pw)

curl -fsSL https://get.htcondor.org | sudo GET_HTCONDOR_PASSWORD="$PW" /bin/bash -s -- --no-dry-run --central-manager condorcentralmanager.nmrbox.org

I ran this on a  new submit node.

#!/bin/bash

ORIGIN=$(dirname $(readlink -f $0))

PW=$(cat .pw)

curl -fsSL https://get.htcondor.org | sudo GET_HTCONDOR_PASSWORD="$PW" /bin/bash -s -- --no-dry-run --submit condorcentralmanager.nmrbox.org

I ran this on a new execute node
#!/bin/bash

ORIGIN=$(dirname $(readlink -f $0))

PW=$(cat .pw)

curl -fsSL https://get.htcondor.org | sudo GET_HTCONDOR_PASSWORD="$PW" /bin/bash -s -- --no-dry-run --execute condorcentralmanager.nmrbox.org

Then I submitted this job:

Executable   = /bin/ls

output                  = listing.txt

Log          = listing.log

Queue

The job remains idle. The NegotiatorLog says:

06/26/23 17:11:46 Starting prefetch negotiation for gweatherby@xxxxxxxxxxxxxxxxxxxxxxx.

06/26/23 17:11:46     Got NO_MORE_JOBS;  schedd has no more requests

06/26/23 17:11:46 Prefetch summary: 1 attempted, 1 successful.

06/26/23 17:11:46 Phase 4.1:  Negotiating with schedds ...

06/26/23 17:11:46   Negotiating with gweatherby@xxxxxxxxxxxxxxxxxxxxxxx at <155.37.253.166:9618?addrs=155.37.253.166-9618&alias=test-condor1.nmrbox.org&noUDP&sock=schedd_1356_ae83>

06/26/23 17:11:46 0 seconds so far for this submitter

06/26/23 17:11:46 0 seconds so far for this schedd

06/26/23 17:11:46   Negotiation with gweatherby@xxxxxxxxxxxxxxxxxxxxxxx skipped because submitterCeiling remaining is 2147483647

06/26/23 17:11:46  negotiateWithGroup resources used submitterAds length 0

06/26/23 17:11:46 ---------- Finished Negotiation Cycle ----------