Changes between Initial Version and Version 1 of MigrationTo30

Show
Ignore:
Timestamp:
05/04/13 09:56:55 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationTo30

    v1 v1  
     1Version 3.0.0 of the QCG-Computing service introduced some major changes in files and configuration layout, namely: 
     2 * the layout of the directories adheres now general packages guidances, i.e. service is not installed anymore in `/opt/plgrid` but in standard paths (whit a few minor exceptions): 
     3   * configuration is now stored in `/etc/qcg/qcg-comp/`, 
     4   * logs can be found in `/var/log/qcg/qcg-comp/`, 
     5   * the service and client binaries can be found in `/usr/sbin/` and `/usr/bin` respectively. 
     6 * the 5.X Globus packages from EPEL/IGE repository are used (instead of providing it qcg-dep packaged), 
     7 * the service can use the host certificate and key from standard location (i.e. /etc/grid-security), 
     8 * the service can listen on standard 443 (HTTPs port). 
     9 This guide aims to help with migration from 2.X version. 
     10 
     11= Stop the services = 
     12{{{ 
     13/etc/init.d/qcg-compd stop 
     14/etc/init.d/qcg-ntfd stop 
     15}}} 
     16= Update the qcg-comp packges = 
     17{{{ 
     18yum clean all 
     19yum update qcg-comp qcg-comp-client 
     20}}}