Changes between Version 10 and Version 11 of GCCluster


Ignore:
Timestamp:
2012-10-09T16:01:23+02:00 (12 years ago)
Author:
Pieter Neerincx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GCCluster

    v10 v11  
    197197
    198198Both the Torque and Maui source downloads contain a contrib folder with /etc/init.d/ scripts to start/stop the daemons:
    199  * /etc/init.d/[[attachment:suse.pbs_server|pbs_server]]
    200  * /etc/init.d/[[attachment:suse.maui|maui]]
    201  * /etc/init.d/[[attachment:suse.pbs_mom|pbs_mom]]
     199 * /etc/init.d/pbs_server  [[attachment:suse.pbs_server|SuSE flavor]] | [[attachment:redhat.pbs_server|Redhat/CentOS/Fedora flavor]]
     200 * /etc/init.d/maui        [[attachment:suse.maui|SuSE flavor]] | [[attachment:redhat.maui|Redhat/CentOS/Fedora flavor]]
     201 * /etc/init.d/pbs_mom     [[attachment:suse.pbs_mom|SuSE flavor]]
    202202We use versions patched for:
    203203* The location where the daemons are installed.
    204204* The run levels at which the daemons should be started or stopped.
    205205* Dependencies: GPFS is explicitly defined as service required for starting/stopping the Torque and Maui daemons.
     206* Make sure to check whether your scheduler runs on a SuSE or Redhat/CentOS/Fedora VM
    206207
    207208To install:
     
    209210On scheduler[01|02] as root:
    210211{{{
    211 $> cp suse.pbs_server /etc/init.d/pbs_server; chkconfig -a pbs_server; service pbs_server status
    212 $> cp suse.maui       /etc/init.d/maui;       chkconfig -a maui;       service maui status
     212$> cp *.pbs_server /etc/init.d/pbs_server; chkconfig --add pbs_server; service pbs_server status
     213$> cp *.maui       /etc/init.d/maui;       chkconfig --add maui;       service maui status
    213214}}}
    214215
    215216On targetgcc![01-10] as root:
    216217{{{
    217 $> cp suse.pbs_mom    /etc/init.d/pbs_mom;    chkconfig -a pbs_mom;    service pbs_mom status
     218$> cp *.pbs_mom    /etc/init.d/pbs_mom;    chkconfig --add pbs_mom;    service pbs_mom status
    218219}}}
    219220