aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/torque/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/torque/files')
-rw-r--r--sysutils/torque/files/pkg-message.in67
1 files changed, 48 insertions, 19 deletions
diff --git a/sysutils/torque/files/pkg-message.in b/sysutils/torque/files/pkg-message.in
index 7945b7fd9fff..fb5dd4c16b30 100644
--- a/sysutils/torque/files/pkg-message.in
+++ b/sysutils/torque/files/pkg-message.in
@@ -1,40 +1,69 @@
-***************************************************************
-You can find example configuration in
+******************************************************************************
+You can find an example configuration in
%%PREFIX%%/share/examples/torque/var/spool/torque
-On all machines, both server and computing nodes, copy its
-contents into
+On all machines, both server and computing nodes:
- /var/spool/torque/
+ 1. Run
-and put hostname of the server into
+ cp -Rp %%PREFIX%%/share/examples/torque/var/spool/torque \
+ /var/spool
- /var/spool/torque/server_name
+ 2. Put the hostname of the server into
-On computing nodes, put '$pbsserver ip.address.of.server' into
+ /var/spool/torque/server_name
+
+******************************************************************************
+On computing nodes:
+
+ 1. Put '$pbsserver ip.address.of.server' into
- /var/spool/torque/mom_priv/config
+ /var/spool/torque/mom_priv/config
+
+ 2. Add the following line to /etc/rc.conf:
+
+ pbs_mom_enable="YES"
+
+ This may include the server if you allow it to be used
+ as a computing node as well.
+
+******************************************************************************
+On the server:
+
+ 1. Put hostnames of computing nodes, one per line, into
+
+ /var/spool/torque/server_priv/nodes
+
+ Additional options can be specified for each entry. Consult
+ the torque documentation for details.
+
+ 2. Add the following lines to /etc/rc.conf:
+
+ pbs_server_enable="YES"
+ pbs_sched_enable="YES"
-On server, put hostnames of computing nodes, one per line, into
+ 3. To configure queues, execute
- /var/spool/torque/server_priv/nodes
+ %%PREFIX%%/share/examples/torque/torque.setup <admin>
-On computing nodes, add the following line to /etc/rc.conf:
+ The recommended <admin> user is root.
- pbs_mom_enable="YES"
+******************************************************************************
+After installation is complete on the server and computing nodes:
-On TORQUE server, add the following lines to /etc/rc.conf:
+ 1. Start node services on all computing nodes with:
- pbs_server_enable="YES"
- pbs_sched_enable="YES"
+ %%PREFIX%%/etc/rc.d/pbs_mom restart
-To configure queues on server, execute
+ 2. Start scheduler services on the server with:
- %%PREFIX%%/share/examples/torque/torque.setup <admin>
+ %%PREFIX%%/etc/rc.d/pbs_server restart
+ %%PREFIX%%/etc/rc.d/pbs_sched restart
+******************************************************************************
For further information, see
http://www.clusterresources.com/torquedocs21/
-***************************************************************
+******************************************************************************