JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for LCG-ROLLOUT Archives


LCG-ROLLOUT Archives

LCG-ROLLOUT Archives


LCG-ROLLOUT@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

LCG-ROLLOUT Home

LCG-ROLLOUT Home

LCG-ROLLOUT  2006

LCG-ROLLOUT 2006

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: LCG 2.7 successfully installed on SL 4.3 (x86_64)

From:

Michel Jouvin <[log in to unmask]>

Reply-To:

LHC Computer Grid - Rollout <[log in to unmask]>

Date:

Mon, 12 Jun 2006 18:33:03 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (163 lines)

Hi,

A small update on my previous mail regarding applications on SL 43 64-bit 
WNs (LCG 2.7.0, no time yet to look at gLite 3). We found no new problems 
other than those already mentionned and they are now all solved.

- Biomed : everything has been validated an runs smoothly on SL4

- LHCb : I discussed the issue of python2.2 hardcoded in LHCb requirements 
with Joel Closier this afternoon and it is now solved. I wait for his 
formal feedback but there should be no problem has somebody from LHCb 
already validated that SW is running properly on 64-bit (the main problem 
in fact).

- Atlas : we solved all problems with analysis jobs. This includes 3 lines 
added to CMT requirements to handle properly 64-bit platform and force 
compilation in 32-bit mode (this will be included in future releases, I can 
give the information if needed).

- LFC Python API (reported by Atlas) : this API requires Python 32-bit. But 
on 64-bit Linux, only 64-bit Python is installed. Solution is to install 
python rpm from SL4.3 32-bit (this install only the libraries) and to 
install an additional rpm we build that provides only python binaries but 
with the special name python32.

I can give all RPMs to anybody interested. Quattor QWG templates (last 
version from trunk) are compliant with SL4.3 and require no changes (you 
just need to download the 3 RPMs we  built).

Michel

--On mercredi 31 mai 2006 23:56 +0200 Michel Jouvin <[log in to unmask]> 
wrote:

> Hi,
>
> In case anybody is interested, I managed to successfully installed a
> complete LCG 2.7 WN (and it should probably be the same for UI as
> dependencies are basically the same) on a (Opteron) machine installed
> with SL 4.3 64-bit. It was a requirement for us as our recent
> procurements required SL4.
>
> This was done with our Quattor installation but should work with other
> types of installation. We used unmodified LCG 2.7 RPMs. Our first attempt
> was done with SL 4.2 but tkinter is missing in this version and it seems
> difficult to find a tkinter RPM compatible with the python version in SL
> 4.2. On the other hand, SL 4.3 includes tkinter, thus it is easier.
>
> To have LCG 2.7 running on SL 4.3 64-bit, first thing is to install
> 32-bit compatibility groups (only compat-arch-support is required by
> middleware but if a job want to rebuild an application using the same
> compiler version as in SL3, it is better to also install
> compat-arch-development). Thus the minimum list of SL groups is (at leas
> this is what we use...!!!) :
>
> core;
> base;
> printing;
> base_x;
> dialup;
> text_internet;
> graphics;
> compat_arch_support;
> compat_arch_development;
> emacs;
> pro_sl_system_tools; # for openldap-clients
> network_server; # for openldap-servers
> development_tools;
> x_software_development;
>
>
> To this basic installation, you need to explicitly add the following RPMs
> from SL4 distribution (most of them are not included in any group or are
> in groups where just one RPM is needed)
>
> "lam", "7.0.6-5", x86_64
> "libaio", "0.3.105-2", x86_64
> "libaio-devel", "0.3.105-2", x86_64
> "words", "3.0-3", "noarch"
> "xorg-x11-xdm", "6.8.2-1.EL.13.25.1", x86_64
> "compat-libstdc++-33", "3.2.3-47.3", "i386"
>
>
> Then you need to add a few RPMs coming from SL3 :
>
> commons-logging-1.0.2-12.i386.rpm
> compat-libstdc++-7.3-2.96.128.i386.rpm
> ElectricFence-2.2.2-15.i386.rpm
> junit-3.8.1-1.i386.rpm
> libgcj-ssa-3.5ssa-0.20030801.48.i386.rpm
> redhat-java-rpm-scripts-1.0.2-2.noarch.rpm
>
> You also have to provide tcl/tk 8.3 libraries that are explicitly
> required by some LCG packages and to have a RPM called libstdc++ v3.2.3
> (i386) intalled (required by classads-g3). For tcl/tk, we built a RPM
> (lal-tcl-tk-lib-8.3-1.0.0-1.i386.rpm) with both libraries and can provide
> it to anybody who need it. For libstdc++, we built a 'placeholder' RPM
> (empty as the libraries are actually already installed) and we can also
> provide it.
>
> After/when installing LCG middleware, you need to replace a few RPMs
> provided by LCG 2.7 by equivalent RPMs now provided as part of the OS :
>
> "j2sdk", "1.4.2_10-fcs", "i586"
> "cog-jar", "1.1-1", "i386"     ?????
>
> And last, you need to remove from LCG install a few RPMs that are now
> part of the OS but with a different architecture.
>
> pkg_del("perl_ldap","0.31-sl3","i386");
> pkg_del("perl-Crypt-SSLeay","0.51-1");
> pkg_del("perl-XML-SAX-Base","1.04-1");
> pkg_del("compat-libstdc++-296","2.96-132.7.2");
> pkg_del("tkinter","2.2.3-6.1","i386");
> pkg_del("perl-ldap","0.31-sl3","i386");
>
> After the successful installation, you need to create /etc/java.conf,
> defining JAVA_HOME as /usr/java/j2sdk1.4.2_10 (instead of _8 in LCG 2.7).
>
>
> Our experience after several weeks running SL4 WNs in our CE (in addition
> to existing SL3 WNs, using node partitions to control which VOs have
> access to SL4 WNs), it seems to work pretty well. We had almost no
> complaint from users and VOs. The 2 main exceptions are currently LHC VOs
> !!!!
>
> - lhcb : LHCb SW explicitly requires python 2.2 (with 2.2 in the path).
> Unfortunatly on SL4, this is python 2.3.
>
> - Atlas/Athena (more a 64-bit issue than a SL4 issue) : we are currently
> working on a problem with analysis jobs when you want to rebuild some
> components. Atlas SW provides its own gcc and unfortunatly it cannot run
> on 64-bit machines. Basically there is no problem to use the gcc 3.2
> provided with SL4 64-bit in 32-bit mode (using -m32) and it seems to
> work. Just we need to sort out how to properly configure the Atlas SW to
> do it transparently for the user.
>
> Next step for us is to validate the installation with gLite3. Our guess
> is that it should not be very different...
>
> Hope this can help.
>
> Michel
>
>      *************************************************************
>      * Michel Jouvin                 Email : [log in to unmask] *
>      * LAL / CNRS                    Tel : +33 1 64468932        *
>      * B.P. 34                       Fax : +33 1 69079404        *
>      * 91898 Orsay Cedex                                         *
>      * France                                                    *
>      *************************************************************
>



     *************************************************************
     * Michel Jouvin                 Email : [log in to unmask] *
     * LAL / CNRS                    Tel : +33 1 64468932        *
     * B.P. 34                       Fax : +33 1 69079404        *
     * 91898 Orsay Cedex                                         *
     * France                                                    *
     *************************************************************

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
November 2023
June 2023
May 2023
April 2023
March 2023
February 2023
September 2022
June 2022
May 2022
April 2022
February 2022
December 2021
November 2021
October 2021
September 2021
July 2021
June 2021
May 2021
February 2021
January 2021
November 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
February 2018
January 2018
November 2017
October 2017
September 2017
July 2017
June 2017
May 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager