<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matt-J.co.uk : Ramblings</title>
	<atom:link href="http://www.matt-j.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matt-j.co.uk</link>
	<description>Life, Tech and intravenous caffeine.</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:54:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>OpenSolaris / Solaris Express to Solaris 11 boot Issues</title>
		<link>http://www.matt-j.co.uk/2012/01/30/opensolaris-solaris-express-to-solaris-11-boot-issues/</link>
		<comments>http://www.matt-j.co.uk/2012/01/30/opensolaris-solaris-express-to-solaris-11-boot-issues/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 22:54:34 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[boot fails]]></category>
		<category><![CDATA[cannot boot]]></category>
		<category><![CDATA[Dom0]]></category>
		<category><![CDATA[DomU]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[pkg]]></category>
		<category><![CDATA[pkg update]]></category>
		<category><![CDATA[rpool]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Solaris 11]]></category>
		<category><![CDATA[Solaris 11 Upgrade]]></category>
		<category><![CDATA[Solaris Expres]]></category>
		<category><![CDATA[Solaris Upgrade]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[zfs]]></category>
		<category><![CDATA[zfs root]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=325</guid>
		<description><![CDATA[I have had a trusty Solaris box at home now for 5-6 years running a few things; - ZFS for my files, sharing out through SMB for media, iSCSI for playing with Netbooting and VMware shared storage. - Xen (More recently) running on a Solaris Dom0 hosting a number of Centos5 DomU&#8217;s for other linux [...]]]></description>
			<content:encoded><![CDATA[<p>I have had a trusty Solaris box at home now for 5-6 years running a few things;<br />
- ZFS for my files, sharing out through SMB for media, iSCSI for playing with Netbooting and VMware shared storage.</p>
<p>- Xen (More recently) running on a Solaris Dom0 hosting a number of Centos5 DomU&#8217;s for other linux server based stuff.</p>
<p>- Multicast/Bonjour spoofing and apple filesharing making an excellent &#8216;fake&#8217; timemachine for backing up my Macbook pro onto ZFS (works flawlessly and doesn&#8217;t have a single disk prone to failure unlike the <a href="http://timecapsuledead.org" target="_blank">time capsules</a></p>
<p>Over that time, I&#8217;ve either in-place upgraded, or overwritten the OS and let the new version of Solaris import the ZFS pool from;</p>
<p>Solaris 10, Solaris SNV_8X (Sun Internal), Solaris SNV_9X (Sun Internal), OpenSolaris (SNV_1XX), Oracle Solaris Express (SNV_151).</p>
<p>And everything was pretty much good :) Until now, now I tried to take the latest update, moving to the newly released Solaris 11.</p>
<p>Lots of things have changed in Solaris 11 compared to the SNV/OpenSolaris/SolarisExpress years (well, i&#8217;m not saying there hasn&#8217;t been a lot of changes during that time, just none that have negatively affected me, where as these do);</p>
<p>- Support removed for Linux branded Solaris Zones<br />
- Support removed for Solaris 11 to be a Xen Dom0, or indeed be the base of any form of visualization solution apart from Solaris zones and VirtualBox (Guessing to allow Oracle to push it&#8217;s visualization product)<br />
- No check in the &#8216;pkg update&#8217; procedure as to wether the Xen kernel was in use before upgrade.</p>
<p>So, cutting to the <strong>POINT OF THE POST</strong>, I updated, a new boot environment was created, update successful, rebooted, boot fails!</p>
<p>You could just boot the previous Boot Environment, which works, but this is what you&#8217;ll need to do to boot the new BE;</p>
<p>1. Open the grub menu.lst from /rpool/boot/grub/menu.lst<br />
2. Find the last entry in the file (named after the Boot Environment you&#8217;re having issues with)<br />
3. Remove the references to Xen, as below;</p>
<p>Before;</p>
<p><code><br />
title example-solaris-1<br />
findroot (pool_rpool,0,a)<br />
bootfs rpool/ROOT/example-solaris-1<br />
kernel$ /boot/$ISADIR/xen.gz console=vga dom0_mem=2048M dom0_vcpus_pin=false watchdog=false<br />
module$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/unix -B $ZFS-BOOTFS<br />
module$ /platform/i86pc/$ISADIR/boot_archive<br />
</code></p>
<p>After;<br />
<code><br />
title example-solaris-1<br />
findroot (pool_rpool,0,a)<br />
bootfs rpool/ROOT/example-solaris-1<br />
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS<br />
module$ /platform/i86pc/$ISADIR/boot_archive<br />
</code></p>
<p>We have just removed the Xen kernel and options and instead told grub to boot the &#8216;normal&#8217; Solaris kernel. It seems pkg update don&#8217;t check for this when upgrading.</p>
<p>Now reboot and try the Boot Environment from the grub menu, should load fine and after some information about upgrading the SMF versions, you&#8217;ll be ready to login.</p>
<p>The second issue I found after this is that my SMB shares were not available, seemed that the SMB service was stopped due to dependencies, starting the following services magically made my shares come back to life;</p>
<p><code><br />
svcadm enable idmap<br />
svcadm enable smb/client<br />
svcadm enable smb/server<br />
</code></p>
<p>Verify with &#8216;share&#8217;;<br />
<code><br />
matt@F43-PSRV1:~# share<br />
IPC$            smb     -       Remote IPC<br />
Matt    /F43Datapool/Matt       smb     -<br />
Public  /F43Datapool/Public     smb     -<br />
c$      /var/smb/cvol   smb     -       Default Share<br />
</code></p>
<p>I hope this helps someone, the last thing I have to work out is whether VirtualBox will provide as stable a solution for my Linux VM&#8217;s as Xen (as it seems to be the only option I have now, apart from moving back to Linux and losing ZFS/SFM/Crossbow/Comstar etc which I really don&#8217;t want to do).</p>
<p>That said, it really annoys me that Oracle have removed such a simple and powerful combination of Xen Dom0 and ZFS in the base solaris image, it served a perfect need for people who don&#8217;t need a full, separate, virtualization product such as testing, home use, small businesses etc. Why remove Dom0 support but keep DomU support! Anyone know?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2012/01/30/opensolaris-solaris-express-to-solaris-11-boot-issues/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>O2 exposing mobile number of website visitors?</title>
		<link>http://www.matt-j.co.uk/2012/01/25/o2-exposing-mobile-number-of-website-visitors/</link>
		<comments>http://www.matt-j.co.uk/2012/01/25/o2-exposing-mobile-number-of-website-visitors/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 11:37:19 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[GPRS]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[Leak]]></category>
		<category><![CDATA[mobile data]]></category>
		<category><![CDATA[O2]]></category>
		<category><![CDATA[Phone Number]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=321</guid>
		<description><![CDATA[Here&#8217;s something that seems a little interesting, O2 appear to be sending a header of the end users mobile number, to any website visited over their mobile data network. Header is &#8216;x-up-calling-line-id&#8217; Other networks don&#8217;t feel the need, I wonder what their reasoning is, either way, questionable privacy fail here! More info here; http://lew.io/headers.php]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s something that seems a little interesting, O2 appear to be sending a header of the end users mobile number, to any website visited over their mobile data network.</p>
<p>Header is &#8216;x-up-calling-line-id&#8217;<br />
Other networks don&#8217;t feel the need, I wonder what their reasoning is, either way, questionable privacy fail here!</p>
<p>More info here;<br />
<a href="http://lew.io/headers.php">http://lew.io/headers.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2012/01/25/o2-exposing-mobile-number-of-website-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lacking Something?.. It&#8217;s always customer service.</title>
		<link>http://www.matt-j.co.uk/2011/10/24/lacking-something-its-always-customer-service/</link>
		<comments>http://www.matt-j.co.uk/2011/10/24/lacking-something-its-always-customer-service/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 20:24:17 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[data leak]]></category>
		<category><![CDATA[dlp]]></category>
		<category><![CDATA[el reg]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email address]]></category>
		<category><![CDATA[ICO]]></category>
		<category><![CDATA[information comissioners office]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[the register]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=317</guid>
		<description><![CDATA[So, it turns out i&#8217;m one of the lucky 46,524 ElReg (The Register) readers who has had their e-mail address spammed to a few thousand people&#8230; who have in turn, kindly placed it on PasteBin, random torrent sites, many forums, the side of the moon with a laser and other such annoying places! And yet, [...]]]></description>
			<content:encoded><![CDATA[<p>So, it turns out i&#8217;m one of the lucky 46,524 ElReg <a href="http://www.theregister.co.uk" title="(The Register)" target="_blank">(The Register)</a> readers who has had their e-mail address spammed to a few thousand people&#8230; who have in turn, kindly placed it on PasteBin, random torrent sites, many forums, the side of the moon with a laser and other such annoying places!</p>
<p>And yet, i&#8217;m not that annoyed! </p>
<p>Here&#8217;s why&#8230; and I think in this day and age of everyone worrying about every bit of data, it&#8217;s important;</p>
<p>1. I&#8217;m called Matt and my blog is at <a href="http://www.matt-j.co.uk" title="www.matt-j.co.uk" target="_blank">www.matt-j.co.uk</a>. Is it <em>really</em> that hard for a targeted phishing attack to work out an e-mail address in the first place?</p>
<p>2. It&#8217;s the register, a website that takes pride in highlighting technical cockups, basterdisations, IT Fo Pah&#8217;s and Comical! Yahoo! Related! Exclamation! Mark! Frenzy! Issues! before they&#8217;ve even sat down for the morning caffeine&#8230;. So no matter how annoyed we are all individually feeling, I&#8217;m pretty sure as an organization they&#8217;ll be feeling ten times worse for being beaten at their own game.</p>
<p>3. Did I mention it&#8217;s the register? I&#8217;m finding it quite hard (Maybe a psychologist wants to tell me why) to get annoyed with such an instutution within the industry, somewhere that generally gives you a good morning roundup of crap you need to concern your little head with.</p>
<p>But mainly because (and this is the important bit I was talking about at the beginning, the rest was just to test your stamina and determination!)&#8230;<br />
They owned up, instantly, in an e-mail to everyone affected, disclosing figures that are far too un-rounded to be made up!</p>
<p>Yes, I think that&#8217;s it&#8230; Look at the recent Blackberry incident, it wasn&#8217;t that the service was down, it was that no-one from blackberry would give any of the circling vultures a single word for hours, even as speculation grew, nothing, twitter messages a-plenty&#8230; nothing! THAT&#8217;S the problem.</p>
<p>So ElReg, as much as you&#8217;ve amassed a million cocks to put yourself (and my e-mail address) in such a bastardy situation, it&#8217;s not going to stop me reading your news in a morning, fair play for making a hard decision.</p>
<p>And everyone else, I don&#8217;t claim to know much about business, but if you&#8217;re sucking at an all time low when competitors around you selling exactly the same service/product/moon etching laser are doing well, you may want to look at becoming more open and transparent with your customers.</p>
<p>Just my 10p, keep the change!</p>
<p>Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2011/10/24/lacking-something-its-always-customer-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco IOS Policy-Map stops working after Class-Map changes</title>
		<link>http://www.matt-j.co.uk/2011/09/21/cisco-ios-policy-map-stops-working-after-class-map-changes/</link>
		<comments>http://www.matt-j.co.uk/2011/09/21/cisco-ios-policy-map-stops-working-after-class-map-changes/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 08:02:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[class-map]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[inspection]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[NBAR]]></category>
		<category><![CDATA[policy-map]]></category>
		<category><![CDATA[service-policy]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=302</guid>
		<description><![CDATA[Hi all, Came accross this issue the other day and since i&#8217;m currently stuck on a train between London Euston and Manchester, with what could be called a passable excuse of an internet connection, I&#8217;ll take a moment to document it, hope it saves someone else some head-scratching. Issue: If using a Policy-Map based service [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>Came accross this issue the other day and since i&#8217;m currently stuck on a train between London Euston and Manchester, with what could be called a passable excuse of an internet connection, I&#8217;ll take a moment to document it, hope it saves someone else some head-scratching.</p>
<p>Issue: If using a Policy-Map based service policy within IOS to filter traffic on an interface and the undelying class-map is edited with any &#8216;<em>match protocol http &lt;more&gt;</em>&#8216; statements, the policy-map stops processing traffic, effectivley turning itself off for that interface.</p>
<p>Consider the following, two interfaces;</p>
<blockquote>
<p style="padding-left: 30px;">Vlan 1: 192.168.0.1/24</p>
<p style="padding-left: 30px;">Loopback 99: 192.168.100.1/24</p>
</blockquote>
<p>We the create a simple class-map to match ICMP traffic and use this in a policy-map with a match action of &#8216;drop&#8217;.</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_303" class="wp-caption aligncenter" style="width: 276px;">
<dt class="wp-caption-dt"><a href="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Class_and_policy_config.jpg"><img class="size-full wp-image-303" title="BUG_Class_and_policy_config" src="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Class_and_policy_config.jpg" alt="Screenshot showing class-map and policy-map" width="266" height="119" /></a></dt>
</dl>
</div>
<p>We now assign this to the output of the loopback99 interface, with the following command;</p>
<p><code>conf t<br />
interface loopback 99<br />
service-policy output TEST_POLICY_1<br />
exit<br />
exit</code></p>
<p>This should now block ICMP traffic (such as an echo/ping) to the interface IP;</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_304" class="wp-caption aligncenter" style="width: 587px;">
<dt class="wp-caption-dt"><a href="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Ping_fail.jpg"><img class="size-full wp-image-304" title="BUG_Ping_fail" src="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Ping_fail.jpg" alt="" width="577" height="115" /></a></dt>
</dl>
</div>
<p>We can also see the policy-map status for the interface, showing packets flowing through the assigned service policy and that drops are occuring;</p>
<p><a href="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Policy1.jpg"><img class="aligncenter size-full wp-image-305" title="BUG_Policy1" src="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Policy1.jpg" alt="" width="434" height="271" /></a></p>
<p>Here is the issue, when we add/change any match criteria in the class-map (TEST_CLASS_1) relating to HTTP, the policy map stops working.</p>
<p>I also I added a <em>&#8216;match protocol smtp&#8217;</em>  before this, but you&#8217;ll just have to trust me that the policy-map continued working after that, only the addition of HTTP inspection caused a failure.</p>
<p><a href="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Add_HTTP.jpg"><img class="aligncenter size-full wp-image-306" title="BUG_Add_HTTP" src="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Add_HTTP.jpg" alt="" width="433" height="113" /></a></p>
<p>&nbsp;</p>
<p>And now our traffic fails to pass through the policy-map, allowing ICMP which should be dropped;</p>
<p><a href="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Ping_suceeds.jpg"><img class="aligncenter size-full wp-image-307" title="BUG_Ping_suceeds" src="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_Ping_suceeds.jpg" alt="" width="568" height="101" /></a></p>
<p>The only workaround I have found is to remove the service policy from the interface and then re-add it after a class-map change, this restores correct functionality;</p>
<p><a href="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_ReaddPolicy_anditworks.jpg"><img class="aligncenter size-full wp-image-308" title="BUG_ReaddPolicy_anditworks" src="http://www.matt-j.co.uk/wp-content/uploads/2011/09/BUG_ReaddPolicy_anditworks.jpg" alt="" width="571" height="244" /></a></p>
<p>The following further output (too large for a screenshot) shows that while &#8216;broken&#8217;, the traffic was not even hitting the policy-map (as can be seen through traffic counters);</p>
<p><code>APCI877#sh policy-map interface loopback99<br />
Loopback99</code><br />
<code><br />
Service-policy output: TEST_POLICY_1<br />
Class-map: TEST_CLASS_1 (match-any)<br />
20 packets, 2000 bytes<br />
5 minute offered rate 0 bps, drop rate 0 bps<br />
Match: protocol icmp<br />
20 packets, 2000 bytes<br />
5 minute rate 0 bps<br />
Match: protocol smtp<br />
0 packets, 0 bytes<br />
5 minute rate 0 bps<br />
Match: protocol http host "bob.com"<br />
0 packets, 0 bytes<br />
5 minute rate 0 bps<br />
drop<br />
</code><br />
<code><br />
Class-map: class-default (match-any)<br />
0 packets, 0 bytes<br />
5 minute offered rate 0 bps, drop rate 0 bps<br />
Match: any<br />
APCI877#ping 192.168.100.1 source vlan 1<br />
Type escape sequence to abort.<br />
Sending 5, 100-byte ICMP Echos to 192.168.100.1, timeout is 2 seconds:<br />
Packet sent with a source address of 192.168.0.1<br />
!!!!!<br />
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms<br />
APCI877#ping 192.168.100.1 source vlan 1<br />
</code><code><br />
Type escape sequence to abort.<br />
Sending 5, 100-byte ICMP Echos to 192.168.100.1, timeout is 2 seconds:<br />
Packet sent with a source address of 192.168.0.1<br />
!!!!!<br />
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms<br />
APCI877#sh policy-map interface loopback99<br />
Loopback99<br />
Service-policy output: TEST_POLICY_1<br />
Class-map: TEST_CLASS_1 (match-any)<br />
20 packets, 2000 bytes<br />
5 minute offered rate 0 bps, drop rate 0 bps<br />
Match: protocol icmp<br />
20 packets, 2000 bytes<br />
5 minute rate 0 bps<br />
Match: protocol smtp<br />
0 packets, 0 bytes<br />
5 minute rate 0 bps<br />
Match: protocol http host "bob.com"<br />
0 packets, 0 bytes<br />
5 minute rate 0 bps<br />
drop<br />
</code><code><br />
Class-map: class-default (match-any)<br />
0 packets, 0 bytes<br />
5 minute offered rate 0 bps, drop rate 0 bps<br />
Match: any<br />
</code></p>
<p>I have has a search via google and looked around the cisco bug toolkit, but couldnt see anything exactly matching this behaviour. I will be testing on the latest IOS 15.1 at some point (when i&#8217;m infront of a router that has a little more flash/ram).</p>
<p>Any suggestions, comments or blaringly obvious known cisco bugs i&#8217;ve missed are welcome on this one!</p>
<p>Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2011/09/21/cisco-ios-policy-map-stops-working-after-class-map-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An old battle; Cisco 877 with BT ADSL2+</title>
		<link>http://www.matt-j.co.uk/2011/08/03/an-old-battle-cisco-877-with-bt-adsl2/</link>
		<comments>http://www.matt-j.co.uk/2011/08/03/an-old-battle-cisco-877-with-bt-adsl2/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 21:19:22 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[21CN]]></category>
		<category><![CDATA[4.0.0.17]]></category>
		<category><![CDATA[4.0.0.18]]></category>
		<category><![CDATA[4.0.233]]></category>
		<category><![CDATA[877]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[ADSL2]]></category>
		<category><![CDATA[atm0]]></category>
		<category><![CDATA[BT]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[connectivity]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Sync]]></category>
		<category><![CDATA[up]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=294</guid>
		<description><![CDATA[Last week I had the missfortune of needing to get some low bandwidth endpoints online for a client, these unmanned locations would have a few peices of technology sat behind an ADSL router with an IPSEC VPN back to a central location,bog standard stuff! Naturally, I&#8217;d specified Cisco 877 ISR routers (as anything newer was [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I had the missfortune of needing to get some low bandwidth endpoints online for a client, these unmanned locations would have a few peices of technology sat behind an ADSL router with an IPSEC VPN back to a central location,bog standard stuff!</p>
<p>Naturally, I&#8217;d specified Cisco 877 ISR routers (as anything newer was overkill) allowing a good level of remote management, monitoring and control.</p>
<p>Base configuration was written offline, router is then connected to a BT ADSL2+ socket and an issue I immediatley recognised reared it&#8217;s ugly head;</p>
<pre><code>PPPATM: ATM0 0/38 [0], Event = Vaccess Down
%LINK-3-UPDOWN: Interface Virtual-Access2, changed state to down
%DIALER-6-UNBIND: Interface Vi2 unbound from profile Di1
%LINK-3-UPDOWN: Interface ATM0, changed state to down
</code></pre>
<p>Errors would repeat every 30 seconds to 5 minutes, nearly two years on, 877&#8242;s still don&#8217;t support BT&#8217;s ADSL2+ connections it seemed!</p>
<p>Expecting a new, working ADSL firmware update in that timeframe, I headed to the cisco.com website and was bitterly dissapointed, even the firmware release &#8216;patch&#8217; of yesteryear had been removed (which we didn&#8217;t have much luck with anyway when it first came out).</p>
<pre><code><a href="http://www.matt-j.co.uk/wp-content/uploads/2011/08/ADSL2_877_FW_CISCOWEBSITE.png"><img class="aligncenter size-full wp-image-295" title="ADSL 2 Firmware for 877 from Cisco download site" src="http://www.matt-j.co.uk/wp-content/uploads/2011/08/ADSL2_877_FW_CISCOWEBSITE.png" alt="ADSL 2 Firmware listings for 877 from Cisco download site" width="515" height="160" /></a></code></pre>
<p>I knew we were looking for at least 4.0.0.18 (or 4.0.18 depending on where you see it written), backed up by many sources (<a href="http://www.google.co.uk/search?q=ADSL2%2B+BT+Cisco+877&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-GB:official&amp;client=firefox-a">just search for ADSL2+ BT Cisco 877</a>).</p>
<p>What&#8217;s clear however, is that 4.0.0.18 as talked about all over the place doesn&#8217;t seem to be solving anyones problems and after getting hold of a copy by searching google for the what the filename would be based on the 4.0.0.17 download (<a href="http://www.alcatron.net/cisco877/firmware/adsl_alc_20190_4.0.018.bin"> http://www.alcatron.net/cisco877/firmware/adsl_alc_20190_4.0.018.bin </a>) I once again confirmed this, even setting the line type to only ADSL2+ to rule out any negotiation issues still saw consistent drops every minute or so;<code></p>
<p>conf t<br />
int atm0<br />
dsl operating-mode adsl2+<br />
</code></p>
<p>(At this point it is probably worth mentioning that the 877 will use new firmware as long as it is called &#8216;adsl_alc_20190.bin&#8217; and is found in the routers flash on startup (if not, the default firmware in the IOS will be used), further details and screensots <a href="http://www.alcatron.net/?p=55"> courtesy of alcatron.net here!</a>)</p>
<p>Eventually, after a lot of firmware testing, I found that cisco have some &#8216;by request&#8217; only firmware versions which not many people seem to know about.<br />
After testing internal version 4.0.223, I can confirm that my ADSL2+ link suddenly became stable and has continued this way ever since (Now over one week).</p>
<p>I think it&#8217;s a little strange that Cisco has kept this one so tightly under wraps.<br />
Anyway, I am not suggesting that this firmware is fit, safe or even sensible to use, but it has resolved my issues here and if you&#8217;re reading this and at the very end of your patience with an 877/ADSL2+ combination, you can find the firmware at the link below;</p>
<p><a href="http://downloads.netmetix.net/Cisco/Firmware/adsl_alc_20190_4.0.223.bin">http://downloads.netmetix.net/Cisco/Firmware/adsl_alc_20190_4.0.223.bin</a></p>
<p>I hope this helps! Let me know if you have sucess with this, would be interested to see how many people are still affected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2011/08/03/an-old-battle-cisco-877-with-bt-adsl2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Step by Step Lync 2010 Enterprise Voice with Cisco Call Manager Express (or UC500) Part 2</title>
		<link>http://www.matt-j.co.uk/2011/05/27/step-by-step-lync-2010-enterprise-voice-with-cisco-call-manager-express-or-uc500-part-2/</link>
		<comments>http://www.matt-j.co.uk/2011/05/27/step-by-step-lync-2010-enterprise-voice-with-cisco-call-manager-express-or-uc500-part-2/#comments</comments>
		<pubDate>Fri, 27 May 2011 08:15:36 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Unified Communications]]></category>
		<category><![CDATA[CUCME]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network integration]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[UC500]]></category>
		<category><![CDATA[unified communications]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=291</guid>
		<description><![CDATA[The second part of our Lync CUCME /CME integration efforts, once again kindly written up by jamesbotham.wordpress.com (I swear he doesn&#8217;t sleep!) Usual Words of warning.. Be careful if you use these configurations on a live system and do not simply copy and paste this configuration in to a running CME or UC500 system, check [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>The second part of our Lync CUCME /CME integration efforts, once again kindly written up by <a href="http://jamesbotham.wordpress.com">jamesbotham.wordpress.com</a> (I swear he doesn&#8217;t sleep!)</p>
<p><strong>Usual Words of warning..</strong></p>
<p>Be careful if you use these configurations on a live system and do  not simply copy and paste this configuration in to a running CME or  UC500 system, <strong>check your dial-peers and translation rule numbers</strong> (“show  run” is your friend) otherwise you might overwrite something you later  come to regret!</p>
<p><strong>Call Manager Express Inbound Call Configuration</strong></p>
<p>This first key to enterprise voice is to allow the users on Lync to  dial our Cisco phone users as well as external numbers on the PSTN. The  following example below is from my live running CME router:</p>
<pre>dial-peer voice 552 voip
 description **Incoming Call from LYNC**
 b2bua
 session protocol sipv2
 session target ipv4:192.168.100.64:5068
 incoming called-number .%
 voice-class codec 1
 voice-class sip dtmf-relay force rtp-nte
 dtmf-relay rtp-nte
 no vad
!</pre>
<p>Nothing clever above, the IP address above is that of your Lync  mediation server and the standard mediation server port (5068), keep an  eye on the port number and ensure it matches up with your mediation  server port if you changed it and do not simply enter 5060 because it is  your UC’s SIP port. This port number is the number the UC talks <strong>BACK</strong> to your Lync server on.</p>
<p>Although the above doesn’t appear to be mandatory as our UC still  dialled a number coming out of Lync without this, we found that it was  intermittent at best and we could no longer control things such as class  of restrictions without it.<br />
<strong> </strong></p>
<p><strong>Call Manager Express Outbound Call Configuration</strong></p>
<p>The next step is to allow a user to call a user who is on the Lync  platform, to do this is a little bit more complicated. To make the  experience a little easier on the user (and you can’t easily dial a + on  a Cisco phone) we are going to create a translation rule and link this  to our dial peer.</p>
<p>By creating this translation rule it will allow a user to dial simply  5xxx and the CME/UC500 router will automatically add the + to the  extension as it exits the CME/UC500 system, remember Lync requires e.164  style numbers so this is going to give Lync what it wants.</p>
<p>Be aware single number reach will not work with this configuration,  my next blog post will be on how to co-exist with Lync using Cisco  Signal Number Reach on the CME/UC platform.</p>
<p><strong>Translation Rules</strong></p>
<p>A translation rule consists of 2 parts, the rule itself and a profile  that the rule is linked to, below is the translation rule and  translation profile created on our system to make this work. Be aware  you need to create the rule first before creating a profile.</p>
<p>The rule below simply adds a + in front of anything dialled that starts with a 5 and is 4 digits long.</p>
<pre>voice translation-rule 4000
 rule 1 /\(5...\)/ /+\1/
!</pre>
<p><strong>Translation Profile Creation</strong></p>
<p>This profile simply calls the above translation rule.</p>
<pre>voice translation-profile LYNC_ADD_PLUS
 translate called 4000
!</pre>
<p>Now that we have create the translation profile and translation rule  it is time to create a dial peer that will call the Lync server when a  user dials 5xxx.</p>
<p>Below is the live running configuration from our CME router, again be  wary of the port as it needs to be the port of the mediation server.</p>
<pre>dial-peer voice 551 voip
 description ** SIP Trunk to Lync Core **
 translation-profile outgoing LYNC_ADD_PLUS
 destination-pattern 5...
 notify redirect ip2pots
 session protocol sipv2
 session target ipv4:192.168.100.64:5068
 session transport tcp
 dtmf-relay rtp-nte
 codec g711ulaw
 fax rate disable
 fax protocol pass-through g711ulaw
 no vad
!</pre>
<p>Once you have done the above is you should now have a fully  functional enterprise voice installation, ensure that you enable a user  with Enterprise voice.</p>
<p><strong>Enabling a User for Enterprise Voice</strong></p>
<p>An example Lync user configuration is below, enabling Enterprise  voice is simple just select the option. It is important to set the Line  URI.</p>
<p>In the example below I have configured the “tel:” to be my Lync phone  number so in my example below it is 5346 and have also included my  Cisco desk phone which is “6346” it is important if you use the  extension that you do not add the + to the front of it.</p>
<p>Adding your desk extension improves the Lync experience as Lync will  recognise you from your desk phone when you dial in to things such as  the conference centre.</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image13.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb13.png?w=648&amp;h=490" border="0" alt="image" width="648" height="490" /></a></p>
<p>Until next time have fun with Lync and Enterprise Voice!!</p>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2011/05/27/step-by-step-lync-2010-enterprise-voice-with-cisco-call-manager-express-or-uc500-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step by Step Lync 2010 Enterprise Voice with Cisco Call Manager Express (or UC500) Part 1</title>
		<link>http://www.matt-j.co.uk/2011/05/27/step-by-step-lync-2010-enterprise-voice-with-cisco-call-manager-express-or-uc500-part-1/</link>
		<comments>http://www.matt-j.co.uk/2011/05/27/step-by-step-lync-2010-enterprise-voice-with-cisco-call-manager-express-or-uc500-part-1/#comments</comments>
		<pubDate>Fri, 27 May 2011 08:05:28 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Unified Communications]]></category>
		<category><![CDATA[CUCME]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network integration]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[UC500]]></category>
		<category><![CDATA[unified communications]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=289</guid>
		<description><![CDATA[Hot off the press from Jamesbotham.wordpress.com, who kindly found the time to write up our Lync Integration efforts, this article will shows how to integrate Lync 2010 and the Cisco Call Manager Express to offer Enterprise Voice capabilities to your Lync installation. Lab Configuration The installation has a 4 digit dial plan, all of our [...]]]></description>
			<content:encoded><![CDATA[<p>Hot off the press from <a href="http://jamesbotham.wordpress.com" target="_blank">Jamesbotham.wordpress.com</a>, who kindly found the time to write up our Lync Integration efforts, this article will shows how to integrate Lync 2010 and the Cisco Call  Manager Express to offer Enterprise Voice capabilities to your Lync  installation.</p>
<p><span style="font-size: medium;"><strong>Lab Configuration<br />
</strong></span>The installation has a 4 digit dial plan, all of our Cisco phones are in the 3… range and our Lync users are in the 5… range.</p>
<p>We currently run a UC560 running CME 8.1 so have no access to E.164  support although 8.5 will have support and is coming to the UC500 soon.  This document will allow the configuration without using this support so  will probably be updated once I can play with 8.5’s E.164 support.</p>
<p><strong><span style="font-size: medium;">Lync Configuration</span></strong></p>
<p><strong>Topology Updates<br />
</strong>From topology builder we  are going to create a new PSTN gateway, to do this expand your site  Media Servers and then select your mediation server and select  properties to open the following window.</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb.png?w=537&amp;h=426" border="0" alt="image" width="537" height="426" /></a></p>
<p>Select the option “New” to create a PSTN gateway, type in the FQDN if  you have an A record setup for your phone system OR type the IP address  in. Override the port from the default port to 5060 which is the  standard port for SIP and CME’s default configuration, finally ensure  TCP is set (TLS is out of scope of this document).</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image1.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb1.png?w=349&amp;h=218" border="0" alt="image" width="349" height="218" /></a></p>
<p>Click OK and ensure you publish your topology to your environment.</p>
<p><strong>Trunk Configuration</strong></p>
<p>Now its time to create your PSTN routing</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image2.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb2.png?w=648&amp;h=492" border="0" alt="image" width="648" height="492" /></a></p>
<p>Create the first of our 2 rules, this rule will remove the +44 (UK  dialling prefix, replace with your own if outside of the UK) from the  beginning of the number dialled from Lync and replace it with a 0 so  that the CME can understand the number we are trying to dial.</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image9.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb9.png?w=648&amp;h=490" border="0" alt="image" width="648" height="490" /></a></p>
<p>Our final translation rules is designed to remove the + sign from the  from our extensions as they are being dialled, again this is so that  the CME can understand what we are sending it.</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image4.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb4.png?w=648&amp;h=487" border="0" alt="image" width="648" height="487" /></a></p>
<p><strong>Normalisation Rules</strong></p>
<p>Normalisation rules are used to try and form an E.164 number from the  digits dialled by an end user, for example if you were to dial 01234  567890 from your Lync client the normalisation rule will turn this in to  an E.164 of +441234567890 .</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image10.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb10.png?w=647&amp;h=487" border="0" alt="image" width="647" height="487" /></a></p>
<p>Again we are going to create 2 normalisation rules, to create the first select “New” under the “Associated Normalization Rules”.</p>
<p>This rule is going to allow us to dial a PSTN call through the CME  device, we are looking for any number that starts with a 0 and is at  least 2 characters long, once we have this we are going to remove the 0  and add +44 to form a valid E.164 number.</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image11.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb11.png?w=648&amp;h=484" border="0" alt="image" width="648" height="484" /></a></p>
<p>Rule number 2 allows us to dial an extension on the CME, this rule  finds and number beginning with 3 and is 4 digits long and appends + to  it.</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image12.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb12.png?w=648&amp;h=490" border="0" alt="image" width="648" height="490" /></a></p>
<p>Now that your configuration is complete ensure that you select Commit All to upload your dial plans back in to Lync.</p>
<p><strong>Route Configuration</strong></p>
<p>The final piece of configuration on Lync is to create a route from  Lync to the CME, below is a working configuration that allows all  numbers starting +44 and +3 to be sent to the CME. Ensure that you  select the previously configured PSTN gateway as well as a PSTN policy.</p>
<p><a href="http://jamesbotham.files.wordpress.com/2011/05/image8.png"><img title="image" src="http://jamesbotham.files.wordpress.com/2011/05/image_thumb8.png?w=648&amp;h=746" border="0" alt="image" width="648" height="746" /></a></p>
<p>Now that the Lync configuration is completed, ensure you go to each  section and ensure everything is committed. Once you have committed all  of the changes leave your Lync installation, get a cup of coffee and let  Lync simmer for around 10 minutes to ensure that everything has  replicated around.</p>
<p>In Part 2 we will configure Cisco Call Manager Express to work with the above configuration. Part 2 either <a href="http://www.matt-j.co.uk/2011/05/27/step-by-step-l…r-uc500-part-2/">HERE</a> or <a href="http://jamesbotham.wordpress.com/2011/05/25/step-by-step-lync-2010-enterprise-voice-with-cisco-call-manager-express-or-uc500-part-2/">HERE</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2011/05/27/step-by-step-lync-2010-enterprise-voice-with-cisco-call-manager-express-or-uc500-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facelift</title>
		<link>http://www.matt-j.co.uk/2011/05/24/facelift/</link>
		<comments>http://www.matt-j.co.uk/2011/05/24/facelift/#comments</comments>
		<pubDate>Tue, 24 May 2011 00:31:36 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=284</guid>
		<description><![CDATA[I think it&#8217;s time for a change, but some life changes take time, planning, certainty (and a shiny new LinkedIn Profile!) &#8230; Changing a wordpress theme however, doesn&#8217;t take much effort at all! I&#8217;ve gone for something a little easier on the eyes (and a little more professional). Thoughts? More soon, Matt]]></description>
			<content:encoded><![CDATA[<p>I think it&#8217;s time for a change, but some life changes take time, planning, certainty <a href="http://uk.linkedin.com/in/mattjohnsonuk" target="_blank">(and a shiny new LinkedIn Profile!)</a></p>
<p>&#8230; Changing a wordpress theme however, doesn&#8217;t take much effort at all! I&#8217;ve gone for something a little easier on the eyes (and a little more professional).</p>
<p>Thoughts?</p>
<p>More soon,</p>
<p>Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2011/05/24/facelift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P vs NP Solved?</title>
		<link>http://www.matt-j.co.uk/2010/08/12/p-vs-np-solved/</link>
		<comments>http://www.matt-j.co.uk/2010/08/12/p-vs-np-solved/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 09:06:45 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[millenium problem]]></category>
		<category><![CDATA[np]]></category>
		<category><![CDATA[p]]></category>
		<category><![CDATA[pnp]]></category>
		<category><![CDATA[pvsnp]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=266</guid>
		<description><![CDATA[Holy crap! http://www.hpl.hp.com/personal/Vinay_Deolalikar/Papers/pnp_8_11.pdf &#8220;Scott Aaronson, associate professor of computer science at the Massachusetts Institute of Technology, is so sceptical that he pledged in his blog to pay Mr Deolalikar an additional $200,000 (£125,000) if the solution is accepted by Clay.&#8221; http://scottaaronson.com/blog/?p=456 Crazy if this turns out to be true! Mumblings: http://rjlipton.wordpress.com/2010/08/09/issues-in-the-proof-that-p%E2%89%A0np/ For the uninitiated: http://en.wikipedia.org/wiki/P_versus_NP_problem]]></description>
			<content:encoded><![CDATA[<p>Holy crap!</p>
<p><a href="http://www.hpl.hp.com/personal/Vinay_Deolalikar/Papers/pnp_8_11.pdf">http://www.hpl.hp.com/personal/Vinay_Deolalikar/Papers/pnp_8_11.pdf</a></p>
<p>&#8220;Scott Aaronson, associate professor of computer science at the Massachusetts    Institute of Technology, is so sceptical that he<strong></strong> pledged in his blog to pay Mr Deolalikar an additional $200,000 (£125,000)    if the solution is accepted by Clay.&#8221;</p>
<p><a href="http://www.hpl.hp.com/personal/Vinay_Deolalikar/Papers/pnp_8_11.pdf">http://scottaaronson.com/blog/?p=456</a></p>
<p>Crazy if this turns out to be true!</p>
<p>Mumblings: <a href="http://rjlipton.wordpress.com/2010/08/09/issues-in-the-proof-that-p%E2%89%A0np/">http://rjlipton.wordpress.com/2010/08/09/issues-in-the-proof-that-p%E2%89%A0np/</a></p>
<p>For the uninitiated: <a href="http://en.wikipedia.org/wiki/P_versus_NP_problem">http://en.wikipedia.org/wiki/P_versus_NP_problem</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2010/08/12/p-vs-np-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM &#8211; Memory Area Networks around the corner?</title>
		<link>http://www.matt-j.co.uk/2010/07/02/ibm-memory-area-networks-around-the-corner/</link>
		<comments>http://www.matt-j.co.uk/2010/07/02/ibm-memory-area-networks-around-the-corner/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 01:33:32 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ddr]]></category>
		<category><![CDATA[eX5]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[memory area network]]></category>
		<category><![CDATA[QPI]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[x86]]></category>

		<guid isPermaLink="false">http://www.matt-j.co.uk/?p=263</guid>
		<description><![CDATA[So today I stumbled accross this: IBM's new eX5 architechture/server range.

The main advantage is they seem to have decoupled memory from the Xeon X86 processors, allowing for extra rackmount modules of RAM without needing extra processors or more servers.]]></description>
			<content:encoded><![CDATA[<p>So today I stumbled accross this: IBM&#8217;s new eX5 architechture/server range.</p>
<p>The main advantage is they seem to have decoupled memory from the Xeon X86 processors, allowing for extra rackmount modules of RAM without needing extra processors or more servers.</p>
<p>It&#8217;s all well and good and i&#8217;d like to be able to say, this this the birth of MAN&#8217;s (Memory Area Networks) to accompany existing SAN and LAN technology, however; I can&#8217;t answer that, <strong>as there does not seem to be much technical information available!</strong></p>
<p>For example, is the architechture addressable? can a memory module be connected to multiple server nodes and memory used as needed (like a Dynamic SAN environment can for secondary storage). This would allow the system ideally to scale to a full MAN type scenario, with virtualisation provisioning technologies reserving X amount of memory for new VM&#8217;s, could even allow memory sharing between server nodes at memory speeds for clustered applications and failover scenario&#8217;s.</p>
<p><strong>-or- </strong></p>
<p>is it, as I expect, some silicon that extends QPI onto some custom IBM external interface, allowing point to point or limited point to multipoint connection to another tray of ram. I get the feeling this is probably more the case.</p>
<p><strong>I cannot confirm from what I have read so far that it&#8217;s either of these</strong>, but if it was the former I should imagine there would be more of a fuss&#8230;</p>
<p>I guess i&#8217;ll have to wait a while for a distributed network technology that is still DDR3-Quick even after additional network addressing overheads.</p>
<p>Still, good to see movement from the norm, if for no other reason than to spark technical discussion.</p>
<p>Matt</p>
<p>Further Reading:</p>
<p>http://www-03.ibm.com/press/us/en/pressrelease/29570.wss</p>
<p>http://www.redbooks.ibm.com/abstracts/redp4650.html</p>
<p>ftp://public.dhe.ibm.com/common/ssi/pm/br/n/xsb03013usen/XSB03013USEN.PDF<br />
ftp://public.dhe.ibm.com/common/ssi/pm/rg/n/xso03099usen/XSO03099USEN.PDF</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matt-j.co.uk/2010/07/02/ibm-memory-area-networks-around-the-corner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

