I'm trying to submit a job using a remote host (a remote condor_schedd), however I'm unable to do it.
I've been reading a lot of e-mails with similar issues, however I can not set the correct configurations in my HTCondor pool.
These are the key points in my current configuration. As you can see I trying to disable the authentication methods with "SEC_DEFAULT_NEGOTIATION = NEVER" in the daemons and the client host:
host name:
condor01.hpc.com
DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR
SEC_DEFAULT_NEGOTIATION= NEVER
2. Submission Host (only one scheduler host in the pool):
DAEMON_LIST = MASTER, SCHEDD
SEC_DEFAULT_NEGOTIATION = NEVER
3. Any host in the pool:
DAEMON_LIST = MASTER, STARTD
SEC_DEFAULT_NEGOTIATION = NEVER
$ condor_status -schedd -l | grep MyAddress
AUTHENTICATE:1003:Failed to authenticate with any method
AUTHENTICATE:1004:Failed to authenticate using GSI
GSI:5003:Failed to authenticate. Globus is reporting error (851968:45). There is probably a problem with your credentials. (Did you run grid-proxy-init?)
AUTHENTICATE:1004:Failed to authenticate using KERBEROS
AUTHENTICATE:1004:Failed to authenticate using FS
How I have to set the authentication methods properly?
On the other hand, I'm getting the scheduler port for the remote submission, Is this necessary?
Many thanks!