Changes between Version 1 and Version 2 of installation_QCG_BES_AR

Show
Ignore:
Timestamp:
05/16/11 11:59:34 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_BES_AR

    v1 v2  
    10103. unixODBC >= 2.2.0 
    11114. Python >= 2.4  
    12 5. [http://activemq.apache.org/cms/ ActiveMQ-CPP] >= 3.0.1 (optional - needed only for [http://www.plgrid.pl/en PL-Grid] BAT accounting module) 
     125. [http://activemq.apache.org/cms/ActiveMQ-CPP] >= 3.0.1 (optional - needed only for [http://www.plgrid.pl/en PL-Grid] BAT accounting module) 
    1313 
    1414'''Note:''' If you are installing the libraries from binary packages check if those libraries were installed in '''devel''' versions (i.e. with headers files). 
     
    3535* DRMAA library can be obtained from the [http://sourceforge.net/projects/pbspro-drmaa/ PBS DRMAA sourceforge project]. After installation, as described in the library README file, you need either to: 
    3636 * configure Torque to keep information about completed jobs (e.g.: by setting: qmgr -c 'set server keep_completed = 60'). 
    37  * configure the DRMAA library to use Torque logs.  
    38  
    39 Sample configuration file of the DRMAA library (/etc/pbs_drmaa.conf): 
    40  
     37 * configure the DRMAA library to use Torque logs. Sample configuration file of the DRMAA library (/etc/pbs_drmaa.conf): 
    4138{{{ 
    42 #!div style="font-size: 80%; background: #ffe" 
    43    
     39#!div style="font-size: 90%" 
    4440{{{#!default 
    4541  # pbs_drmaa.conf - Sample pbs_drmaa configuration file. 
     
    5046  hello = lambda: "world" 
    5147  }}} 
    52  
    5348}}} 
    54  
    5549   
    5650* Instead of  ARES library a Python module (installed by default with SMOA Computing) is used. Thus to make Advance Reservation  capabilities accessible via SMOA Computing you will need Python interpreter (version 2.4 at least) together with the  python library for XML processing (''lxml'' or ''elementtree''). 
    5751 
    58 =Installation= 
     52= Installation = 
    5953== SMOA Core library == 
    60 [http://fury.man.poznan.pl/smoa-downloads/smoa-core/smoa-core-latest.tar.gz SMOA Core] is an utility and interoperability layer for the all SMOA services (SMOA Computing and SMOA Notification in particular). As the GSI (Grid Security Infrastructure) is used to secure the transport layer you must compile the SMOA Core library with GSI support. After successful [[gridFTP]] installation (we recommend to use version 4.2.x of Globus Toolkit) all you need to do is to check if the <tt>GLOBUS_LOCATION</tt> environment variable is set correctly (and the <code>$GLOBUS_LOCATION/etc/globus-user-env.sh</code> file sourced). You must also choose globus flavor that you wish to compile with (e.g. <code>gcc64dbg</code> for a 64bit machine or <code>gcc32dbg</code> if you are installing the SMOA Core on a 32bit machine): 
     54[http://fury.man.poznan.pl/smoa-downloads/smoa-core/smoa-core-latest.tar.gz SMOA Core] is an utility and interoperability layer for the all SMOA services (SMOA Computing and SMOA Notification in particular). As the GSI (Grid Security Infrastructure) is used to secure the transport layer you must compile the SMOA Core library with GSI support. After successful [[gridFTP]] installation (we recommend to use version 4.2.x of Globus Toolkit) all you need to do is to check if the `GLOBUS_LOCATION` environment variable is set correctly (and the `$GLOBUS_LOCATION/etc/globus-user-env.sh` file sourced). You must also choose globus flavor that you wish to compile with (e.g. `gcc64dbg` for a 64bit machine or `gcc32dbg` if you are installing the SMOA Core on a 32bit machine): 
    6155 
    6256 $ . $GLOBUS_LOCATION/etc/globus-user-env.sh