User Tools

Site Tools


administration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
administration [2008/01/29 12:16] damiradministration [2013/01/26 21:09] damir
Line 1: Line 1:
-[[:torque-maui|Torque / Maui]] +====== HowTo ====== 
-[[:Apache https|Apache https config]] +  * Torque / Maui 
- +    * [[administration:torque-maui|Installation]] 
-==== Torque/Maui ==== +    * [[administration:torque-maui-config|Configuration]] 
-=== server === +  [[administration:apache-https|Apache https config]
-Both the pbs server and maui scheduler are installed on licossrv4.  +  [[administration:afp|Afp support for Linux Server]
-== torque == +  * [[administration:system-mirror|move /root on raid software]] 
-Torque is installed from rpm: +  * [[administration:cuda|install cuda sdk]] 
-<code> +  * [[administration:xforwarding|minimal x11 forwarding with ssh]] 
-$ yum install torque-docs torque-mom torque-server libtorque-devel +  * [[administration:ldap|ldap configs ]]
-$ echo "licossrv4.epfl.ch" > /var/torque/server_name +
-$ /etc/init.d/pbs_server start +
-$ qmgr -c 'create queue batch' +
-$ qmgr -c 'set queue batch queue_type = Execution' +
-$ qmgr -c 'set queue batch started = True' +
-$ qmgr -c 'set queue batch enabled = True' +
-$ qmgr -c 'set server default_queue = batch' +
-$ qmgr -c 'set server resources_default.nodes = 1' +
-$ qmgr -c 'set server scheduling = True' +
-</code> +
- +
-== maui == +
-Maui is installed from source with the following commands: +
-<code> +
-./configure --with-pbs=/usr --prefix=/usr/local +
-make +
-make install +
-</code> +
-The default configuration file is fine except the following lines: +
-<code> +
-SERVERHOST            licossrv4.epfl.ch +
-RMTYPE[0PBS +
-RMHOST[0licossrv4.epfl.ch +
-RMPOST[015001 +
-#RMCFG[LICOSSRV4.EPFL.CHTYPE=PBS@RMNMHOST@ +
-</code> +
-Note the last line is commented! +
- +
-=== clients ( >= fc5 )=== +
-  * add the node to the node list in the server (licossrv4): +
-  <code>  +
-$echo "nodename np=NCPUS property property ..." >> /var/torque/server_priv/nodes +
-</code> +
-where //nodename// is the hostname (without the domain name), and //property// can be any word like "matlab", "64bit", "superfast" that indicates property of the compute node that can be requested by the user with for example ''qsub -l nodes=1:superfast''. +
-  * install the pbs_mom on the client +
-  <code> +
-$ yum install torque-mom +
-$ yum install torque-client +
-$ echo "licossrv4.epfl.ch" > /var/torque/server_name +
-$ echo "$pbsserver licossrv4.epfl.ch" > /var/torque/mom_priv/config +
-$ /etc/init.d/pbs_mom start +
-</code>+
administration.txt · Last modified: 2023/08/20 21:18 by admin