<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">OK, so our old MDS had hardware issues so I configured a new MGS / MDS on a VM (this is a backup lustre filesystem and I wanted to separate the MGS / MDS from OSS of the previous), and then did this:<div><br></div><div><!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->

<p style="margin-left: 38px; font-family: Times; "><a name="50438194_pgfId-1307283">For example:</a></p><pre style="font-family: courier; margin-left: 40px; "><a name="50438194_pgfId-1307284">mount -t ldiskfs /dev/old /mnt/ost_old
</a><a name="50438194_pgfId-1307285">mount -t ldiskfs /dev/new /mnt/ost_new
</a><a name="50438194_pgfId-1307286">rsync -aSv /mnt/ost_old/ /mnt/ost_new
</a><a name="50438194_pgfId-1307287"># note trailing slash on ost_old/

</a></pre><ul style="font-family: Times; "><li><a name="50438194_pgfId-1307288">If you are unable to connect both sets of disk to the same computer, use&nbsp;<kbd style="font-family: courier; white-space: pre;">rsync</kbd>&nbsp;to copy over the network using&nbsp;<kbd style="font-family: courier; white-space: pre;">rsh</kbd>&nbsp;(or&nbsp;<kbd style="font-family: courier; white-space: pre;">ssh</kbd>&nbsp;with&nbsp;<kbd style="font-family: courier; white-space: pre;">-e ssh</kbd>):</a></li><li style="list-style: none;"><div style="line-height: 0.5em; "><br class="webkit-block-placeholder"></div></li></ul><pre style="font-family: courier; margin-left: 40px; "><a name="50438194_pgfId-1307289">rsync -aSvz /mnt/ost_old/ new_ost_node:/mnt/ost_new

