source: branches/2.4/torque.templates @ 82

Last change on this file since 82 was 45, checked in by bas, 14 years ago

reverting back to old installation with one single package

File size: 2.6 KB
Line 
1Template: torque/disclaimer
2Type: note
3Description: This debconf isn't fully functional.
4 We currently do not provide full-featured torque configuration via debconf.
5 We just care about /etc/default/torque to define which daemons to start.
6 .
7 Use qmgr or the files in /var/spool/torque for everything else.
8
9Template: torque/daemon_list
10Type: multiselect
11Choices: pbs_server, pbs_mom, pbs_sched
12Default: pbs_mom
13Description: Which daemons should be run on this node?
14 You can define which daemons should be started on this node. Normally, the
15 master node has to run at least pbs_server and pbs_sched (unless replaced by
16 Maui), whereas computation nodes usually only run pbs_mom (the Torque client)
17
18Template: torque/server_name
19Type: string
20Default: localhost
21Description: Please enter FQDN of your Torque server
22 Please enter the FQDN (with domain) of your Torque server. This is value will
23 be stored in /var/spool/torque/server_name.
24 .
25 Don't modify this file by hand, it will be overwritten anytime you upgrade
26 this package. Use "dpkg-reconfigure -p high torque" instead.
27
28Template: torque/pbs_mom_opts
29Type: string
30Description: Please enter the options to be passed to pbs_mom
31 Please enter the commandline options for pbs_mom. You can usually leave it
32 empty.
33 .
34 The value will be stored in /etc/default/torque.
35 .
36 Don't modify this file by hand, it will be overwritten anytime you upgrade
37 this package. Use "dpkg-reconfigure -p medium torque" instead.
38
39Template: torque/pbs_mom_restart_opts
40Type: string
41Description: Please enter the options to be passed to pbs_mom when it restarts
42 Please enter the commandline options when pbs_mom restarts. You can use
43 -r (delete the jobs) or -p (leave jobs running)
44 .
45 The value will be stored in /etc/default/torque.
46 .
47 Don't modify this file by hand, it will be overwritten anytime you upgrade
48 this package. Use "dpkg-reconfigure -p medium torque" instead.
49
50Template: torque/pbs_sched_opts
51Type: string
52Description: Please enter the options to be passed to pbs_sched
53 Please enter the commandline options for pbs_sched. You can usually leave it
54 empty.
55 .
56 The value will be stored in /etc/default/torque.
57 .
58 Don't modify this file by hand, it will be overwritten anytime you upgrade
59 this package. Use "dpkg-reconfigure -p medium torque" instead.
60
61Template: torque/pbs_server_opts
62Type: string
63Default: -a t
64Description: Please enter the options to be passed to pbs_server
65 Please enter the commandline options for pbs_server.
66 The default is "-a t"
67 .
68 The value will be stored in /etc/default/torque.
69 .
70 Don't modify this file by hand, it will be overwritten anytime you upgrade
71 this package. Use "dpkg-reconfigure -p medium torque" instead.
Note: See TracBrowser for help on using the repository browser.