<html>

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered)">

<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:#606420;
        text-decoration:underline;}
tt
        {font-family:"Courier New";}
span.emailstyle18
        {font-family:Arial;
        color:navy;}
span.emailstyle19
        {font-family:Arial;
        color:navy;}
span.emailstyle20
        {font-family:Arial;
        color:navy;}
span.EmailStyle21
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink="#606420">

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Actually the kickstart infrastructure that
I have setup today uses a generic boot cd.  I have the SA’s specify
the IP on the boot: line along with the ks=http://, the ks url is actually a
cgi script that reads a static config file.  The config file has markers
in it that are replaced with actual values based on certain things.  For instance,
the cgi looks at the IP making the connection, does a reverse lookup to get the
fqdn, the hostname is plucked from the fqdn, and the actual hostname replaces
the hostname_marker in the static config file just before it’s sent to
the install client.  This allows me to have one config for a type of
install, but allows it to be customizable on a per client basis.</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I just ran into the stupid server NIC to
switchport timeout problem.  </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I guess I could get to the same place if I
had a generic ks.cfg imbedded in the initrd, and used wget and %include.  This
actually might work better than what I have today as it should work with the
timeout problem where as my stuff did not.  Hmmm.</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>-Bill</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'> </span></font></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
kickstart-list-bounces@redhat.com [mailto:kickstart-list-bounces@redhat.com] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Shabazian, Chip<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, March 06, 2007 7:04
PM<br>
<b><span style='font-weight:bold'>To:</span></b> Discussion list about
 Kickstart<br>
<b><span style='font-weight:bold'>Subject:</span></b> RE: "pump"
times out -- extend a few seconds more?</span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:blue'>> </span></font><font size=2
color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;
color:navy'>(So typically when an issue is solved, does the person with the
issue and resolution write a summary for the list?)</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Usually all I see is either a "it
worked" or those with problems stop asking questions :(</span></font></p>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

</div>

<div>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>If you ever want to make a
"generic" boot cd, you can assign the IP address on the boot: line,
then have just what you need to get the machine up in the embedded
ks.cfg, and use wget, or nfs (not sure about ftp/tftp) to pull in the
system specific config, then use %include to add it into the ks.cfg.  This
is the way we are moving to.</span></font></p>

</div>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

</div>

<div>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Glad you got things working,</span></font></p>

</div>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

</div>

<div>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Chip</span></font></p>

</div>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

</div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabIndex=-1>

</span></font></div>

<p class=MsoNormal style='margin-bottom:12.0pt'><b><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</span></font></b><font
size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
kickstart-list-bounces@redhat.com [mailto:kickstart-list-bounces@redhat.com] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Ramthun, William<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, March 06, 2007 4:01
PM<br>
<b><span style='font-weight:bold'>To:</span></b> Discussion list about
 Kickstart<br>
<b><span style='font-weight:bold'>Subject:</span></b> RE: "pump"
times out -- extend a few seconds more?</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Chip,</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Thanks for the help!</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I did try setting
ethtool_opts=”autoneg off speed 100 duplex full” along with the
nicdelay=50 earlier and received no love for my efforts.</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I did build the 20 configs and wrapped
them in the initrd.img – and that worked.  I did have to edit all 20
configs for a cut/paste line-wrap error.  But now the 20 systems are
built.</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I really appreciate the help in working to
a solution.  Since this problem is solved for now and for all my other
installation needs the ks=http:// works, I am not sure that I will ever learn
what my network problem was.</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>(So typically when an issue is solved,
does the person with the issue and resolution write a summary for the list?)</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Regards,</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>-Bill</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabIndex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
kickstart-list-bounces@redhat.com [mailto:kickstart-list-bounces@redhat.com] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Shabazian, Chip<br>
<b><span style='font-weight:bold'>Sent:</span></b> Monday, March 05, 2007 12:59
PM<br>
<b><span style='font-weight:bold'>To:</span></b> Discussion list about
 Kickstart<br>
<b><span style='font-weight:bold'>Subject:</span></b> RE: "pump"
times out -- extend a few seconds more?</span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Try the following:</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>If you are connected to a gigabit switch:</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Boot: ap10903-02-net ksdevice=eth0
ip=10.196.254.122 netmask=255.255.255.0 gateway=10.196.254.1 nicdelay=50
linksleep=50 ETHTOOL_OPTS="autoneg on speed 1000 duplex full"</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>If you are connected to a 100Mb switch:</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Boot: ap10903-02-net ksdevice=eth0
ip=10.196.254.122 netmask=255.255.255.0 gateway=10.196.254.1 nicdelay=50
linksleep=50 ETHTOOL_OPTS="autoneg off speed 100 duplex full"</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabIndex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
kickstart-list-bounces@redhat.com [mailto:kickstart-list-bounces@redhat.com] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Ramthun, William<br>
<b><span style='font-weight:bold'>Sent:</span></b> Monday, March 05, 2007 8:51
AM<br>
<b><span style='font-weight:bold'>To:</span></b> Discussion list about
 Kickstart<br>
