Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 101)

Ticket Resolution Summary Owner Reporter
#35 fixed red jobstart line no longer displayed in graphs bastiaans bastiaans
Description

The red vertical line indicating when a job started, on the graphs from the Joblist and/or Ganglia, is no longer displayed.

#42 fixed remove php5 function and add seperate databases per cluster bastiaans bastiaans
Description
Hello,

I have a question about a special configuration of jobmonarch. We have
two clusters each with one joblist which store data on two databases on
a unique postgresql server. We want to display the data stored on jobs
from each cluster take place in their dedicated pages. In other way, we
don't want to use one database for two clusters and displayed the jobs
done on the cluster X on the jobarchive's page of the cluster Y.  is it
possible?

For informations :
- We have test jobmonarch (svn) with PHP4 and  it's ok while the
variable $SORTBY_HOSTNAME is not defined. If it is defined the function
*stripos()* miss in PHP4, it is a PHP5 function :
http://www.php.net/stripos.
- Joblist and jobarchive seem ok with python 2.3 on a PIII and an
opteron 64 bits by 'seem' i think we haven't found any problem or bug.

Thanks you in advance for your answer,
Alexis

--

Alexis MICHON                  CNRS, France
IBCP, Institut de Biologie et Chimie des Proteines
Mail : alexis.michon@ibcp.fr
Tel : 04.72.72.26.46
#24 worksforme SGE support broken ramonb bastiaans
Description
After going through the instructions, I attempted to execute
jobmond.py. When I did that, I received the following error message:
cluster1:/usr/local/sbin # /usr/local/sbin/jobmond.py -c /etc/jobmond.conf
Traceback (most recent call last):
 File "/usr/local/sbin/jobmond.py", line 814, in ?
   main()
 File "/usr/local/sbin/jobmond.py", line 807, in main
   gather.daemon()
UnboundLocalError: local variable 'gather' referenced before assignment

An examination of the code reveals that the SGE data gathering code
was commented out on line 792. Uncommenting it had the following
effect:
cluster1:/usr/local/sbin # /usr/local/sbin/jobmond.py -c /etc/jobmond.conf
 File "/usr/local/sbin/jobmond.py", line 797
   debug_msg( 0, "fatal error: BATCH_API set to 'sge' but python
module 'sge_drmaa' is not installed' )

                               ^
SyntaxError: EOL while scanning single-quoted string

Commenting out everything but "gather = SgeDataGatherer()" gave me the
following error:
cluster1:/usr/local/sbin # /usr/local/sbin/jobmond.py -c /etc/jobmond.conf
Traceback (most recent call last):
 File "/usr/local/sbin/jobmond.py", line 814, in ?
   main()
 File "/usr/local/sbin/jobmond.py", line 800, in main
   gather = SgeDataGatherer()
 File "/usr/local/sbin/jobmond.py", line 419, in __init__
   self.initSgeJobInfo()
 File "/usr/local/sbin/jobmond.py", line 426, in initSgeJobInfo
   self.qstatparser = SgeQstatXMLParser( SGE_QSTAT_XML_FILE )
NameError: global name 'SGE_QSTAT_XML_FILE' is not defined

At this point, I decided to search my systems for references to drmaa.
I saw several references to C++ example and header files related to
it. Is the sge_drmaa module supposed to be provided by Job Monarch or
Sun Grid Engine? 
Note: See TracQuery for help on using queries.