rpms/torque/FC-5 README-localhost,NONE,1.1

Garrick Staples (garrick) fedora-extras-commits at redhat.com
Thu Jun 22 21:52:03 UTC 2006


Author: garrick

Update of /cvs/extras/rpms/torque/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3304

Added Files:
	README-localhost 
Log Message:
Docs for a simple localhost-only setup



--- NEW FILE README-localhost ---
To setup a basic single-node localhost-only batch system, install the
torque-server, torque-mom, and torque-scheduler packages, and do something like
this:

/sbin/chkconfig pbs_mom on
/sbin/chkconfig pbs_server on
/sbin/chkconfig pbs_sched on
/bin/hostname --long > %{torquehomedir}/server_priv/nodes
/bin/hostname --long > %{torquehomedir}/server_name
service pbs_server start
qmgr -c "s s scheduling=true"
qmgr -c "c q batch queue_type=execution"
qmgr -c "s q batch started=true"
qmgr -c "s q batch enabled=true"
qmgr -c "s q batch resources_default.nodes=1"
qmgr -c "s q batch resources_default.walltime=3600"
qmgr -c "s s default_queue=batch"
service pbs_mom restart
service pbs_sched restart





More information about the scm-commits mailing list