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

Re: [Condor-users] GCB and Condor-C



On Jul 10, 2006, at 7:39 PM, Ryan Garver wrote:

I have run into a situation where I want to do a condor-c to a condor cluster behind a firewalled server.  Can I use GCB to connect the my local schedd to the firewalled schedd through condor-c?  If I can, how do I specify the grid_resource for this?  Thanks!

First, try getting a remote submit to work (fill in appropriate values):
condor_submit -remote <schedd name> -pool <pool name> submit.desc

Once that works, you should be able to submit condor-c jobs with this:
grid_resource = condor <schedd name> <pool name>

+--------------------------------+-----------------------------------+
|           Jaime Frey           | I used to be a heavy gambler.     |
|       jfrey@xxxxxxxxxxx        | But now I just make mental bets.  |
| http://www.cs.wisc.edu/~jfrey/ | That's how I lost my mind.        |
+--------------------------------+-----------------------------------+