</a></pre><ul style="font-family: Times; "><li><a name="50438194_pgfId-1307290">Use the same procedure for the MDS, with one additional step:</a></li><li style="list-style: none;"><div style="line-height: 0.5em; "><br class="webkit-block-placeholder"></div></li></ul><pre style="font-family: courier; margin-left: 40px; "><a name="50438194_pgfId-1307291">cd /mnt/mds_old; getfattr -R -e base64 -d . &gt; /tmp/mdsea; \&lt;copy all MDS files as above&gt;; cd /mnt/mds_new; setfattr \--restore=/tmp/mdsea
 </a></pre><h2 style="margin-top: 1.5em; font-size: 22pt; font-family: helvetica, sans-serif; "><a name="50438194_pgfId-1307352"></a></h2><div style="font-family: Arial; "><h2 style="margin-top: 1.5em; font-size: 22pt; font-family: helvetica, sans-serif;"></h2></div><div style="font-family: Arial; "><font face="courier">Run on all nodes (clients and OSS's &amp; MDS / MGS) to change MGS (where mgs is the name of the server and /dev/sdb1 is the name of the unmounted&nbsp;oat)</font></div><div style="font-family: Arial; "><span style="font-family: courier;"><br></span></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier">tunefs.lustre --mgsnode=mgs@tcp0 /dev/sdb1</font></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier"><br></font></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier">tunefs.lustre --erase-param --mgsnode=192.168.16.3@tcp --writeconf /dev/sdc1</font></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier"><br></font></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><pre style="color: rgb(0, 0, 0); ">After copying with rsync, I had to
cd   /srv/mdt;
rm  CATALOGS  OBJECTS/*
on the new MDT partition.</pre><div><br></div></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier"><br></font></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier"><br></font></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier">I also upgraded from 1.8.8 to 2. I managed to mount the Lustre filesystem and if I do lfs df -h, I get:</font></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier"><br></font></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier">NB&gt; I deactivated those two OSTs below.</font></a></div><div style="font-family: Arial; "><a name="50438194_pgfId-1307352"><font face="courier"><br></font></a></div><div><a name="50438194_pgfId-1307352"><font face="courier"><div>[root@mgs data]# lfs df -h</div><div>UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bytes &nbsp; &nbsp; &nbsp; &nbsp;Used &nbsp; Available Use% Mounted on</div><div>AC3-MDT0000_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 37.5G &nbsp; &nbsp; &nbsp;499.5M &nbsp; &nbsp; &nbsp; 34.5G &nbsp; 1% /data[MDT:0]</div><div>AC3-OST0000_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 16.4T &nbsp; &nbsp; &nbsp; &nbsp;2.2T &nbsp; &nbsp; &nbsp; 13.3T &nbsp;14% /data[OST:0]</div><div>AC3-OST0001_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 16.4T &nbsp; &nbsp; &nbsp; &nbsp;1.8T &nbsp; &nbsp; &nbsp; 13.7T &nbsp;12% /data[OST:1]</div><div>AC3-OST0002_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;6.4T &nbsp; &nbsp; &nbsp; &nbsp;6.0T &nbsp; &nbsp; &nbsp; 49.2G &nbsp;99% /data[OST:2]</div><div>AC3-OST0003_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;6.4T &nbsp; &nbsp; &nbsp; &nbsp;6.1T &nbsp; &nbsp; &nbsp;912.9M 100% /data[OST:3]</div><div>AC3-OST0004_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.3T &nbsp; &nbsp; &nbsp; &nbsp;4.1T &nbsp; &nbsp; &nbsp; 17.2G 100% /data[OST:4]</div><div>AC3-OST0005_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;1.8T &nbsp; &nbsp; &nbsp; 29.0M 100% /data[OST:5]</div><div>AC3-OST0006_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;1.5T &nbsp; &nbsp; &nbsp;282.1G &nbsp;85% /data[OST:6]</div><div>AC3-OST0007_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;1.8T &nbsp; &nbsp; &nbsp;434.3M 100% /data[OST:7]</div><div>AC3-OST0008_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;1.8T &nbsp; &nbsp; &nbsp; 12.9G &nbsp;99% /data[OST:8]</div><div>OST0009 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : Resource temporarily unavailable</div><div>AC3-OST000a_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp;971.7M 100% /data[OST:10]</div><div>AC3-OST000b_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp;537.4M 100% /data[OST:11]</div><div>AC3-OST000c_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;1.4G 100% /data[OST:12]</div><div>AC3-OST000d_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.6T &nbsp; &nbsp; &nbsp;234.5G &nbsp;88% /data[OST:13]</div><div>AC3-OST000e_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;3.1G 100% /data[OST:14]</div><div>OST000f &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : Resource temporarily unavailable</div><div>AC3-OST0010_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;3.6G 100% /data[OST:16]</div><div>AC3-OST0011_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.6T &nbsp; &nbsp; &nbsp;248.3G &nbsp;87% /data[OST:17]</div><div>AC3-OST0012_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;3.0G 100% /data[OST:18]</div><div>AC3-OST0013_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;1.4G 100% /data[OST:19]</div><div>AC3-OST0014_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;2.8G 100% /data[OST:20]</div><div>AC3-OST0015_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.9T &nbsp; &nbsp; &nbsp; &nbsp;2.7G 100% /data[OST:21]</div><div>AC3-OST0016_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.4T &nbsp; &nbsp; &nbsp;473.3G &nbsp;75% /data[OST:22]</div><div>AC3-OST0017_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.2T &nbsp; &nbsp; &nbsp;917.9G &nbsp; &nbsp; &nbsp;230.1G &nbsp;80% /data[OST:23]</div><div>AC3-OST0018_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.3T &nbsp; &nbsp; &nbsp;616.7G &nbsp;68% /data[OST:24]</div><div>AC3-OST0019_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.2T &nbsp; &nbsp; &nbsp;671.9G &nbsp;65% /data[OST:25]</div><div>AC3-OST001a_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.1T &nbsp; &nbsp; &nbsp;769.4G &nbsp;59% /data[OST:26]</div><div>AC3-OST001b_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.2T &nbsp; &nbsp; &nbsp;642.2G &nbsp;66% /data[OST:27]</div><div>AC3-OST001c_UUID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.0T &nbsp; &nbsp; &nbsp; &nbsp;1.2T &nbsp; &nbsp; &nbsp;633.0G &nbsp;67% /data[OST:28]</div><div><br></div><div>filesystem summary: &nbsp; &nbsp; &nbsp; &nbsp;92.1T &nbsp; &nbsp; &nbsp; 55.6T &nbsp; &nbsp; &nbsp; 31.9T &nbsp;64% /data</div><div><br></div><div>However, there are hardly any files or folders there - most of them have disappeared, but they are clearly on the OSTs (according to the above command). Is there any way I can reindex the OST'S / MDS to recognise the files and folders properly?</div><div><br></div><div>When I do lctl dl I get:</div><div><br></div><div><div>[root@mgs data]# lctl dl</div><div>&nbsp; 1 UP mgc MGC192.168.16.3@tcp 285232ea-c153-187d-1033-47c23b432296 5</div><div>&nbsp; 2 UP lov AC3-MDT0000-mdtlov AC3-MDT0000-mdtlov_UUID 4</div><div>&nbsp; 3 UP mdt AC3-MDT0000 AC3-MDT0000_UUID 5</div><div>&nbsp; 4 UP mds mdd_obd-AC3-MDT0000 mdd_obd_uuid-AC3-MDT0000 3</div><div>&nbsp; 5 UP osc AC3-OST0002-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp; 6 UP osc AC3-OST0003-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp; 7 UP osc AC3-OST0004-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp; 8 UP osc AC3-OST000a-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp; 9 UP osc AC3-OST000b-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;10 UP osc AC3-OST000c-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;11 UP osc AC3-OST000d-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;12 UP osc AC3-OST000e-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;13 UP osc AC3-OST0011-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;14 UP osc AC3-OST0013-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;15 UP osc AC3-OST0012-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;16 UP osc AC3-OST0014-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;17 UP osc AC3-OST0015-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;18 UP osc AC3-OST0016-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;19 UP osc AC3-OST0017-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;20 UP osc AC3-OST0001-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;21 UP osc AC3-OST0000-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;22 UP osc AC3-OST0010-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;23 UP osc AC3-OST0005-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;24 UP osc AC3-OST0006-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;25 UP osc AC3-OST0008-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;26 UP osc AC3-OST0007-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;27 UP osc AC3-OST0018-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;28 UP osc AC3-OST0019-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;29 UP osc AC3-OST001a-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;30 UP osc AC3-OST001b-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;31 UP osc AC3-OST001c-osc-MDT0000 AC3-MDT0000-mdtlov_UUID 5</div><div>&nbsp;32 UP lov AC3-clilov-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 4</div><div>&nbsp;33 UP lmv AC3-clilmv-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 4</div><div>&nbsp;34 UP mdc AC3-MDT0000-mdc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;35 UP osc AC3-OST0002-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;36 UP osc AC3-OST0003-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;37 UP osc AC3-OST0004-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;38 UP osc AC3-OST000a-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;39 UP osc AC3-OST000b-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;40 UP osc AC3-OST000c-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;41 UP osc AC3-OST000d-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;42 UP osc AC3-OST000e-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;43 UP osc AC3-OST0011-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;44 UP osc AC3-OST0013-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;45 UP osc AC3-OST0012-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;46 UP osc AC3-OST0014-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;47 UP osc AC3-OST0015-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;48 UP osc AC3-OST0016-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;49 UP osc AC3-OST0017-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;50 UP osc AC3-OST0001-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;51 UP osc AC3-OST0000-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;52 UP osc AC3-OST0010-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;53 UP osc AC3-OST0005-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;54 UP osc AC3-OST0006-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;55 UP osc AC3-OST0008-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;56 UP osc AC3-OST0007-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;57 UP osc AC3-OST0018-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;58 UP osc AC3-OST0019-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;59 UP osc AC3-OST001a-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;60 UP osc AC3-OST001b-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div><div>&nbsp;61 UP osc AC3-OST001c-osc-ffff810120a12800 ea98bf43-336d-bdc6-1e8c-54738d5b8774 5</div></div><div><br></div><div>SO it all looks fine and /var/log/messages and dmesg seem to look OK.</div><div><br></div><div>Thanks in advance!</div></font></a></div><div style="font-family: Arial; "><br></div><div><br></div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><span><br class="Apple-interchange-newline"><font class="Apple-style-span" face="Arial">Alastair Ferguson<br>IT Manager<br>Capital Markets CRC Limited (CMCRC)<br>Telephone: +61 2 8088 4222<br>Mobile: +61 424 235 159<br>Fax: +61 2 8088 4201<br><a href="http://www.cmcrc.com">www.cmcrc.com</a>&nbsp;</font></span></div><div><span><br></span></div></span><br class="Apple-interchange-newline"><span></span><span></span><span></span><span><img height="87" width="253" id="d8695b9a-c7c3-4489-817c-b214447ae569" apple-width="yes" apple-height="yes" src="cid:3340953947_834664"></span><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: Helvetica; "><br></span><font class="Apple-style-span" face="Arial" size="1"><span class="Apple-style-span" style="font-size: 9px; ">Capital Markets CRC Ltd - Confidential&nbsp;Communication<br>The information contained in this e-mail is&nbsp;confidential. &nbsp;It is intended for the&nbsp;addressee only. &nbsp;If you receive this e-mail by&nbsp;mistake please promptly inform us by reply&nbsp;e-mail and then delete the e-mail and&nbsp;destroy any printed copy. You must not&nbsp;disclose or use in any way the information&nbsp;in the e-mail. There is no warranty that this&nbsp;e-mail is error or virus free. It may be a&nbsp;private communication, and if so, does not&nbsp;represent the views of the CMCRC and its&nbsp;associates. &nbsp;If it is a private communication,&nbsp;care should be taken in opening it to ensure&nbsp;that undue offence is not given.</span></font><span class="Apple-style-span" style="font-family: Helvetica; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; "><br></span></span></span></span></span>
</span></div>
<br></div></body></html>