Title: Re: [Oscar-devel] job status
Hi John:
 
What exactly does doing:

set server acl_host_enable = True
set server acl_hosts = *

solve for you?
 
Basically according to the documentation:

http://www.clusterresources.com/torquedocs21/a.bserverparameters.shtml
 
This allows all hosts to be able to submit jobs.  This is not the default behaviour for OSCAR - we typically only want the headnode to be a submit host.
 
You can of course tweak this setting however you like, but I don't think we would touch the OSCAR default...
 
Cheers,
 
Bernard


From: [EMAIL PROTECTED] on behalf of John Meskes
Sent: Thu 22/06/2006 13:09
To: Bernard Li
Cc: [email protected]
Subject: Re: [Oscar-devel] job status

On 22 Jun 2006 at 12:25, Bernard Li wrote:

> Hi John:
> Is this something that should be rolled into TORQUE's configuration
> scripts in OSCAR?

I'm not sure if this is only a CentOS problem. Does anyone else use qmgr?
Here's the settings I do after install finishes.

# qmgr
create queue serial (and parallel, and set their parameters...)
set server scheduling = True
set server acl_host_enable = True
set server acl_hosts = *
set server acl_user_enable = False
set server default_queue = serial
set server log_events = 127
set server mail_from = adm
set server query_other_jobs = True
set server resources_available.ncpus = 50
set server resources_available.nodect = 50
set server resources_available.nodes = 50
set server resources_max.ncpus = 50
set server resources_max.nodes = 50
set server scheduler_iteration = 60
set server default_node = 1
set server resources_default.neednodes=1
set server resources_default.nodect=1
set server resources_default.nodes=1

This was all in a script, so I don't know why the acl_host stuff didn't take, or
got disabled.

> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]] On Behalf
> > Of John Meskes
> > Sent: Thursday, June 22, 2006 11:55
> > To: [email protected]
> > Subject: Re: [Oscar-devel] job status
> >
> > This problem is solved. In qmgr:
> >
> > set server acl_host_enable = True
> > set server acl_hosts = *
> >
> > On 21 Jun 2006 at 11:51, John Meskes wrote:
> >
> > > Using Oscar5(r5000) on CentOS4.3
> > > I still have a problem with qstat.
> > >
> > > 1-When a job completes successfully, it is not removed from
> > the queue
> > > (although the walltime does stop accumulating)
> > > If it dies due to a restriction such as memory limit
> > exceeded, it is removed.
> > >
> > > 2-Cannot qstat from a node
> > > pbs_iff: Access from host not allowed, or unknown host
> > > No Permission.
> > > qstat: cannot connect to server pbs_oscar (errno=15007)
> > >



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to