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

Re: [Condor-users] Running a mixed platform pool



On Fri, Feb 26, 2010 at 11:26 AM, Alas, Alex [FEDI] <aalas@xxxxxxxxxxxxx> wrote:

Anyone?

 

Hello to all;

We’ve been using windows condor pools for a couple of years. Recently we recreate our first Linux negotiator machine to server most of our windows scheduler machines, some of our users we want to be able to submit jobs across platforms, windows to Linux and vice versa. So far we are submitting jobs from windows schedulers to windows startd machines fine, using condor_cred on the windows machines. Can I create a Linux Credd_host machine. When I tried condor_store_cred add –c  on the Linux negotiator, I always get:

root@mercedes ~]# condor_store_cred add -c

Account: condor_pool@xxxxxxxxxxxxxxxxxxxxxx

Enter password:

Operation failed.

    Make sure you have CONFIG access to the target Master.

Any suggestions is welcome in advance,


On Linux Condor doesn't need your credentials. The daemons run as root and can su to any user in your pool.

- Ian