Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Restrict submission from only one submission node, how ?
- Date: Mon, 16 Jan 2006 16:22:22 -0800
- From: "Finch, Ralph" <rfinch@xxxxxxxxxxxx>
- Subject: Re: [Condor-users] Restrict submission from only one submission node, how ?
Since it sounds like you are the Condor administrator, you should be
able to do this by making your machine the only Submit machine:
Submit
Any machine in your pool (including your Central Manager) can be
configured for whether or not it should allow Condor jobs to be
submitted. The resource requirements for a submit machine are actually
much greater than the resource requirements for an execute machine.
First of all, every job that you submit that is currently running on a
remote machine generates another process on your submit machine. So, if
you have lots of jobs running, you will need a fair amount of swap space
and/or real memory. In addition all the checkpoint files from your jobs
are stored on the local disk of the machine you submit from. Therefore,
if your jobs have a large memory image and you submit a lot of them, you
will need a lot of disk space to hold these files. This disk space
requirement can be somewhat alleviated with a checkpoint server
(described below), however the binaries of the jobs you submit are still
stored on the submit machine.
Ralph Finch, P.E.
Dept. of Water Resources
Bay-Delta Office, Room 215-13
Sacramento, CA 95814
916-653-7552
rfinch@xxxxxxxxxxxx
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Woo Chat Ming
> Sent: Monday, January 16, 2006 12:56 PM
> To: condor-users@xxxxxxxxxxx
> Subject: [Condor-users] Restrict submission from only one
> submission node,how ?
>
> Dear Condor friends,
>
> I have just set up a Condor pool and it works fine. :) The
> pool consist of
> one Central Manager. It is a Linux machine and it runs
> Collector, Negiotiator
> and Schedd daemons. I can submit jobs from this Central Manager.
>
> The Execution nodes are Windows XP machines which my
> students are using
> interactively.
>
> The problem is, I don't want my students to submit
> programs to the pool. I
> want to restrict the submission from only the Central Manager
> or only from my
> PC. And I hope that only I can submit jobs. May I know how
> can I configure ?
>
> Attempting to achieve this, I had modified the START
> expression in the
> execution host. However, it was not successful. My job doesn't start:
> START = ( (ClientMachine == "condor.hku.hk") || \
> (RemoteUser == "cmwoo@xxxxxxxxxxxxx") || \
> (RemoteOwner == "cmwoo@xxxxxxxxxxxxx") )
> My job doesn't start even though it says :
> $ condor_q -long
> Owner = "cmwoo"
> User = "cmwoo@xxxxxxxxxxxxx"
> LastRejMatchReason = "no match found"
>
> May I know why my jobs doesn't start ? Should I configure
> Central Manager
> instead ?
>
> Thanks for your kindly help in advance.
>
> Regards,
> Woo Chat Ming,
> Computer Centre,
> The University of Hong Kong.
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
>