Well, I have solved job submission problem. Eventually I found
information that one has to use
>>  /opt/sync_files/bin/sync_files
with correctly configured
>>  /opt/sync_files/etc/sync_files.conf
file. Before, it did not include commands to synchronize following files:
# syncfile /etc/passwd
# syncfile /etc/group
# syncfile /etc/shadow

After I have done it I could run jobs on my other user account as well.

--
Janek


2009/5/3 Jan Kowalik <kowalik....@gmail.com>:
> Hi,
>
> I am beginner, and OSCAR cluster is completely new to me. I have found
> one tutorial according to which I wanted to test if PBS on OSCAR is
> working properly.
>
> I set up a queue :
>
> =============================================================
> Qmgr: set server operators = r...@tornado
> Qmgr: create queue batch
> Qmgr: set queue batch queue_type = Execution
> Qmgr: set queue batch started = True
> Qmgr: set queue batch enabled = True
> Qmgr: set server default_queue = batch
> Qmgr: set server resources_default.nodes = 1
> Qmgr: set server scheduling = True
> Qmgr: quit
> =============================================================
>
> and tried tu submit a job as a 'glob' user:
>
> =============================================================
> [g...@tornado ~]$  echo "sleep 60;date;whoami" | /opt/pbs/bin/qsub -o 
> ~/out.txt
> 27.tornado.soe.cranfield.ac.uk
> [g...@tornado ~]$ qstat
> Job id           Name             User             Time Use S Queue
> ---------------- ---------------- ---------------- -------- - -----
> 27.tornado       STDIN            globus                  0 R batch
> =============================================================
>
> but problem is with other user, when I do the same as 'janek' user:
>
> =============================================================
> [ja...@tornado ~]$ echo "sleep 60;date;whoami" | /opt/pbs/bin/qsub -o
> ~/j_out.txt
> 28.tornado.soe.cranfield.ac.uk
> [ja...@tornado ~]$ qstat
> [ja...@tornado ~]$
> =============================================================
>
> as you can see it did not submit job this time.
>
> Another thing is that results of submitted job should be by default
> saved at submitting user home directory but are not, they are when I
> use  qsub  with -o parameter.
> That OSCAR cluster was already installed when I've got access to it,
> maybe I missed some configuration which solves above issues.
>
> Can anyone help me with it?
>
> Thanks in advance.
>
> Kind Regards
> Janek
>

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to