Changes between Version 33 and Version 34 of MigrationTo30

Show
Ignore:
Timestamp:
05/20/13 14:33:30 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationTo30

    v33 v34  
    102102:%s/\/opt\/plgrid\/qcg\/lib\/qcg-comp\/modules\/python/\/usr\/lib64\/qcg-comp\/modules\/python/g 
    103103}}} 
    104 * you may want to edit the `/etc/sysconfig/qcg-compd` and remove all `export` keywords (there are not needed anymore) and leave just key=value pairs 
     104* you may want to edit the `/etc/sysconfig/qcg-compd` and remove all `export` keywords (there are not needed anymore) and leave just key=value pairs, e.g: 
     105{{{ 
     106DRMAA_LOG_LEVEL=INFO 
     107QCG_AR_MAUI_PARTITION=qcg 
     108MAUI_SCHEDULING_INTERVAL=120 
     109}}} 
     110instead of 
     111{{{ 
     112export DRMAA_LOG_LEVEL=INFO 
     113export QCG_AR_MAUI_PARTITION="qcg" 
     114export MAUI_SCHEDULING_INTERVAL=120 
     115}}} 
    105116* now you are ready to start the service 
    106117{{{