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

Re: [HTCondor-users] remote job submissions



With this command I was able to see output "condor_q -name phuket".
I will check  documentation for authentication in condor and will do the needful. Thank a lot for pointer.

On Tue, Jan 29, 2013 at 5:23 PM, Max Fischer <mfischer@xxxxxxxxxxxxxxxxxxxx> wrote:
Hi,


On 01/29/2013 03:47 AM, Amit Karpe wrote:
Hi,
How I can send job on remote node ?
While using following command I got error:


From Master (i.e. "monitor" system)
setting: DAEMON_LIST = MASTER, STARTD, SCHEDD, COLLECTOR, NEGOTIATOR


root@monitor:~# condor_q -submitter phuket
Error: Collector has no record of schedd/submitter

AFAIK -submitter means the user that submitted a job, not the pool itself. Use
    condor_q -name phuket
instead.
If you query a pool not connected to the collector specified in your configuration, you also have to specify that collector for condor_q (and other commands).
    condor_q -name phuket -pool <collector>


$ condor_submit -remote phuket 1.sub 
Submitting job(s)
ERROR: Failed to connect to queue manager phuket
AUTHENTICATE:1003:Failed to authenticate with any method
AUTHENTICATE:1004:Failed to authenticate using FS


The problem is that you cannot authorize at your collector as you have only allowed authorization via the local filesystem. You will want to allow different authorization methods for both your remote pool and the condor you are submitting from.

For example, we allow authentication via shared filesystem and Grid security certificates at our pool via the configuration
    SEC_DEFAULT_AUTHENTICATION_METHODS = FS,FS_REMOTE,GSI

I suggest you read through the documentation for the possibilities of configuring authorization as this is important for deciding which method is best used for your setup.
-Max

_________________________________________________________

From Scheduler  (i.e. "phuket" system)
setting: DAEMON_LIST = MASTER, STARTD, SCHEDD

$ condor_submit -remote monitor sim
Submitting job(s)
ERROR: Failed to connect to queue manager monitor
AUTHENTICATE:1003:Failed to authenticate with any method
AUTHENTICATE:1004:Failed to authenticate using FS




--
Regards
Amit Karpe.
http://www.amitkarpe.com/
http://news.karpe.net.in/


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/



--
Regards
Amit Karpe.
http://www.amitkarpe.com/
http://news.karpe.net.in/