]> git.pld-linux.org Git - packages/dqs.git/blob - dqs-PLD-dqs.h
- Lots of changes.
[packages/dqs.git] / dqs-PLD-dqs.h
1 #define STATIC_CONFIGURATION      FALSE
2 #define CONF_FILE                 "/etc/dqs/conf_file"
3 #define RESOLVE_FILE              "/etc/dqs/resolve_file"
4 #define KEY_FILE                  "/etc/dqs/key_file"
5 #define AFS                       FALSE
6 #define ERR_FILE                  "/var/log/dqs/err_file"
7 #define LOG_FILE                  "/var/log/dqs/log_file"
8 #define QMASTER_SPOOL_DIR         "/var/spool/dqs"
9 #define EXECD_SPOOL_DIR           "/var/spool/dqs"
10 #define DEFAULT_CELL              ""
11 #define RESERVED_PORT             TRUE
12 #define DQS_EXECD_SERVICE         "dqs33_dqs_execd"
13 #define QMASTER_SERVICE           "dqs33_qmaster"
14 #define INTERCELL_SERVICE         "dqs33_dqs_intercell"
15 #define KLOG                      "/usr/local/bin/klog"
16 #define REAUTH_TIME               60
17 #define MAILER                    "/bin/mail"
18 #define DQS_BIN                   "/usr/bin"
19 #define ADMINISTRATOR             "postmaster@localhost"
20 #define DEFAULT_ACCOUNT           "GENERAL"
21 #define DEFAULT_HOST              "NONE"
22 #define LOGMAIL                   FALSE
23 #define DEFAULT_RERUN             FALSE
24 #define DEFAULT_SORT_SEQ_NO       FALSE
25 #define SYNC_IO                   FALSE
26 #define USER_ACCESS               ACCESS_FREE
27 #define LOGFACILITY               LOG_VIA_COMBO
28 #define LOGLEVEL                  LOG_INFO
29 #define MIN_UID                   1000
30 #define MIN_GID                   1000
31 #define MAXUJOBS                  100
32 #define OUTPUT_HANDLING           LEAVE_OUTPUT_FILES
33 #define ADDON_SCRIPT              NONE
34 #define ADDON_INFO                NONE
35 #define LOAD_LOG_TIME             30
36 #define STAT_LOG_TIME             600
37 #define SCHEDULE_TIME             60
38 #define MAX_UNHEARD               90
39 #define ALARMS                    3
40 #define ALARMM                    3
41 #define ALARML                    3
42 #define MAIL_HAS_SUBJ_LINE        TRUE
43 #define DEFAULT_MANAGER           "root"
44 #define PVM_ROOT                  ""
45 #ifdef SUN
46 #define volatile
47 #define labs abs
48 #endif
49 #define SLAVE_LOOP_TIME                 "200"
50 #define LINK_FILE_PATH                  ""
51 #define COPY_FILE_DELAY                 "300"
52 /* To use the link strategy you must ensure, that                  */
53 /* (1) a file with the value of TMP_LINK_OUTPUT_FILES exists in    */
54 /*     the directory EXECD_SPOOL_DIR and contains the required     */
55  /*     global path to the directory EXECD_SPOOL_DIR/local.         */
56  /*     To be able to access this directory from any node via       */
57  /*     NFS/AFS it is referenced using the contents of the file     */
58  /*              EXECD_SPOOL_DIR/TMP_LINK_OUTPUT_FILES              */
59  /*     as the head of the pathname. For example:                   */
60  /*       We use the NFS automounter and have any EXECD_SPOOL_DIR   */
61  /*       imported as /import/dqs_execd_spool.<hostname> where      */
62  /*       hostname is the name of the involved worker node.         */
63  /*       So we created on the worker node 'rznb1' a file           */
64  /*           EXECD_SPOOL_DIR/netpath                               */
65  /*       with the contents                                         */
66  /*           /import/dqs_execd_spool.rznb1                         */
67  /*       and set the above #define to                              */
68  /*           #define TMP_LINK_OUTPUT_FILES 'netpath'               */
69  /* (2) all directories EXECD_SPOOL_DIR are accessible from each    */
70  /*     node a user can place his output files                      */
71  /*-----------------------------------------------------------------*/
This page took 0.034893 seconds and 3 git commands to generate.