Changes between Version 4 and Version 5 of Development/Scrum/QWG-EMI1
- Timestamp:
- Jun 27, 2012, 6:46:42 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Scrum/QWG-EMI1
v4 v5 38 38 cfg/grid/emi-1/common/maui/* 39 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/*40 cfg/grid/emi-1/glite/wn/* 41 cfg/grid/emi-1/common/gip/* 42 cfg/grid/emi-1/common/gridftp/* 43 43 }}} 44 44 … … 46 46 should be improved (normally marked as TO_BE_FIXED in the templates) 47 47 48 * GIP2 and lcg ndii 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 lcgbdii components has not been fixed and many old configurations simply do not work. So, for the moment the resource BDII is broken. 49 49 50 50 * bad hack to set the good torque server parameters to allow submission from the CREAM CE 51 51 52 in cfg/grid/emi-1/common/torque2/server/config.tpl52 in {{{ cfg/grid/emi-1/common/torque2/server/config.tpl }}} 53 53 54 54 the "server authorized_users" is set by a script which invokes qmgr 55 55 and is created by filecopy. To remove this hack a change in the 56 pbsserver co nmponent is required.56 pbsserver component is required. 57 57 58 58 * as it is given by the rpm the init script of the blparser requires … … 60 60 find the correct env and does not start. Fixed by overwriting 61 61 62 /etc/init.d/glite-ce-blparser62 {{{/etc/init.d/glite-ce-blparser}}} 63 63 64 64 with filecopy. This solution is not optimal and should be reviewd.