<b><span style='font-weight:bold'>Subject:</span></b> RE: "pump"
times out -- extend a few seconds more?</span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Summarizing my situation:</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>  Client
HW:       HP DL385</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>  Client
OS:       RHEL3U5</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>  The boot cd is mounted via the
virtual cdrom thru HP’s ILO port.</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>My isolinux.cfg contains the entry:</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>  label ap10903-02-net</span></font></p>

<p class=MsoNormal style='margin-left:5.25pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'> 
kernel vmlinuz</span></font></p>

<p class=MsoNormal style='margin-left:5.25pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>  append
ks=http://10.1.181.252/cgi-bin/avamar/dl385_data_node initrd=initrd.img text</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>And on the boot: line I use:</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Boot: ap10903-02-net ksdevice=eth0
ip=10.196.254.122 netmask=255.255.255.0 gateway=10.196.254.1 
<nicdelay/linksleep=options></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>           
I’ve used both nicdelay and linksleep with values of 50, 500, 5000, and
50000 with no discernable boot delays. </span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>The result is:</span></font></p>

<p class=MsoNormal style='text-indent:5.25pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>I see
vmliniz and initrd loading.</span></font></p>

<p class=MsoNormal style='text-indent:5.25pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>I am
presented the “welcome to red hat linux” blue screen (I’m in
text mode)</span></font></p>

<p class=MsoNormal style='text-indent:5.25pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>         
Then I see the usb and raid controller drivers load</span></font></p>

<p class=MsoNormal style='text-indent:5.25pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>         
Then I see a “determine hostname and domain”</span></font></p>

<p class=MsoNormal style='text-indent:5.25pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>         
( I think this is where the timeout occurs )</span></font></p>

<p class=MsoNormal style='text-indent:5.25pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>         
Then I am prompted to “choose a language”</span></font></p>

<p class=MsoNormal style='text-indent:5.25pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'> </span></font></p>

<p class=MsoNormal style='text-indent:5.25pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'>In a
different terminal window I am “pinging” the 10.196.154.122 IP
during the whole boot process.  Once the “choose a language”
prompt appears, then the interface begins responding to my pings.</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>My next step is to include the Kickstart
config in the initrd.</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>If anyone sees any issues with my method,
please drop me a note.</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Thanks</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>-Bill</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabIndex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
kickstart-list-bounces@redhat.com [mailto:kickstart-list-bounces@redhat.com] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Vivek.Kalia@Euroclear.com<br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, March 02, 2007 10:49
AM<br>
<b><span style='font-weight:bold'>To:</span></b> kickstart-list@redhat.com<br>
<b><span style='font-weight:bold'>Subject:</span></b> RE: "pump"
times out -- extend a few seconds more?</span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
</span></font><font size=2 face=Arial><span style='font-size:10.0pt;font-family:
Arial'>Regarding experience of parameters</span></font> <br>
<tt><font size=2 face="Courier New"><span style='font-size:10.0pt'> 
               nicdelay=50 linksleep=50</span></font></tt>
<br>
<font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>I used
them today to circumvent the Anaconda "time-out" and can confirm that
they worked in the required manner.</span></font> <br>
<font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>My
previous http builds were failing to contact the apache server due to the
time-out. With these values in place, I could see Anaconda waiting about 50
seconds while the NIC initialised; the build then completed normally.</span></font>
<br>
<br>
<font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>I am
still investigating the root cause of the time-out, but this seems a good
circumvention.</span></font> <br>
<br>
<font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>Vivek
Kalia</span></font></p>

<table class=MsoNormalTable border=0 cellpadding=0>
 <tr>
  <td bgcolor=white style='background:white;padding:.75pt .75pt .75pt .75pt'>
  <p class=MsoNormal><font size=3 color=black face="Times New Roman"><span
  style='font-size:12.0pt;color:black'>This e-mail message, including any
  attachments transmitted with it, is CONFIDENTIAL and may contain legally
  privileged information.This message is intended solely for the use of the
  individual or entity to whom it is addressed. If you are not the intended
  recipient you should not read, copy, distribute, disclose or otherwise use
  this information. If you have received this message in error, please notify
  us immediately and delete it from your system. The integrity and security of
  this message cannot be guaranteed and it may be subject to data corruption
  and unauthorised amendment, for which we accept no liability.<br>
  Euroclear reserves the right to retain email messages on its systems and to
  the extent and under circumstances permitted by applicable law, to monitor
  and intercept email messages to and from its systems. Euroclear is the
  marketing name for the Euroclear System, Euroclear plc, Euroclear SA/NV and
  their affiliates. http://www.euroclear.com</span></font></p>
  </td>
 </tr>
</table>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'> </span></font></p>

</div>

</div>

</div>

</div>

</body>

</html>