3.0.2 PPS Update 25
Release date: 03.04.2007
Patches
The following patches are included in the release:
No |
Description |
Priority |
915 |
Voms update to 1.7 branch |
Normal |
1052 |
Fix reading LB super-users file |
Normal |
1066 |
yaim 3.0.1-10 |
Normal |
1088 |
Removal of incorrect myproxy deps in glite-SE* metapackages |
Normal |
1101 |
GFAL 1.9.0-2/lcg_utils 1.5.1-1 |
Normal |
Affected metapackages
- glite-BDII
- glite-CE
- glite-FTA_mysql
- glite-FTA_oracle
- glite-FTS_mysql
- glite-FTS_oracle
- glite-LB
- glite-LFC_mysql
- glite-LFC_oracle
- glite-MON
- glite-MON_e2emonit
- glite-PX
- glite-SE_classic
- glite-SE_dcache_pool
- glite-SE_dcache_admin_gdbm
- glite-SE_dcache_admin_postgres
- glite-SE_dpm_disk
- glite-SE_dpm_mysql
- glite-SE_dpm_oracle
- glite-UI
- glite-VOBOX
- glite-VOMS_mysql
- glite-VOMS_oracle
- glite-WMS
- glite-WMSLB
- glite-WN
- lcg-CE
- lcg-CE_torque
- lcg-RB
Metapackages to be reconfigured
- glite-WMS
- glite-LB
- glite-WMSLB
Metapackages to be restarted
- glite-CE
- glite-FTA_mysql
- glite-FTA_oracle
- glite-FTS_mysql
- glite-FTS_oracle
- glite-LB
- glite-LFC_mysql
- glite-LFC_oracle
- glite-SE_classic
- glite-SE_dpm_disk
- glite-SE_dpm_mysql
- glite-SE_dpm_oracle
- glite-VOBOX
- glite-VOMS_mysql
- glite-VOMS_oracle
- glite-WMS
- glite-WMSLB
- glite-WN
- lcg-CE
- lcg-CE_torque
- lcg-RB
Additionally added Metapackages from production released as 3.0.2 Update 19
- glite-SE_dcache_admin_gdbm 3.0.0-1
- glite-SE_dcache_admin_postgres 3.0.0-1
- glite-SE_dcache_pool 3.0.0-1
- glite-UI 3.0.14-0
- glite-VOBOX 3.0.17-1
- glite-WN 3.0.15-2
For more details, please have a look at the
release update page
.
Tarballs for UI and WN
As of PPS release 3.0.2 Update 25 (2007-03-26) the tarball contains YAIM 3.0.1.
The installation procedure has slightly changed. Please read the instructions on
https://twiki.cern.ch/twiki/bin/view/LCG/TarUIInstall.
Additional notes
3.1 WN for SL4 released
The PPS release of the gLite 3.1 WN for SL4 is now available. This represents the natively compiled binaries for SL4. It is described on
the following page:
https://twiki.cern.ch/twiki/bin/view/EGEE/Glite31WNPPS
Please note in particular the advice on publishing your installation to the Information System.
Known issues for yaim
There is a known bug which causes the failure of yaim 3.0.1 when a new format of GLOBUS_TCP_PORT_RANGE (needed for the new globus) is used. This may happen when the site normally running on gLite 3.0 installs SL4 WNs and they use the same site-info.def file. The
YAIM2gLiteConvertor.py
fails with following output:
......................
Executing config_glite_ce
Skipping file vo-list.cfg.xml
Skipping file glite-rgma-servicetool-externalServices.cfg.xml
Traceback (most recent call last):
File "/opt/glite/yaim/functions/../libexec/YAIM2gLiteConvertor.py",
line 504, in ?
environ['condor.HIGHPORT'] =\
IndexError: list index out of range
gLite configuration script has returned nonzero return code
/opt/glite/yaim/bin/../scripts/configure_node: line 18:
/glite-ce-config.py: No such file or directory gLite configuration script has returned nonzero return code
/opt/glite/yaim/bin/../scripts/configure_node: line 18:
/glite-ce-config.py: No such file or directory gLite configuration script has returned nonzero return code Executing config_gip
........................
The only currently known workaround is to use two site-info.def files.
One with the new format of the GLOBUS_TCP_PORT_RANGE for SLC4 worker nodes and one with the old format for the rest of the site.
New format:
GLOBUS_TCP_PORT_RANGE="20000,25000"
Old format:
GLOBUS_TCP_PORT_RANGE="20000 25000"
--
JoachimFlammer - 02 Apr 2007