Changes between Version 3 and Version 4 of Development/Scrum/QWG-EMI1
- Timestamp:
- Jun 27, 2012, 6:44:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Scrum/QWG-EMI1
v3 v4 27 27 (1 machine for both CREAM and Torque/Maui) and in the "two servers 28 28 mode" (1 machine Torque/Maui + 1 machine CREAM). The only working 29 configuration - among those which I have tested -is29 configuration, among those which I have tested, is 30 30 31 31 EMI-1 CREAM/WN + Torque server/client 2.5.7m + Maui server 2.3.6p21 … … 33 33 The concerned templates are the following: 34 34 35 + cfg/grid/emi-1/glite/cream_ce/* for setup of cream 36 37 + cfg/grid/emi-1/common/torque2/* for setup of torque 38 39 + cfg/grid/emi-1/common/maui/* for setup of maui 40 41 + cfg/grid/emi-1/common/blparser/* for setup of blparser 42 43 + cfg/grid/emi-1/glite/wn/* for setup of WN 44 45 + cfg/grid/emi-1/common/gip/* for setup of gip (not working, see below) 46 47 + cfg/grid/emi-1/common/gridftp/* for setup of gridftp 35 {{{ 36 cfg/grid/emi-1/glite/cream_ce/* 37 cfg/grid/emi-1/common/torque2/* 38 cfg/grid/emi-1/common/maui/* 39 cfg/grid/emi-1/common/blparser/* 40 + cfg/grid/emi-1/glite/wn/* 41 + cfg/grid/emi-1/common/gip/* 42 + cfg/grid/emi-1/common/gridftp/* 43 }}} 48 44 49 45 There are still several open problems or non-optimal soultions that 50 46 should be improved (normally marked as TO_BE_FIXED in the templates) 51 47 52 +GIP2 and lcgndii components has not been fixed and many old configurations simply do not work. So, for the moment the resource BDII is broken.48 * GIP2 and lcgndii components has not been fixed and many old configurations simply do not work. So, for the moment the resource BDII is broken. 53 49 54 +bad hack to set the good torque server parameters to allow submission from the CREAM CE50 * bad hack to set the good torque server parameters to allow submission from the CREAM CE 55 51 56 52 in cfg/grid/emi-1/common/torque2/server/config.tpl … … 60 56 pbsserver conmponent is required. 61 57 62 +as it is given by the rpm the init script of the blparser requires58 * as it is given by the rpm the init script of the blparser requires 63 59 the grid env to be already set. Thus, at reboot, the daemon does not 64 60 find the correct env and does not start. Fixed by overwriting … … 71 67 cfg/grid/emi-1/common/blparser/config.tpl 72 68 73 +the part denoted as "Configure minimal Globus environment as it is required by 'lcg-tags --ce'" in69 * the part denoted as "Configure minimal Globus environment as it is required by 'lcg-tags --ce'" in 74 70 75 71 cfg/grid/emi-1/common/gridftp/service.tpl … … 78 74 79 75 80 +some weird rpm inclusion are required in the cream_ce rpm profile76 * some weird rpm inclusion are required in the cream_ce rpm profile 81 77 82 78 cfg/grid/emi-1/glite/cream_ce/rpms/x86_64/config.tpl … … 86 82 "/software/packages"=pkg_repl("java-1.6.0-openjdk","1.6.0.0-1.11.b16.el5","x86_64"); 87 83 88 +some reconfigurations (see below [1]) have all been grouped at the beginning of84 * some reconfigurations (see below [1]) have all been grouped at the beginning of 89 85 90 86 cfg/grid/emi-1/glite/cream_ce/config.tpl … … 92 88 which is probably not the best place where to put them 93 89 94 +commented the line90 * commented the line 95 91 96 92 include { if ( CREAM_HOMEDIR_CLEANUP ) 'lcg/ce/cleanup-accounts' }; … … 102 98 as it was not compiling. Should check further. 103 99 104 +some of the rpm included in100 * some of the rpm included in 105 101 106 102 cfg/grid/emi-1/glite/wn/rpms/x86_64/config.tpl … … 109 105 is the good place to include them. 110 106 111 +workaround by Fred for globuscfg component failure in EMI (some features are now useless).107 * workaround by Fred for globuscfg component failure in EMI (some features are now useless). 112 108 At the beginning of: 113 109 cfg/grid/emi-1/glite/wn/service.tpl 114 110 115 +EMI_LOCATION* variables defined at the beginning of111 * EMI_LOCATION* variables defined at the beginning of 116 112 117 113 cfg/grid/emi-1/machine-types/ce.tpl … … 119 115 probably not the good place 120 116 121 +had to remove some 32bit packages explicitly in the machine profile/117 * had to remove some 32bit packages explicitly in the machine profile/ 122 118 See list below [3] 123 119