Hi, all
My central manager is windows host, and working nodes is linux box. I make
configuration followed by the manual (6.2.3 and 6.2.4), but failed in
1. The following is the config file of central manager, copied
from the example: .../etc/condor_config.local.credd
CONDOR_HOST = 192.168.1.101
CREDD_HOST = $(CONDOR_HOST)
STARTER_ALLOW_RUNAS_OWNER = True
CREDD_CACHE_LOCALLY = True
## You'll also need to ensure that clients are configured to use
## PASSWORD authentication on any machine that can run jobs as the
## submitting user. For example,
SEC_CLIENT_AUTHENTICATION_METHODS = NTSSPI, PASSWORD
## And finally, you'll need to enable CONFIG-level access for all
## machines in the pool so that the pool password can be stored:
ALLOW_CONFIG = Administrator@*
SEC_CONFIG_NEGOTIATION = REQUIRED
SEC_CONFIG_AUTHENTICATION = REQUIRED
SEC_CONFIG_ENCRYPTION = REQUIRED
SEC_CONFIG_INTEGRITY = REQUIRED
## See the "Executing Jobs as the Submitting User" section of the
## Condor manual for further details.
## CREDD_SETTINGS
## CREDD logging settings
## Customize these if you wish.
CREDD_LOG = $(LOG)/CreddLog
CREDD_DEBUG = D_COMMAND
MAX_CREDD_LOG = 50000000
################# else configuration content is
omited.........2. The configuration of working node is as follows:
## submitting user. For example,
SEC_CLIENT_AUTHENTICATION_METHODS = NTSSPI, PASSWORD
## And finally, you'll need to enable CONFIG-level access for all
## machines in the pool so that the pool password can be stored:
ALLOW_CONFIG = root@*
SEC_CONFIG_NEGOTIATION = REQUIRED
SEC_CONFIG_AUTHENTICATION = REQUIRED
SEC_CONFIG_ENCRYPTION = REQUIRED
SEC_CONFIG_INTEGRITY = REQUIRED
3. I run condor_store_cred -c add on the central manager, it
works fine.
4. I use the following command to push the pool password to other
nodes: condor_store_cred -c -n 192.168.0.2 add.
(192.168.0.2 is one work node.)
It failed with the follwing message:
Operation failed.
Make sure you have CONFIG access to the target
Master.
Is anyone could tell me how should solve this issue? Thanks.
2010-08-20
Jenva
|