Changes between Version 29 and Version 30 of InstallationGuide

Show
Ignore:
Timestamp:
07/06/13 20:18:19 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v29 v30  
    388388As root type: 
    389389{{{ 
    390 #!div style="font-size: 90%" 
    391 {{{#!sh 
    392390/etc/init.d/qcg-compd start 
    393391}}} 
    394 }}} 
    395392 
    396393The service logs can be found in: 
    397394{{{ 
    398 #!div style="font-size: 90%" 
    399 {{{#!sh 
    400 /opt/plgrid/var/log/qcg-comp/qcg-comp.log 
    401 }}} 
    402 }}} 
    403  
    404 The service assumes that the following commands are in the standard search path: 
    405 * `pbsnodes` 
    406 * `showres` 
    407 * `setres` 
    408 * `releaseres` 
    409 * `checknode` 
    410 If any of the above commands is not installed in a standard location (e.g. `/usr/bin`) you may need to edit the `/opt/plgrid/qcg/etc/qcg-comp/sysconfig/qcg-compd` file and set the `PATH` variable appropriately, e.g.: 
    411 {{{ 
    412 #!div style="font-size: 90%" 
    413 {{{#!sh 
    414 # INIT_WAIT=5 
    415 # 
    416 # DRM specific options 
    417   
    418 export PATH=$PATH:/opt/maui/bin 
    419 }}} 
    420 }}} 
    421  
    422  
    423 If you compiled DRMAA with logging switched on you can set there also DRMAA logging level: 
     395/var/log/qcg/qcg-comp/qcg-comp.log 
     396}}} 
     397 
     398If you compiled DRMAA with logging switched on you can set there also DRMAA logging level TODO: 
    424399{{{ 
    425400#!div style="font-size: 90%"