Changes between Version 31 and Version 32 of client_installation_guide_rpm

Show
Ignore:
Timestamp:
10/02/12 08:34:08 (12 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_installation_guide_rpm

    v31 v32  
    88 All packages required by QCG-Broker client will be automatically installed by YUM during the installation of qcg-broker-client package. 
    99 * '''Java (>= 1.5)'''\\ 
     10* '''The X.509 certificate and key (signed by the Polish Grid CA''' 
     11 The certificate is needed in case when the dedicated gridFTP service is installed for the QCG client. 
    1012* '''trusted CA certificates''' 
    1113 To enable secure communication between client and QCG-Broker service set of trusted CA certificates must be copied either into the `/etc/grid-security/certificates` directory or configured for every user. 
     
    9395 
    9496= Installation = 
    95 The package is designed for Scientific Linux 5.x (recommended and tested version is 5.5). 
     97The packages are designed for Scientific Linux 5.x 
    9698The installation process requires root privileges. 
    9799 
     100== Software repository == 
    98101* Install PL-Grid or/and QCG repositories: 
    99102 * Official PL-Grid repository 
     
    117120}}} 
    118121}}} 
     122 
     123== gridFTP service == 
     124For the user convenience QCG client is able to stage in input data accessible from the host where it is installed and also to stage out output data there. The functionality require the data to be accessible via gridFTP service. The gridFTP service can be installed on the client machine or it can be any gridFTP service having access to the data on client machine. 
     125 
     126* install grid-ftp server using YUM Package Manager: 
     127{{{ 
     128#!div style="font-size: 90%" 
     129{{{#!sh 
     130yum install qcg-dep-gridftp-server 
     131}}} 
     132}}} 
     133 
     134* configuation of grid-ftp server 
     135 
     136The grid-ftp server requires the X.509 certificate and key to be present in following locations 
     137* ''/etc/grid-security/hostcert.pem'' 
     138* ''/etc/grid-security/hostkey.pem'' 
     139 
    119140* install QCG-Broker client using YUM Package Manager: 
    120141{{{