<?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>Luke Darby</title>
	<atom:link href="http://www.lukedarby.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lukedarby.co.uk</link>
	<description>Technology Infrastructure  &#124; Media &#124; Communication</description>
	<lastBuildDate>Fri, 27 Jan 2012 22:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Extending your MeetingPlace Express installation lifeline</title>
		<link>http://www.lukedarby.co.uk/2012/01/extending-your-meetingplace-express-installation-lifeline/</link>
		<comments>http://www.lukedarby.co.uk/2012/01/extending-your-meetingplace-express-installation-lifeline/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:14:43 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[MeetingPlace Express 2.x]]></category>
		<category><![CDATA[Cisco MeetingPlace 2.x; MeetingPlace integration to Active Directory; changing domain suffix on MeetingPlace Express;]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=363</guid>
		<description><![CDATA[Integrating MeetingPlace Express 2.x into Active Directory is possible, but there are some things to look out for. ]]></description>
			<content:encoded><![CDATA[<p>Whilst I&#8217;m always in favour of migrating to the latest technology and taking advantage of the features they offer, every once in a while you have some existing installation that simply does the job and you are happy with what it offers.<br />
We&#8217;ve had an old installation of Cisco MeetingPlace Express 2.1, which dates back to circa 2006/7, it offers conference call facilities, screen sharing and presentation, all nice and simple. It&#8217;s been replaced by the latest Cisco offering of WebEx. Don&#8217;t get me wrong, it&#8217;s a great product, but we simply can&#8217;t justify the expense of it when the feature set we have now fulfils our needs. We&#8217;ve gone OSX on our desktop, and whilst MeetingPlace Express is strictly only supported under Windows, for the plugins etc, it&#8217;s perfectly useable from within the web based client. In order to use our existing install, we needed to make it use our backend Active Directory infrastructure and also change it to our current domain suffix, from a legacy one.<br />
Initially, integrating it to Active Directory appeared daunting, as we had existing, stand alone users configured, with existing repeat meetings etc.</p>
<p>There is plenty of good documentation available <a title="Cisco Unified MeetingPlace Express, Release 2.x" href="http://docwiki.cisco.com/wiki/Cisco_Unified_MeetingPlace_Express,_Release_2.x_--_How_to_Configure_User_Authentication_By_an_External_Directory#Configuring_User_Authentication_by_an_External_Directory-Cisco_Unified_CallManager_Release_4.x" target="_blank">here,</a> but when we followed it, we managed to import users, but they were detached from their meetings, and as those meetings had no owners, they in turn vanished. This could have been a disaster, but we had of course made a full system backup before we did anything.</p>
<p>So, the aim was essentially 2 separate processes; change the DNS suffix and lookup; make the system AD integrated somehow.<br />
In integrating MeetingPlace Express with an external directory, there are 2 methods to do it, LDAP and AXL SOAP API. They will both authenticate against CUCM or a CUCM related/generated directory. It pretty much depends which version of Call Manager (CUCM) you&#8217;re running, for 4.x and earlier, ldap is recommended and for 5.x and above, AXL is supported. As I wanted to authenticate against Active Directory and not CUCM, I opted to do it with ldap, it&#8217;s by far the simplest way.</p>
<p>The procedure is like this:</p>
<p>Export all users to csv text file.<br />
Log in to Cisco Unified MeetingPlace Express and click Administration. Click System Configuration &gt; Usage Configuration.<br />
Complete the fields available</p>
<ul>
<li>Cisco Unified Communications Manager/ Cisco Unified CallManager version: Set this field to Cisco Unified CallManager Release 4.x</li>
<li>LDAP URL: (Make sure that this URL starts with ldap) ldap://server.whateveryourdomain.com:389 (Make sure that there are no spaces after the URL)</li>
<li>Directory username: Use the format of an LDAP distinguished name: cn=serviceaccount,dc=whateveryourdomain,dc=com</li>
<li>Password: Self explanatory</li>
<li>Cisco base: Leave blank if you are not using the Cisco Unified CallManager DC-Directory to authenticate Cisco Unified MeetingPlace Express users.</li>
<li>User base: dc=whateveryourdomain,dc=com</li>
<li>Directory type: ADS  (Active Directory Services)</li>
<li>Click Test LDAP Configuration to test that the configuration parameters work correctly.</li>
<li>Click Save.</li>
</ul>
<p><a href="http://www.lukedarby.co.uk/wp-content/uploads/Meeting-PLace.png"><img class="alignnone size-medium wp-image-364" title="MeetingPlace Express Administration Center" src="http://www.lukedarby.co.uk/wp-content/uploads/Meeting-PLace-300x222.png" alt="MeetingPlace Express Administration Center" width="300" height="222" /></a><br />
The test should dictate your success.<br />
So, if like us you have existing users and want to convert them to AD authentication, you will need to take your exported file and modify it.</p>
<p>The procedure is like this:<br />
1 Export all users again as before, safety first.<br />
2 Open the file in Excel and then import as comer separated CSV<br />
3 Edit text file, and modify field<strong> ISUSERLOCAL</strong> set to <strong>NO</strong><br />
4 Save the file, as csv, (however you cannot import using csv, the file MUST be text or it will corrupt on import)<br />
5 Drop into a file manager and rename the file extension to .txt<br />
6 Now import user TXT file and select the option to overwrite any existing users<br />
7 Check you can now still login with AD credentials<br />
8 Check meetings are all still visible. Test</p>
<p>Don&#8217;t change settings for admin users, or guest user as these must stay local.</p>
<p>You should not have all your users still with their existing meetings, but authenticating against Active Directory!</p>
<p>Now to change the domain suffix&#8230;</p>
<p>To change network parameters post installation, you can use the net command to modify the network configuration settings. To access the net command, you can use the Meeting Place terminal via the GUI, or SSH into it as the user called mpxadmin and then enter the command <em><strong>net</strong></em>.<br />
In order to change the network settings, you must shut down the application by entering the following: <em><strong>sudo mpx_sys stop</strong></em></p>
<p><a href="http://www.lukedarby.co.uk/wp-content/uploads/MeetingPlace-CLI.png"><img class="alignnone  wp-image-366" title="MeetingPlace CLI" src="http://www.lukedarby.co.uk/wp-content/uploads/MeetingPlace-CLI-300x156.png" alt="MeetingPlace CLI" width="425" height="220" /></a></p>
<p>The options pretty much speak for themselves, to change the DNS suffix, option 5; to change the DNS servers, option 6 and so on.<br />
Option 8 when you&#8217;re done modifying settings, and don&#8217;t forget to reboot for the settings to take effect. (shutdown -r now)</p>
<p>With MeetingPlace now authenticating against your domain, any users who weren&#8217;t already enrolled will have accounts created on the fly when they attempt to login. It&#8217;s great, lowers the support overhead and is much quicker for the users too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2012/01/extending-your-meetingplace-express-installation-lifeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2011 and the Me contact</title>
		<link>http://www.lukedarby.co.uk/2012/01/microsoft-office-2011-and-the-me-contact/</link>
		<comments>http://www.lukedarby.co.uk/2012/01/microsoft-office-2011-and-the-me-contact/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 23:20:03 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook 2011 Mac]]></category>
		<category><![CDATA[Outlook 2011]]></category>
		<category><![CDATA[outlook 2011 Me contact]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=357</guid>
		<description><![CDATA[Outlook 2011 introduces the concept of a Me contact, where all your own information is stored. It is used and referred to when replying to address is used to complete the To: field for the replyer.]]></description>
			<content:encoded><![CDATA[<p>If you deploy Microsoft Office 2011 from a central repository and have your macbooks/mini&#8217;s/imac enrolled in Active Directory, you may find some puzzling results when your users send you emails.</p>
<p>When a new user signs into the macbook with his Active Directory credentials, his account is created on the fly (assuming you&#8217;ve deployed your topology to do so). At the same time your Outlook 2011 profile will set itself up with your email address, and providing your Exchange DNS records are configured correctly, all server addressing will be configured on the fly.</p>
<p>So, here&#8217;s the scenario, new (to the macbook) user signs into Outlook, all appears well, his mail is there, contacts etc. He or she sends an email to colleagues who receive an emails where the From: field appears fine, as in it shows their name.<br />
However when you reply, you notice that the To: field derives a &#8216;Microsoft Office User&#8217; preface to the full email address.</p>
<p>You get a result that looks like this:</p>
<p><strong>From:</strong> Luke Darby &lt;Luke@lukedarby.co.uk&gt;<br />
<strong>Date:</strong> Fri, 13 Jan 2012 16:24:11 +0000<br />
<strong>To:</strong> <span style="color: #ff0000;">Microsoft Office User</span> &lt;lukedarby@lukedarby.co.uk&gt;<br />
<strong>Subject:</strong> RE: I have a name you know!</p>
<p>Initially this was a huge issue for us as it seemed to be linked to the &#8220;This product is licenced to&#8221; field. In short, it&#8217;s not directly related, but indirect.</p>
<p>Outlook 2011 creates a contact for you when you first create a profile, called &#8216;Me&#8217; If it doesn&#8217;t have all information available, it uses your email address and the licences to field. In Essence you get a &#8216;Me&#8217; contact which has &#8216;Microsoft Office User&#8217; as the contact First and Last Name and your Work E-mail completed with your primary SMTP alias.</p>
<div id="attachment_359" class="wp-caption alignnone" style="width: 310px"><a href="http://www.lukedarby.co.uk/wp-content/uploads/Me-contact.png"><img class="size-medium wp-image-359" title="Me contact" src="http://www.lukedarby.co.uk/wp-content/uploads/Me-contact-300x186.png" alt="Me contact" width="300" height="186" /></a><p class="wp-caption-text">Me contact</p></div>
<p>You find this contact by clicking on Contacts -&gt; Organize -&gt; Me</p>
<div id="attachment_358" class="wp-caption alignnone" style="width: 263px"><a href="http://www.lukedarby.co.uk/wp-content/uploads/Organize-me.png"><img class="size-full wp-image-358" title="Organize-me" src="http://www.lukedarby.co.uk/wp-content/uploads/Organize-me.png" alt="Outlook Me contact" width="253" height="159" /></a><p class="wp-caption-text">Outlook Me contact</p></div>
<p>Once in there, you can manually complete the details you want, OR….<br />
Scroll down and you should see your AD Directory contact detail. A handy &#8216;Update Contact&#8217; button is provided for convenience to fill all the fields for you.</p>
<p><a href="http://www.lukedarby.co.uk/wp-content/uploads/Update-contact.png"><img class="alignnone size-medium wp-image-360" title="Update contact" src="http://www.lukedarby.co.uk/wp-content/uploads/Update-contact-300x77.png" alt="Update contact" width="300" height="77" /></a></p>
<p>Once done, restart Outlook for good measure and you won&#8217;t see the issue again. It&#8217;s annoying, but simple to solve, and the user can do it themselves.</p>
<p>If you gave the bulk distribution licences to name as something else, then you&#8217;ll need to change THAT name in your Me contact.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2012/01/microsoft-office-2011-and-the-me-contact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Communicator 2011 13.1.2 Release &#8211; Lion patch at last</title>
		<link>http://www.lukedarby.co.uk/2011/07/communicator-2011-13-1-2-release-lion-patch-at-last/</link>
		<comments>http://www.lukedarby.co.uk/2011/07/communicator-2011-13-1-2-release-lion-patch-at-last/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 11:05:00 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Communicator for Mac 2011]]></category>
		<category><![CDATA[Instant Messaging]]></category>
		<category><![CDATA[OCS 2007R2]]></category>
		<category><![CDATA[Office Communicator 2007 R2]]></category>
		<category><![CDATA[Communicator 13.1.2]]></category>
		<category><![CDATA[Communicator 2011 13.1.2]]></category>
		<category><![CDATA[Communicator 2011 crashing under Lion]]></category>
		<category><![CDATA[OS X Lion Communicator patch]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=328</guid>
		<description><![CDATA[If you're running OS X Lion and use Communicator 2011, then you need this patch! ]]></description>
			<content:encoded><![CDATA[<p>As many of you who have upgraded to Lion in either beta, GM (Gold Master seed) or the release version will know, if you were/are running Communicator 2011 and patched it under Snow Leopard to anything other than 13.0.0 (release version) then you&#8217;ll know it crashes as soon as you message someone (or they message you) once you were running Lion.<br />
The &#8216;solution&#8217; to this was to roll back to 13.0.0 which is pretty messy to be honest, and with Lion having been around for a while most of us expected the patch to have followed the release VERY closely.</p>
<p>Anyway, all that said, Microsoft have released the patch, download it <strong><a title="KB 2587147" href="http://support.microsoft.com/kb/2587147" target="_blank">here</a>.</strong></p>
<p>However take note of the kb, pre reqs:<strong><em>Before you install the Communicator 2011 13.1.2 Update, make sure that the computer is running Mac OS X v10.5.8 or a later version of the Mac OS X operating system.</em></strong><br />
In other words, if you&#8217;re running the pre-release, GM or the full release, AND have regressed your Communicator 2011 install to 13.0.0 then the upgrade won&#8217;t work. A neat guideline is that if Microsoft Autoupdate doesn&#8217;t &#8216;find&#8217; it, then you&#8217;ll get an install error like this</p>
<div id="attachment_331" class="wp-caption alignnone" style="width: 310px"><a href="http://www.lukedarby.co.uk/wp-content/uploads/lion-pre-rel-err.png"><img class="size-medium wp-image-331" title="Install fails on Lion pre-release" src="http://www.lukedarby.co.uk/wp-content/uploads/lion-pre-rel-err-300x212.png" alt="Install fails on Lion pre-release" width="300" height="212" /></a><p class="wp-caption-text">Thanks for the image Nick!</p></div>
<p>This is pre-release btw. To resolve this error make sure you install the &#8216;broken&#8217; 13.1.x version update first, THEN the patch will install.</p>
<p>This is made clear in the KB : <em><strong>Additionally, you must install Microsoft Communicator for Mac 13.1.0 Update or a later update before you install the Communicator for Mac 13.1.2 Update.</strong></em></p>
<div id="attachment_332" class="wp-caption alignnone" style="width: 308px"><a href="http://www.lukedarby.co.uk/wp-content/uploads/Communicator2011-13.1.2.png"><img class="size-medium wp-image-332" title="Communicator2011-13.1.2" src="http://www.lukedarby.co.uk/wp-content/uploads/Communicator2011-13.1.2-298x300.png" alt="Communicator2011-13.1.2" width="298" height="300" /></a><p class="wp-caption-text">Successful install of Communicator2011-13.1.2</p></div>
<p>So to recap, the patch <strong>will</strong> install on pretty much any version of Lion or Snow Leopard(tested), but you must have patched Communicator to 13.1.0 minimum for it to install. If you regressed your install to 13.0.0, then patch it again, THEN install 13.1.2. Easy way to do this is let AutoUpdate work for you.</p>
<p>Anyway good news for a lot of folk who have put their money into Communicator/Lync etc, justifying the spend on these products is tough enough without having to explain to CEO&#8217;s that you&#8217;re waiting for a patch and have to roll them back to an inferior version (no screen share, <strong>EDGE</strong> etc)</p>
<p><strong>Oh and connecting via EDGE &#8230; If you&#8217;re running Snow Leopard  it still works with 13.1.2&#8230; Currently testing it on Lion, I&#8217;ve had 2 successes and 1 fail, so far I&#8217;m going with it still works! good news.<span style="text-decoration: underline;"><br />
</span></strong></p>
<p>I know it&#8217;s life on the leading edge, but still, come on Microsoft, keep up!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2011/07/communicator-2011-13-1-2-release-lion-patch-at-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest Jetstress Field Guide</title>
		<link>http://www.lukedarby.co.uk/2011/05/latest-jetstress-field-guide/</link>
		<comments>http://www.lukedarby.co.uk/2011/05/latest-jetstress-field-guide/#comments</comments>
		<pubDate>Tue, 03 May 2011 17:23:16 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Exchange planning]]></category>
		<category><![CDATA[Exchange testing]]></category>
		<category><![CDATA[Jetsress]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=325</guid>
		<description><![CDATA[JetStress is a fantastic tool for Exchange testing and benchmarking. It can be daunting though and needs a fair amount of understanding. This latest field guide from the Exchange Team is mandatory reading.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always relied on JetStress to gain confidence in any new Exchange infrastructure I build. It gives you good loading feedback and is great for benchmarking disk I/O and IOPS.</p>
<p>http://gallery.technet.microsoft.com/Jetstress-Field-Guide-1602d64c</p>
<p>According to the<a title="The Exchange Team blog" href="http://blogs.technet.com/b/exchange/" target="_blank"> Exchange Team</a>, the highlights are:</p>
<p>Updated for version 14.01.225.017 of Jetstress<br />
Added Exchange Server 2003 instructions<br />
Added more troubleshooting information<br />
Added guidance for running Jetstress on a production Exchange Server<br />
Included guidance for testing Raid Arrays<br />
Included information and guidance on Background Database Maintenance<br />
General corrections and clarity improvements</p>
<p>If you&#8217;re building or are about to build an Exchange setup, it&#8217; worth a good read. Use it.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2011/05/latest-jetstress-field-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storage market continuous change</title>
		<link>http://www.lukedarby.co.uk/2011/04/storage-market-continuous-change/</link>
		<comments>http://www.lukedarby.co.uk/2011/04/storage-market-continuous-change/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 11:47:31 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[3Par]]></category>
		<category><![CDATA[Compellent]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Ocarina]]></category>
		<category><![CDATA[Oracle/Sun]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Storagetek]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[Oracle storage firmware utilty]]></category>
		<category><![CDATA[SAN acquisitions]]></category>
		<category><![CDATA[SAN purchase]]></category>
		<category><![CDATA[SAN speculation]]></category>
		<category><![CDATA[storage acquisitions]]></category>
		<category><![CDATA[Storage market changes]]></category>
		<category><![CDATA[storage market speculation]]></category>
		<category><![CDATA[storage purchase]]></category>
		<category><![CDATA[Sun storage]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=313</guid>
		<description><![CDATA[The storage market has to be the most unsettled it's been in years. The wide variety of storage vendors, with good independents is a shrinking landscape. The power plays and buy outs makes for some very careful decisions if you're about to buy storage. My short advice is be careful and if you can..wait it out.]]></description>
			<content:encoded><![CDATA[<p>The storage market has to be the most unsettled it&#8217;s been in years. The wide variety of storage vendors, with good independents is a shrinking landscape. The power plays and buy outs makes for some very careful decisions if you&#8217;re about to buy storage. My short advice is be careful and if you can..wait it out.</p>
<p>I guess the start for me was <a title="Sun acquires Storagetek" href="http://www.zdnet.com/news/sun-to-buy-storagetek-for-41-billion/143065" target="_blank">Sun buying Storagetek</a>, that was back in 2005, but I mark it as one of the very early indicators of change. However after that, things appeared settled, but as a Storagetek customer, there was a shift from what felt like a more intimate organisation in Storagetek, to a very rigid feeling environment within Sun. The irony of that was even further bureaucracy and rigidity was to come in 2009 when Oracle purchased Sun.<br />
I guess I was pretty close to both these acquisitions as I was a Storagetek customer throughout. As a customer I felt the changes quite severely. When using Storagetek for support, I felt like I could reach into the heart of the organisation to get advice or help, with Sun, those portals closed, things became very regimented, almost certainly better for a company with scale, but as a customer it was sometimes frustrating.</p>
<p>With Dell continuing to resell EMC, they didn&#8217;t have that storage piece they could call their own. Dell had long since been in the server space, if you didn&#8217;t buy HP/Compaq, you bought Dell tin. They went shopping and <a title="Dell buys Equallogic" href="http://venturebeat.com/2007/11/05/dell-buys-equallogic-for-14b-biggest-cash-purchase-of-private-tech-company/" target="_blank">Dell bought Equallogic</a>.<br />
This of course soured their relationship with EMC for a while, but it seemed to more or less heal. My thoughts are <a title="Dell and EMC discord" href="http://www.lukedarby.co.uk/?p=272" target="_blank">here</a> on that. Equallogic was a move away from the traditional frame based FC type SAN, with it&#8217;s iSCSI technology. It was an expensive purchase, (to put it mildly) the largest ever cash purchase of a private venture backed technology company! That said they&#8217;ve made it work for them, a very established and profitable product line now.</p>
<p>HP, not to be outdone, realising the changing and growing storage space, go out and acquire Lefthand Networks, who are pretty much an Equallogic competitor. Interesting in that it&#8217;s a like for like purchase, and really only touching the Enterprise level market. Lefthand a heavy iSCSI pioneer.</p>
<p><a title="Oracle purchase Sun" href="http://www.oracle.com/us/corporate/press/018363" target="_blank">Oracle purchasing Sun</a> posed many questions, with a lot of speculation that they would drop the storage, they only purchased MySQL. At the time I maintained the storage piece had value as Oracle DB turn key solutions, and low and behold that&#8217;s exactly what they&#8217;re offering now, tuned storage to create a harmony between software and hardware.</p>
<p>Dell, had hoped to sew up their Entry/Mid/Enterprise solution with the Equallogic and clearly with designs on 3Par products in mind went shopping and made a very interesting purchase by <a title="Dell acquires Ocarina" href="http://content.dell.com/uk/en/corp/d/secure/2010-7-19-ocarina-networks-aquisition.aspx" target="_blank">purchasing a storage technology company called Ocarina</a>. They&#8217;re a dedupe/storage optimisation technology. This signalled their intention to invest further in their storage offering and continue to innovate.</p>
<p>In the same month IBM announced the <a title="IBM acquire Storwize" href="http://www-03.ibm.com/press/us/en/pressrelease/32219.wss" target="_blank">acquisition of Storwize</a> a data compression specialist. One can only assume they have the intention of offering it as part of their product suite.</p>
<p>Along comes HP, predominantly a server, printer and desktop tin vendor, they had the EVA storage solution,  it had issues and was becoming a bit of a dinosaur in a rapidly changing storage technology market. The <a title="HP acquire Lefthand" href="http://www.hp.com/hpinfo/newsroom/press/2008/081001a.html" target="_blank">LeftHand acquisition</a> had put them in a good place, and for a while were the all round vendor. If you went to HP, it was pretty much a 1 stop shop. However the EVA was ageing, Lefthand wasn&#8217;t making inroads into the heavy enterprise user markets, they lacked mid to enterprise punch, a storage piece that would move them on to next generation technology. A bidding war ensued between Dell and HP for the independent 3Par. 3Par had great technology, an excellent reputation and was perceived as a fantastic purchase by both HP and Dell. <a title="HP buy 3Par" href="http://www.hp.com/hpinfo/newsroom/press/2010/100902b.html" target="_blank">HP won</a> out. Some say they paid way over the odds, probably, but they were ahead in the race!<br />
Ironically I don&#8217;t feel HP are pushing the 3Par sales very hard, I suspect it&#8217;s because it just doesn&#8217;t integrate into their Storageworks management platform, and that&#8217;s a piece of development that is ongoing. Just take a walk around their website, it&#8217;s all Lefthand P-series and EVA, 3Par seems to exist as a separate entity. Try and engage HP about 3Par products, you&#8217;ll see what I mean.</p>
<p>Step into 2011 and events occur at pace.</p>
<p>Dell expand their empire again. While Equallogic is a great product, it sits pretty much in the entry to mid level space, whereas they were filling Enterprise heavy orders with the EMC offerings. To take on that market themselves they needed that heavy hitter, they lost 3Par, so they went to their closest rival <a title="Dell acquire Compellent" href="http://content.dell.com/us/en/corp/d/secure/2011-02-22-dell-acquires-compellent.aspx" target="_blank">Compellent</a>. The recession had meant that R&amp;D for the smaller storage houses was slightly under funded, and of course made them ripe for purchase. Compellent has fantastic technology, a well respected support operation and has potential for scale and improvements. Compellent also makes a nice model for the Ocarina innovation. Dedupe in-line anyone?</p>
<p>Then the pace steps up!<br />
Western Digital announces the <a title="Western Digital acquires Hitachi disk" href="http://www.ft.com/cms/s/2/088a4ebe-48ef-11e0-af8c-00144feab49a.html#axzz1K5xSZqky" target="_blank">acquisition of Hitachi disk arm</a>. This is a very interesting purchase on many levels, clearly WD are making a play here to up the ante on Seagate, their closest rival. Hitachi parting with the disk arm is curious, they&#8217;re a storage array vendor themselves and part of their sales pitch is that they make the array end to end.. well, not anymore! Odd. That puts question marks over Hitachi HDS, are they ripe for acquisition?</p>
<p>Confused by that, <a title="NetApp acquires LSI storage" href="http://www.netapp.com/us/company/news/news-rel-20110309-364618.html" target="_blank">NetApp announces their acquisition of the the LSI storage arm</a>, Engenio. This is HUGE news. Underneath a <a title="LSI OEM partners" href="http://www.lsi.com/storage_home/partners/oem_partners/index.html" target="_blank">plethora of arrays, sits LSI tech</a>. Oracle&#8217;s 6000 series, IBM DS and FastT to me are the big fish. NetApp and Oracle compete for the same business in that market, Oracle aren&#8217;t going to want to buy from NetApp &#8211; NetApp aren&#8217;t going to want to sell to Oracle or indeed IBM, they want that business for themselves! The PR on this is that all is well, OEM relationships are safe… yeah, ok. This is business and big money. At present I can only see the end of the line for those big ticket OEM ranges. This one change puts huge question marks over further investment in those technologies, and without committed re-assurance from all parties, to my mind it&#8217;s time for change!</p>
<p>Next thing we know Seagate upsize to catch WD, and <a title="Seagate acquire Samsung" href="http://www.independent.co.uk/news/business/news/seagate-buys-samsung-division-2270233.html" target="_blank">acquire Samsungs</a> disk arm!</p>
<p>To emphasise the pace at which events occur, I&#8217;ve put together this timeline.</p>
<div class="mceTemp">
<dl id="attachment_314" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.lukedarby.co.uk/wp-content/uploads/Screen-shot-2011-04-21-at-22.57.33.png"><img class="size-medium wp-image-314" title="Storage market evolution" src="http://www.lukedarby.co.uk/wp-content/uploads/Screen-shot-2011-04-21-at-22.57.33-300x98.png" alt="Storage market evolution" width="300" height="98" /></a></dt>
</dl>
</div>
<p>This isn&#8217;t exhaustive by any means, little twists and turns have come and gone, but for me these were the ones that had knock forward effect and therefor the most impact.</p>
<p>&nbsp;</p>
<h1><span style="text-decoration: underline; color: #ff0000;">What next?! Rumour and prediction collide&#8230;</span></h1>
<p><span style="text-decoration: underline;">Cisco buy NetApp:</span> Well, Cisco are desperate to get a slice of the storage/server market, they&#8217;re largely regarded as a 1 trick pony, king of networking. They do an AWFUL lot of collaboration with NetApp… feels like only a matter of time.</p>
<p><span style="text-decoration: underline;">Oracle dump Hitachi and LSI/Engenio:</span> they aren&#8217;t going to want to buy from the competition, they either buy them or drop them.</p>
<p><span style="text-decoration: underline;">Oracle buy NetApp:</span> They have a choice to make, dig deep and buy NetApp, which makes a lot of sense on many levels, but would be costly.</p>
<p><span style="text-decoration: underline;">IBM buy NetApp:</span> Similar reasons for Oracle to buy them, get back control or lose a chunk of their range</p>
<p><span style="text-decoration: underline;">IBM buy EMC:</span> This would also make sense for IBM, EMC has the enterprise (banking) marketplace very well sewn up and IBM has that sort of support operation to match.</p>
<p>Sometimes you HAVE to invest, and if you take the hard line that it&#8217;s strategic or an upgrade with an existing vendor relationship, you can&#8217;t go far wrong. Otherwise, it&#8217;s becoming a small storage vendor list, my advice, watch now, buy much later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2011/04/storage-market-continuous-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Storagetek/Oracle 6000 series firmware Preparation</title>
		<link>http://www.lukedarby.co.uk/2011/04/sun-storagetekoracle-6000-series-firmware-preparation/</link>
		<comments>http://www.lukedarby.co.uk/2011/04/sun-storagetekoracle-6000-series-firmware-preparation/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 22:34:15 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Oracle/Sun]]></category>
		<category><![CDATA[Santricity]]></category>
		<category><![CDATA[Storagetek]]></category>
		<category><![CDATA[6140]]></category>
		<category><![CDATA[6140 firmware]]></category>
		<category><![CDATA[6540]]></category>
		<category><![CDATA[6540 firmware]]></category>
		<category><![CDATA[Oracle 6000]]></category>
		<category><![CDATA[Oracle 6xxx]]></category>
		<category><![CDATA[Oracle storage firmware utilty]]></category>
		<category><![CDATA[Sun 6140 firmware]]></category>
		<category><![CDATA[Sun 6540 firmware]]></category>
		<category><![CDATA[Sun array firmware]]></category>
		<category><![CDATA[Sun storage]]></category>
		<category><![CDATA[Sun Storagetek firmware utility]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=310</guid>
		<description><![CDATA[Updating the firmware on the 6000 series arrays can be tricky, but it all starts with getting hold of the correct tools and the prescribed guidance. This post points you in the right direction.]]></description>
			<content:encoded><![CDATA[<p>I recently had some good feedback from a couple of really nice folk asking for advice/help/comment on some Sun/STK/Oracle 6xxx series issues they were having. I&#8217;ll start to try and put more stuff up about the arrays.</p>
<p>One very decent document I read was the upgrade guide. It&#8217;s pretty simple to read doc and contains good information about the upgrade process.<br />
<a title="6140 firmware, 6540 firmware, Sun 6140 firmware, Sun 6540 firmware, Sun array firmware, Oracle 6000, Oracle 6xxx, Oracle storage firmware utilty, Sun Storagetek firmware utility" href="http://www.google.co.uk/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBYQFjAA&amp;url=http%3A%2F%2Fdownload.oracle.com%2Fdocs%2Fcd%2FE19780-01%2F820-7197-12%2F820-7197-12.pdf&amp;ei=-gSuTc2gMIjg4wbtnKyRCw&amp;usg=AFQjCNE2U6KTCrx_8iCksyPyYuOOGLkeKQ" target="_blank"><br />
Sun Storage 6000 Series Array Firmware Upgrade Guide</a></p>
<p>To that end, it&#8217;s not exactly obvious, since the move away from Sunsolve, how to find the software in the MOS portal. To locate the 6xxx series software for the firmware upgrade process, I&#8217;ve put together this &#8216;where is it&#8217; step by step.</p>
<p>1. Login to My Oracle Support at https://support.oracle.com/.<br />
2. Along the top of the window that opens as your first page, click on the &#8216;Patches &amp; Updates&#8217; tab.<br />
3. In the Patch Search pane, click on &#8220;Product or Family(Advanced Search).&#8221;<br />
4. Tick or check the box for &#8220;Include all products in a family.&#8221;<br />
5. In the Product field, clock the drop down and select &#8220;Sun StorageTek 6000 Series Software&#8221;<br />
6. In the Release field, select &#8220;Sun StorageTek 6000 Series software 1.0&#8243;. It should already be selected, but just check.<br />
7. Select the platform to install the tool and click search OR as i wanted to see all I just clicked Search.</p>
<p><a href="http://www.lukedarby.co.uk/wp-content/uploads/Screen-shot-2011-04-19-at-22.46.17.png"><img class="alignnone size-thumbnail wp-image-311" title="My Oracle Support - Sun storagetek 6000 series firmware" src="http://www.lukedarby.co.uk/wp-content/uploads/Screen-shot-2011-04-19-at-22.46.17-150x150.png" alt="My Oracle Support - Sun storagetek 6000 series firmware" width="150" height="150" /></a></p>
<p>8. This will take you to a new window with your search results. -Patch 10265930: &#8220;Sun StorageTek 6000 Series Array Firmware Upgrade Utility&#8221;<br />
9. Download the zip file and extract the executables.</p>
<p>Once you have the file extracted and installed, we proceed to the firmware updates themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2011/04/sun-storagetekoracle-6000-series-firmware-preparation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office for Mac 2011 14.1 Update</title>
		<link>http://www.lukedarby.co.uk/2011/04/office-for-mac-2011-14-1-update/</link>
		<comments>http://www.lukedarby.co.uk/2011/04/office-for-mac-2011-14-1-update/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 20:45:50 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook 2011 Mac]]></category>
		<category><![CDATA[Mac 2011 14.1 Update]]></category>
		<category><![CDATA[Microsoft Serivce Packs]]></category>
		<category><![CDATA[Office 2011 Mac SP1]]></category>
		<category><![CDATA[Outlook for mac]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=301</guid>
		<description><![CDATA[Microsoft released the first service pack for Office 2011 for Mac. There's not a host of noticeable changes, most of the work is under the hood a few security holes sewn up etc. Here's my initial pass focussing on Outlook.]]></description>
			<content:encoded><![CDATA[<p>SP1 for Office 2011 was released on the 12th April(12/04/2011), today was my first moment to give it a look over.</p>
<div class="mceTemp">
<dl id="attachment_304" class="wp-caption alignnone" style="width: 191px;">
<dt class="wp-caption-dt"><a href="http://www.lukedarby.co.uk/wp-content/uploads/Office-2011-SP1.png"><img class="size-thumbnail wp-image-304" title="Office 2011 SP1" src="http://www.lukedarby.co.uk/wp-content/uploads/Office-2011-SP1-150x150.png" alt="Office 2011 SP1" width="181" height="181" /></a></dt>
</dl>
</div>
<p>The main thing I was after was the addition of Exchange server side rule manipulation. I&#8217;ve had a few questions about this from fellow members of staff, they adopted Outlook for Mac to replace Entourage or Mail.App etc and have had to keep a Windows Outlook session on hand to manipulate rules.</p>
<p>I went straight to the rules section, and got this:</p>
<div class="mceTemp">
<dl id="attachment_306" class="wp-caption alignnone" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://www.lukedarby.co.uk/wp-content/uploads/Rules-fail1.png"><img class="size-thumbnail wp-image-306" title="Exchange 2001 Rules fail " src="http://www.lukedarby.co.uk/wp-content/uploads/Rules-fail1-150x150.png" alt="Exchange 2001 Rules fail " width="150" height="150" /></a></dt>
</dl>
</div>
<p>Looks like I&#8217;ll jhave to press on with that Exchange 2010 upgrade! 1 step forward, 2 back.</p>
<p>Another addition is the ability to resend a mail, so far it was a faff, having to either forward/reply your mail and edit the content and subject line accordingly to make it look like a fresh mail. The &#8216;Resend&#8217; option is now available on the Message menu and the right-click context menu.</p>
<div class="mceTemp">
<dl id="attachment_303" class="wp-caption alignnone" style="width: 216px;">
<dt class="wp-caption-dt"><a href="http://www.lukedarby.co.uk/wp-content/uploads/Screen-shot-2011-04-14-at-21.21.27.png"><img class="size-full wp-image-303" title="Resend option in Outlook 2011" src="http://www.lukedarby.co.uk/wp-content/uploads/Screen-shot-2011-04-14-at-21.21.27.png" alt="Resend option in Outlook 2011" width="206" height="122" /></a></dt>
</dl>
</div>
<p>For more detail on what fixes are in the service pack, look <a title="Office 2011 SP1" href="http://support.microsoft.com/kb/2525412" target="_blank">here</a>. To download the file, it&#8217;s <a title="Office 2011 SP1 Download" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ef1e612f-d8e3-4628-9fe4-ad136f0debd3&amp;displaylang=en" target="_blank">here</a></p>
<p>I&#8217;ve not paid too much attention to what is updated in Word, Powerpoint and Excel, I&#8217;m a pretty basic user of them all, so long as spell check and SUM work, I&#8217;m pretty covered <img src='http://www.lukedarby.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2011/04/office-for-mac-2011-14-1-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco UC Product Tour</title>
		<link>http://www.lukedarby.co.uk/2011/04/cisco-uc-product-tour/</link>
		<comments>http://www.lukedarby.co.uk/2011/04/cisco-uc-product-tour/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 22:13:22 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Instant Messaging]]></category>
		<category><![CDATA[Lync 2010]]></category>
		<category><![CDATA[OCS 2007R2]]></category>
		<category><![CDATA[Unified Communications]]></category>
		<category><![CDATA[CUPS]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MOC]]></category>
		<category><![CDATA[Quad]]></category>
		<category><![CDATA[Show and Share]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=294</guid>
		<description><![CDATA[Key points of interest from a tailored UC session at Cisco Bedfont Lakes.]]></description>
			<content:encoded><![CDATA[<p>I had an interesting trip to see our friends at Cisco HQ (UK) today. It was a multi-purposed session to discuss a multitude of UC subjects.</p>
<p>We&#8217;re busy embarking on a Cisco Unity Connection install, to replace our old Unity 4.X installation. We&#8217;ve made a few test builds, but that&#8217;s largely been to get comfortable with the install process. We wanted to see some of the technology in action, hear some of the marketing and also get an informed demonstration.<br />
<a title="Cisco Unity Connection" href="http://www.cisco.com/en/US/products/ps6509/index.html" target="_blank"><br />
<strong>Unity Connection:</strong></a> Features like Visual Voicemail and its ability to store voicemail &#8216;offbox&#8217; in Exchange are what have attracted us. It&#8217;s an interesting way to achieve Unified Messaging without incurring the expensive Microsoft licencing costs. I like that unlike Unity, Unity Connection is now a linux appliance, it&#8217;s AD integration isn&#8217;t some masked Exchange 2003 installation. The only aspect I am currently not impressed by is the personal contacts feature, it&#8217;s a manual upload of contacts, with limited fields. It&#8217;s not dynamic at all, not linked to Exchange, it&#8217;s a one time import via a web portal.</p>
<p><a title="Cisco Jabber" href="http://www.cisco.com/web/about/ac49/ac0/ac1/ac258/JabberInc.html" target="_blank"><strong>Jabber:</strong></a> Cisco have started to combine open standards based XMPP technology obtained through the Jabber acquisition. This is being integrated into the WebEx and CUPS and CUPC products. There are &#8216;Cisco Jabber&#8217; applications available for the Android and Apple platforms, and lots of work in progress to bring in more features towards the end of the year. Blackberry solutions require <a title="Cisco MVS and RIM" href="http://us.blackberry.com/apps-software/blackberry_mvs/cisco.jsp" target="_blank">MVS</a> which is essentially some glue to get it to work under the RIM framework. It creates a SIP trunk into CM, to enable you to use your mobile to make calls via CM trunks.<a title="Cisco Quad" href="http://www.cisco.com/en/US/products/ps10668/index.html" target="_blank"><strong></strong></a></p>
<p><a title="Cisco Quad" href="http://www.cisco.com/en/US/products/ps10668/index.html" target="_blank"><strong>Cisco Quad:</strong></a> A very interesting product, I&#8217;m sure there are many ways to describe it and frame what it is, but it&#8217;s essentially a fully fledged &#8216;corporate-facebook-intranet-in-a-box&#8217; That somewhat undersells it, a recent piece of work has seen our company develop its own intranet with social collaboration in mind, this has met with mediocre success. The Quad product would have pretty much full-filled all the technical needs for us in a turn-key solution. I&#8217;m not saying it&#8217;s all things to all men, but I was suitable impressed. As a social collaboration suite, it tops my interested list. There are Android, iPad and iPhone applications available for Quad.<a title="Cisco Unified Presence Server - CUPS" href="http://www.cisco.com/en/US/products/ps6837/index.html" target="_blank"><strong></strong></a></p>
<p><a title="Cisco Unified Presence Server - CUPS" href="http://www.cisco.com/en/US/products/ps6837/index.html" target="_blank"><strong>Cisco CUPS:</strong></a> I&#8217;ve known about CUPS for ages, but it&#8217;s always been this monstrously huge product, that was a sledge hammer to crack a nut. It always felt expensive and cumbersome. I&#8217;ve no doubt it&#8217;s still quite a challenging install, but it&#8217;s mediation/federation offering to lash together CUCM and OCS/Lync that mean I will definitely be looking it over again now. The CUPC client is also much improved and is very polished. It has become a very polished and attractive product. The product was re-written with the Jabber technology and is now open standards based. Federation will be achieved using XMPP. <a title="CUPS 8.5" href="http://www.cisco.com/en/US/prod/collateral/voicesw/ps6788/vcallcon/ps6837/data_sheet_c78-646724.html" target="_blank">Version 8.5</a>.</p>
<p><a title="Cisco Show and Share" href="http://www.cisco.com/en/US/prod/video/ps9339/ps6681/show_and_share.html" target="_blank"><strong>Show and Share:</strong></a> I&#8217;d describe it as corporate YouTube. It enables users to share and collaborate with video/media rich content, tagging and making video content searchable. You can record a piece via a video enabled device and with 1 click publish it as online content. Also known as Cisco Digital Media Manager.</p>
<p><strong><a title="Cisco to Cisco case Study IP video conferencing" href="http://www.cisco.com/web/about/ciscoitatwork/collaboration/ip_videoconferencing_collaboration.html" target="_blank">Video Conferencing (Telepresence)</a>:</strong> Cisco has done a lot of work integrating the<a title="Cisco acquired Tandberg" href="http://www.cisco.com/web/about/ac49/ac0/ac1/ac259/tandberg.html" target="_blank"> Tandberg</a> end points into their product range. I was impressed with the speed that this integration seems to have happened.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2011/04/cisco-uc-product-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Pack Caution</title>
		<link>http://www.lukedarby.co.uk/2011/04/service-pack-caution/</link>
		<comments>http://www.lukedarby.co.uk/2011/04/service-pack-caution/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 21:15:27 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Exchange 2007 SP3 RU3]]></category>
		<category><![CDATA[Microsoft Serivce Packs]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=291</guid>
		<description><![CDATA[Service Packs on Microsoft operating systems can cause as much havoc as they can resolve, just be cautious and don't rush to install them straight away.]]></description>
			<content:encoded><![CDATA[<p>I take a lot of ribbing in the office about my over cautious attitude towards Microsoft service packs/roll ups etc. I think they are valuable enhancements to operating systems etc, they fix problems and enhance features, BUT they can also be dangerous.</p>
<p>There was once an LCS 2005 client patch, which then wouldn&#8217;t allow connections to the server, imagine the red face explaining that one to the boss, and the fix took a while to come out!</p>
<p>Very recently there was this:</p>
<p><em>The bad:</em> http://blogs.technet.com/b/exchange/archive/2011/03/29/potential-for-database-corruption-as-a-result-of-installing-exchange-2007-sp3-ru3.aspx</p>
<p><em>The sorry:</em> http://blogs.technet.com/b/exchange/archive/2011/03/30/exchange-2007-2010-rollup-3-status-update.aspx</p>
<p><em>The fix:</em> http://blogs.technet.com/b/exchange/archive/2011/03/31/announcing-the-re-release-of-exchange-2007-service-pack-3-update-rollup-3-v2.aspx</p>
<p>I&#8217;m NOT having a pop at the Exchange Dev boys and girls, far from it, they deserve kudos for holding up their hands and sorting out the problem. All credit to them for their approach and honesty.</p>
<p>So&#8230;.. why do I stay behind the service pack bleeding edge&#8230;. <img src='http://www.lukedarby.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2011/04/service-pack-caution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing for Office 365</title>
		<link>http://www.lukedarby.co.uk/2011/01/preparing-for-office-365/</link>
		<comments>http://www.lukedarby.co.uk/2011/01/preparing-for-office-365/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 23:08:38 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Exchange Online]]></category>
		<category><![CDATA[Lync 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Office Online]]></category>
		<category><![CDATA[Sharepoint Online]]></category>
		<category><![CDATA[BPOS]]></category>
		<category><![CDATA[Lync Online]]></category>
		<category><![CDATA[Microsoft Office 365 Beta]]></category>
		<category><![CDATA[Office 365 Beta]]></category>

		<guid isPermaLink="false">http://www.lukedarby.co.uk/?p=280</guid>
		<description><![CDATA[Office 365 Takes over where BPOS finishes off. There's a lot to take in, and a lot of changes. I took a lot of notes, I've noted them here.]]></description>
			<content:encoded><![CDATA[<p>I recently attended the ‘Preparing for Office 365’ held at Microsoft’s Victoria offices. There are no burning all fire reasons for me to get into this space, but nonetheless, knowledge is power etc. In essence Office 365 takes over where BPOS leaves off, it’s the hosted offering by Microsoft for Exchange Online, SharePoint Online, Office online and Lync online. All run on the latest 2010 variants.</p>
<p>There were 2 presenters, a guy from ICS, Robert Thorpe (who was a dead ringer for Smithy from Gavin and Stacey imho) and a Technical Specialist from Microsoft, Daryl Gwyn.</p>
<p>It was a morning only event, roughly broken into 2 sessions.</p>
<p>I’ve decided to offer up what I took as the points of interest:</p>
<p><span style="text-decoration: underline;">Office 365 headlines:</span></p>
<ul>
<li>Online service is very WAN speed dependent and also Internet connectivity.</li>
<li>Office 365 for EMEA is Dublin based with failover to Holland. Dedicated options are available for sensitive service organisations.</li>
<li>No backup data retention options- if you want to recover data from previous months, you can&#8217;t. Microsoft only supports a 30 day recycle bin and 14 day DR backup to tape- Full backups every 12 hours and stored for 14 days.</li>
<li>Geo redundancy is less about backup and restore and more just failover.</li>
<li>Both Presenters were anxious to push the security aspect right down to the physical level, as in biometrics, 2 tier entry, multiple perimeter etc.</li>
<li>Wan acceleration isn&#8217;t supported to/from the data centre – Also no plans to offer it.</li>
<li>A few folk asked performance related questions about bandwidth and contention ratios. All surrounds just how good your Internet connection is, latency/bandwidth etc. Lots of people saying its (BPOS) rubbish when contention is high, and it is useless on dsl etc. There are no Microsoft collaborations with any Telco to improve the situation. There are no plans.</li>
<li>The archive repository cannot be cached to outlook ost; it&#8217;s purely for online or connected to the server – though online mode in outlook isn’t recommended.</li>
<li>Exchange online has a mobile device limitation of 5 devices -though there was no clear clarification of what was considered a mobile device (presume that anything that uses activesync will hit the count)</li>
<li>Active directory upgrades required for the more detailed integration.</li>
<li>Costs/pricing &#8211; various price E-plans are Enterprise and K-plans are Kiosk (factory floor folk) However there are more options for pure service based like exchange online etc. This is called the standalone pricing.</li>
<li>Plain exchange online has 2plans one with voicemail one with out. Without is $5 with is $10. Lync is $2 with an extra plan, which would include virtual meetings etc. (live meeting) that&#8217;s $6.50.</li>
<li>Payment options are weird, there is no direct debit option, only standing order &#8211; more pricing options for yearly and 3 yearly.</li>
<li>BPOS single sign on client has gone.</li>
<li>Once you buy into the platform, it means if they upgrade to the next version of the online service like ‘office366’ you will have a 12 month period once updates are announced -otherwise you WILL be migrated and older browser support for example will die- Big issue for people tied into older browsers for legacy systems!</li>
<li>Small business server licensing includes all the stuff in plan 2 for share point licensing.</li>
<li>Public beta is available circa April time.</li>
<li>Office365 service descriptions currently in beta, but is public ally available. Office365advantage.com has these.</li>
</ul>
<p><span style="text-decoration: underline;">Office Professional Suite Online:</span></p>
<ul>
<li>It’s based on the Office Professional stack &#8211; Outlook includes Business Content Manager.</li>
<li>All office 365 software is downloaded via portal, still requires install process like any other software. In essence it’s Office with an alternate licensing arrangement.</li>
<li>Local PC runs an OSA office subscription agent. You get up to 5 activations, so you get to install it at home or wherever (users can do this from their portal!) then OSA goes dormant for 30 days then checks licensing, if it fails it warns for 30 days then for another 30 days with reduced functionality, then on next check-in it’s deactivated.</li>
<li>All offered on a per user/ per month basis</li>
<li>No IE6 support.</li>
</ul>
<p><span style="text-decoration: underline;">Exchange Online</span></p>
<ul>
<li>Outlook 2003 will no longer work.</li>
<li>Limits to 500 recipients/day ; 30messages/minute.</li>
<li>No catch-all mailboxes.</li>
<li>Exchange online now offers advanced routing for mail, whereas BPOS never offered</li>
<li>Online for enterprise plan offers 25gb mailbox.</li>
<li>Online cals also provide on-premise cal, on-premise cal is only for that, not online.</li>
<li>Hosted BES service isn’t available. BES has limitations mainly subnet issues, I.e. it needs to be on be same subnet as exchange, not possible in the cloud. Work is ongoing to integrate BES with EWS, but there are no current timescales.</li>
<li>Exchange online doesn&#8217;t support AD IMS except that it will talk back to on premises AD IMS. In online there is no AD IMS.</li>
<li>Exchange online has no advanced filtering options except if you also have on premises then it can direct it back to an internal HT before sending. So you can&#8217;t do journaling for instance in online.</li>
<li>Office 365 gives you licensing to have a gateway Exchange 2010 server to let you serve free busy info to your 2007 users. This means you have host a 2010 on-premises server until you have no more 2007 users.</li>
<li>Questions were asked about the use of the ‘GoodSync’ product (which is used on mainly iPhones/iPads for fencing off work email from personal in a secure manner) Nobody presenting knew about it. It’s a product that Vodafone are offering with their data packages for stuff like iPhones and iPads.</li>
<li>You also can’t use something like Websense, Messagelabs or Postini, without sending the mail back to a routing box YOU host to then forward onto the 3<sup>rd</sup> party.</li>
</ul>
<p><span style="text-decoration: underline;">SharePoint Online</span></p>
<ul>
<li>Sharepoint online &#8211; sandbox options, intranet and extranet sites offered.</li>
<li>Share point 2010 allows document sharing within the document to allow bits and pieces of the document to be locked. It&#8217;s an add-on to make check in and check out more granular.</li>
<li>SharePoint online licensing seems a bit mad, if you share a document outside your organisation via the extranet and they use the web app to edit text on your ppt say (a ppt that you shared with them via the extranet) then that is breaking then law as they have no licence. It needs more thought. It also generates billing to you based on who does access on a per user per month basis. It&#8217;s haphazard imho.</li>
<li>Share point FIS is For Internet Sites. Which covers anon access, currently not on roadmap but is destined for 12 months.</li>
<li>There are 3 options for identity federation
<ul>
<li>Local I&#8217;d with Microsoft ids (So separate from your AD)</li>
<li>Dirsync (A pull from your in-house AD)</li>
<li>Federation + dirsync. ADFS 2.0</li>
</ul>
</li>
<li>There is No federation on XP home or media centre (as it can&#8217;t be added to a domain) This limits what home users have as OS. -Potential issues requiring further investment.</li>
<li>High availability of your own dmz/firewall/Connectivity is stressed all the time. If your have poor WAN links and only small Internet connectivity then don&#8217;t bother.</li>
<li>Insights- Visio services which can tie icons or drawings back to actual data.</li>
</ul>
<p><span style="text-decoration: underline;">Lync Online:</span></p>
<ul>
<li>Lync online has no PSTN breakout in the cloud but is expected late 2011, once they work out how to bill it probably! <img src='http://www.lukedarby.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>Lync online offers no PBX integration and there are no plans.</li>
</ul>
<p>So far, I’ve found these links useful:</p>
<ol>
<li>The <a title="Office 365 Beta Service Descriptions" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6c6ecc6c-64f5-490a-bca3-8835c9a4a2ea" target="_blank">Office 365 Beta Service Descriptions</a></li>
<li>The IPD document. It’s still aimed at BPOS really, and needs a 365 update, but if you’re having the cloud/on premises debate, it helps cement a few things. All the documentation is <a title="IPD Documentation" href="http://download.microsoft.com/download/5/B/C/5BC966BC-47D8-41DF-95F2-FA9A2D816258/IPD%20-%20All.zip" target="_blank">here.</a></li>
<li>Join the IPD <a title="IPD Beta Program" href="https://connect.microsoft.com/InvitationUse.aspx?ProgramID=1587&amp;InvitationID=IPDM-QX6H-7TTV&amp;SiteID=14" target="_blank">Beta program</a> to get a copy of the Beta IPD documents.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.lukedarby.co.uk/2011/01/preparing-for-office-365/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

