Changes between Version 115 and Version 116 of client_installation_guide_rpm
- Timestamp:
- 04/11/13 15:37:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
client_installation_guide_rpm
v115 v116 267 267 For 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 requires the data to be accessible via GridFTP server. The GridFTP server can be installed on the client machine or it can be any GridFTP server having access to the data on client machine. The simplest and the most popular solution is to mount the same shared network file system on both machines. The mount point must be exact the same. Paths to data have to be exactly the same on both machines. 268 268 269 270 * install grid-ftp server using YUM Package Manager: 271 {{{ 272 #!div style="font-size: 90%" 273 {{{#!sh 274 yum install qcg-dep-gridftp-server 275 }}} 276 }}} 269 * install grid-ftp server using the YUM Package Manager: 270 {{{ 271 #!div style="font-size: 90%" 272 {{{#!sh 273 yum install globus-gridftp-server-progs.x86_64 274 }}} 275 }}} 276 277 '''IMPORTANT:''' If the YUM did not find the package, please make sure that the system is configured to use EPEL (Extra Packages for Enterprise Linux) repository. 278 * The configuration can be done by installation of yum-conf-epel.noarch package using the YUM Package Manager. 279 {{{ 280 #!div style="font-size: 90%" 281 {{{#!sh 282 yum install yum-conf-epel.noarch 283 }}} 284 }}} 285 277 286 278 287 The grid-ftp server requires the X.509 certificate and key to be present in the following locations … … 308 317 }}} 309 318 319 * If needed please install the xinetd tool first 320 {{{ 321 #!div style="font-size: 90%" 322 {{{#!sh 323 yum install xinetd.x86_64 324 }}} 325 }}} 326 310 327 IMPORTANT: Do not forget to start or reload xinetd service. 311 328 {{{