diff options
author | makc <makc@FreeBSD.org> | 2010-03-15 00:51:25 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-03-15 00:51:25 +0800 |
commit | 97a355d6337732720736dfe7e9c148301a39d3ab (patch) | |
tree | cba52c7713b7c8b0f38fc9288955eaa4fb65c982 /sysutils/torque/files | |
parent | 308893abae64c26d78927f1c40740f4ac67aa9d1 (diff) | |
download | freebsd-ports-gnome-97a355d6337732720736dfe7e9c148301a39d3ab.tar.gz freebsd-ports-gnome-97a355d6337732720736dfe7e9c148301a39d3ab.tar.zst freebsd-ports-gnome-97a355d6337732720736dfe7e9c148301a39d3ab.zip |
Update to 2.4.6
PR: ports/144142
Submitted by: Jason Bacon (maintainer)
Diffstat (limited to 'sysutils/torque/files')
-rw-r--r-- | sysutils/torque/files/pkg-message.in | 67 |
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/ -*************************************************************** +****************************************************************************** |