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  2003

LCG-ROLLOUT 2003

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Installation experiences

From:

Peer Hasselmeyer <[log in to unmask]>

Reply-To:

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

Date:

Tue, 29 Jul 2003 15:29:19 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (174 lines)

Hi,

I installed the LCG-1 software on our testbed here at the FZK
and I wanted to write down my experiences with it. Maybe my
(incomplete) notes help some other sites, but at least I hope
somebody can answer the questions that came to my mind during
the installation. I apologize for this long message, I hope
somebody has the time to read through until the end as there
are a number of questions. There are some more questions
throughtout the text.

Let me first introduce you to the setup. It consists of one CE,
one SE, one UI, and 8 WNs (so far I only installed 2 of the WNs
as I'm going to use the other ones for further installation
testing). An important point is that the CE, SE, and UI machines
have two network cards -- one connected to the Intra/Internet and
one connected to an internal network. All WNs are only connected
to this internal network using private IP addresses. Our setup
is therefore somewhat different from most people's (I believe)
and a number of the installation problems were due to this setup.

Let me also say that most problems were due to me not being an
LCFG expert. Although I worked with LCFGng for about ten days
right before starting to install LCG1, parts of it are still
a mystery to me.

Well, I started out with a working LCFGng server, but I wanted
to have a fresh copy of all the installation RPMs, so I tried
using updaterep. After waiting a long time and not really getting
far, I decided to use another method downloading only the required
packages with updateRPMCache.pl. This method is not really
convenient as it downloads files from only one RPM list at a
time, but at least it seemed much faster to me. Therefore the
first question: is there an easier method that fills my RPM
repository but avoids downloading GBs of unnecessary files?
(Side note: some files were not downloaded correctly and the
hd files could not be generated. This gave me some trouble later.)

Fixing the given configuration files was not much of a headache,
as most stuff was already correctly filled in (at least that's
what I thought at that time -- more on this later). So I started
by installing the UI as this seemed to be the one with the
easiest setup.

First thing I had to do was switch from grub to lilo as our
machines don't seem to like grub very much. (I also modified
the lilo lcfg object as I didn't get a symlink to vmlinuz
automatically.) After a few tries I had the system running,
but the second ethernet interface was not there. Adding a few
lines to the configuration fixed this problem, but a bigger one
was lying ahead: routing was not correctly set up. The file
/etc/sysconfig/static-routes is needed for this but I couldn't
find a way to have it created automatically. I therefore wrote
my own LCFG object to handle this. Is there another, already
existing  way to do this?

This fixed the networking problem, so I could start installing
CE and SE. Installation worked more or less okay, but I got
a bit confused when shortly after starting the installation,
the machines didn't do anything (at least anything observable)
for about five minutes. I thought they crashed and rebooted
them a couple of times before waiting long enough. This didn't
happen with the UI or the WNs. Did anybody else encounter this
behavior? What's going on during that time?

And now the configuration problems started. I had to figure
out what should be mounted where. I have doubts about the
preconfigured mounting scheme. The CE mounts /flatfiles/SE00
from the SE and the SE mounts the gridmapdir from the CE.
I don't see how this could work without manual intervention
as there is (at the maximum) only a very short time period
where a machine exported its filesystems but did not mount
external ones yet. And these time periods would have to match
at the CE and the SE... I therefore decided to have the SE
export all needed directories and have the CE (and WNs) mount
them. Works fine. I also mounted our local home directories
on the UI for a couple of local accounts. I also had to change
the timezone (in my case to Europe/Berlin). The preconfigured
value CEST didn't link to anything, so the machines booted up
using UTC.

Now I started installing the WNs. I had to prepare a special
bootdisk as the EDG one didn't boot properly on the WN that
has an additional graphics card (because the internal one is
broken). Again, this seems to be a problem with grub. I used
to like grub, but now I'm not so convinced anymore...

Starting the installation was kind of a hassle, as the WNs
are on a different subnet than the LCFG server. I therefore
couldn't use the DHCP server running on the LCFG box and had
to reconfigure a different DHCP server. I also had to change
the whole network configuration for the WNs as they have
different gateways, hostnames etc. Other than that, the
isntallation went fine.

A problem was name resolving. As all WNs are on a private
network, they do not have a DNS entry. Name resolving relies on
a hosts file distributed via NIS. So I also had to configure
NIS on all the machines. This works okay, but I couldn't persuade
LCFG to automatically start ypbind at boot time. I added the line
REPLACE(chkconfig.services,network,network ypbind) to my
configuration, but to no avail. Does anybody know how to do
this? (Side note: I tried to use numerical IP addresses in the
beginning. Some LCFG objects do not like this at all and fail.
You have to use names and they need to be resolvable!)

Another thing I was stuck for some time was that changes in
the configuration were not automatically enacted by the
LCFG objects. New profiles were fetched, but I had to call
changed objects by hand. The reason for this was that some
script (I think /usr/bin/om) does some kind of double reverse
lookup of the hostname and this only works if the domain is
properly set. And it wasn't in my case. Adding the FQDN to
/etc/hosts solved this, i.e. changing
10.20.1.101   c20-001-101 c20-001-101
to
10.20.1.101   c20-001-101.fzk.de c20-001-101
I must have made a mistake in the configuration somewhere as
it worked fine on the CE and SE...

Having configured the WNs I tried to submit jobs. Submitting
PBS jobs directly worked well, and so did globus-job-run on
the CE using fork. Submitting to a PBS queue failed with the
error "Host key verification failed." Surprisingly, going to
lunch, it suddenly worked! I found out today that this must
have been due to SSH keys being moved around by a script
(edg-pbs-knownhosts) that is invoked every couple of hours by
cron. The 13:03 invocation fixed all my problems ;-)! Is this
script supposed to be called during installation? Do I have
to invoke it by hand after configuring everything? Could this
please be written down somewhere?

Well, since then, the testbed seems to work properly...


I do have some more questions, though:

* Is it possible to add/remove RPMs to/from the list of RPMs to
   install without touching the RPM lists in lcg1/rpmlist (like
   I can change the LCFG configuration without changing files in
   lcg1/source)?

* In the same vein, lcg1/source/redhat73-cfg.h contains the
   definition of RPMDIR right at the end. Could this be replaced by
#ifndef RPMDIR
#define RPMDIR                   /export/local/linux/7.3/RPMS
#endif
   so that I can change the directory in my site-cfg.h?

* Is mounting the gridmapdir directory on the WNs necessary?

* The LCFG object nfsmount does not automatically enact changes.
   Adding the line "nfsmount.ng_reconfig restart" had the desired
   effect. Is this a good idea? Why is it not done anyway?

* lcg1/rpmlist/rh73-release-rpm.h contains rpm-4.0.2-7x.edg as
   well as rpm-4.0.4-7x.18. Unfortunately, the older version gets
   installed. What's the reason for this? Can I safely replace it
   with the 4.0.4 version? I need it to get ucd-snmp running...


Sorry for the long message. I hope I helped somebody with
my explanations.


Thanks for reading,

Peer
--
Peer Hasselmeyer                             [log in to unmask]
Forschungszentrum Karlsruhe                        Tel.: +49-7247-828601
Institute for Scientific Computing / Inst. f. Wissenschaftliches Rechnen
Hermann-von-Helmholtz-Platz 1,  76344 Eggenstein-Leopoldshafen,  Germany

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