I figure it out what was wrong, it
was a configuration step I missed when I was setting up the clients. Like you
said I needed to uncomment all these values. I was including them in my global
configuration file but that was not working. Once I did the uncomment and
comment the ones I initially setup in the global configuration file all worked
fine. Thanks for your help, Alex ## Note: The following settings
will need to be present in your ## global config file: ## CREDD_HOST =
Butz.earthdata.com
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: From:
condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On
Behalf Of Michael McClenahan Try adding the following to your config. CREDD_CACHE_LOCALLY = True Mike From:
condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On
Behalf Of Alas, Alex [FEDI] Hello to all, I am having issue trying to get condor_cred to work under
version 7.2.1. I even created a new condor pool with new central manager and
two client computers; one submitter and one to execute jobs. But when I tried
to submit jobs they always remained idle. When I run condor_q –analyze,
It always comes back with the following message: 282.000: Run analysis summary. Of 4 machines, 4 are rejected by your job's
requirements 0 reject your job because of
their own requirements 0 match but are serving users
with a better priority in the pool 0 match but reject the job
for unknown reasons 0 match but will not
currently preempt their existing job 0 are available to run your
job WARNING: Be advised: No resources matched request's constraints Check the Requirements _expression_ below: Requirements = (OpSys == "WINNT52" || OpSys ==
"WINNT51") && (Arch == "INTEL") & & (Disk >= DiskUsage) && ((Memory * 1024)
>= ImageSize) && (HasFileTransfer) && (HasWindowsRunAsOwner && (LocalCredd =?=
"Butz.domain.com")) I have added the condor_credd components in the
configuration files of the Negotiator machine and the Condor_credd component in
the configuration file of the Startd and submit machines according to the
documentation listed in the 7.2.0 manual and had added the condor_pool and
username passwords in the three machines I am testing ( Negotiator, Startd and
Submit machines) then queried them using the command: condor_store_cred query
–c and condor_store_cred query –u username@domain. Both times they
came back with the message: “A credential is stored and is valid.” BUT When I try to list the condor processes that are running
on the Startd machine by using pslist (which is a sysinternals command),
I have the following results: Process information for morpheus: Name
Pid Pri Thd Hnd
Priv CPU Time
Elapsed Time condor_master 4040
8 3 163 4772
0:00:00.296 0:09:58.922 condor_schedd
344 8 2 149
4960 0:00:00.125 0:09:58.766 condor_startd 2132
8 4 194 6848
0:00:06.937 0:09:58.751 condor_procd
2152 8 1 87
680 0:00:00.031 0:09:58.563 When I run condor_status –l, I cannot see the
LocalCredd ad listed in the results as well Which means the condor_credd has not started yet. I thought
this was a solved issue in version 7.2.1 but I don’t know if I am doing
something wrong here so if anybody has encountered the same situation and know
how to fix it please share that knowledge with the rest of us? Thanks in advance for your help, 8 jobs; 8 idle, 0 running, 0 held Respectfully, Alex Alas Systems Administrator Tel. 301-948-8550 x219 Fax 301-963-2064 E-mail: aalas@xxxxxxxxxxxxx Website: http://www.fugroearthdata.com ---- Gloucester
Research Limited believes the information provided herein is reliable. While
every care has been taken to ensure accuracy, the information is furnished to
the recipients with no warranty as to the completeness and accuracy of its
contents and on condition that any errors or omissions shall not be made the
basis for any claim, demand or cause for action. The
information in this email is intended only for the named recipient. If
you are not the intended recipient please notify us immediately and do not
copy, distribute or take action based on this e-mail. All
messages sent to and from this email address will be logged by Gloucester
Research Ltd and are subject to archival storage, monitoring, review and
disclosure. Gloucester
Research Limited, 5th Floor, Whittington House, 19-30 Alfred Place, London WC1E
7EA. Gloucester
Research Limited is a company registered in England and Wales with company
number 04267560. ---- |