Changes between Initial Version and Version 1 of Documentation/Usage


Ignore:
Timestamp:
12/06/06 16:52:47 (17 years ago)
Author:
bastiaans
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Usage

    v1 v1  
     1= Usage =
     2
     3== jobmond ==
     4
     5The Job Monitor has to be run on a machine that is allowed to
     6query the PBS/Torque server.
     7Make sure that if you have 'acl_hosts' enabled on your PBS/Torque
     8server that jobmond's machine is in it.
     9
     101. Start the Job Monitor:
     11{{{
     12/usr/local/sbin/jobmond.py -c /etc/jobmond.conf
     13}}}
     14
     15== jobarchived ==
     16
     171. Start the Job Archiver:
     18{{{
     19/usr/local/sbin/jobarchived.py -c /etc/jobarchived.conf
     20}}}
     21
     22== web ==
     23
     24Doesn't require you to (re)start anything.
     25( make sure the Postgres database is running though )