<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title></title>
	<atom:link href="http://blogs.zymbian.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.zymbian.co.uk</link>
	<description></description>
	<lastBuildDate>Wed, 11 Apr 2012 09:10:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blogs.zymbian.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://blogs.zymbian.co.uk</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blogs.zymbian.co.uk/osd.xml" title="" />
	<atom:link rel='hub' href='http://blogs.zymbian.co.uk/?pushpress=hub'/>
		<item>
		<title>Optimising Group Policy Login Performance</title>
		<link>http://blogs.zymbian.co.uk/2010/07/09/optimising-group-policy-login-performance/</link>
		<comments>http://blogs.zymbian.co.uk/2010/07/09/optimising-group-policy-login-performance/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 17:13:19 +0000</pubDate>
		<dc:creator>Joe Gough - Senior Infrastructure Engineer</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[best practice]]></category>
		<category><![CDATA[CSE]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[login performance]]></category>
		<category><![CDATA[optimising]]></category>
		<category><![CDATA[optimizing]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">https://zymbian.wordpress.com/2010/07/09/optimising-group-policy-login-performance/</guid>
		<description><![CDATA[I was discussing this yesterday with a colleague of mine, essentially we had differing opinions on how to structure group policies and how it affected the log on speed of the users. My personal preference is always to leave the default policy untouched for fallback and testing, then to create new policies each dedicated to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=191&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was discussing this yesterday with a colleague of mine, essentially we had differing opinions on how to structure group policies and how it affected the log on speed of the users. My personal preference is always to leave the default policy untouched for fallback and testing, then to create new policies each dedicated to a set task such as:</p>
<p>• Standardised Desktop</p>
<p>• Password Policy</p>
<p>• IE Settings</p>
<p>• IPv6</p>
<p>• Bitlocker</p>
<p>• etc</p>
<p>My colleague was offering a different viewpoint saying that many policies would increase the login time for users and was less efficient. He recommended consolidating my multiple policies into a small number of policies directed to specific target groups such as:</p>
<p>  <span id="more-191"></span>
<p>• Servers</p>
<p>• Workstations</p>
<p>• Laptops</p>
<p>• etc</p>
<p>Naturally a discussion ensued and while I can see the logic of both, in my mind the separated policies being able to linked to multiple OUs (allowing a change to be made in a single location) and the simpler administrative view with separated policies was preferable. On the other hand, what was this doing to our logon times and how would it scale to a large scale corporate environment? </p>
<p>The answer is simple; it really doesn’t make that much of a difference. There are the obvious gotcha’s and tweaks to help GPO processing, but at the end of the day the primary factor is what you are doing, not how many policies you are using. Let me explain:</p>
<p><i><u>Make sure Login/File/Application Servers can cope:</u></i> You can spend all the time you want optimizing GPO to run with maximum efficiency, but if the Global Catalog servers processing the login are overloaded and can’t cope with the requests then its pointless. In the same way, if you are using GPO to pull a file/application from a server which is under heavy load then your efforts will again be wasted. The vast majority of slow logins are because of slow access times to network resources during the login – not the optimisation of your policies. To help this make sure that servers needed in the login process are able to cope with requests quickly (using methods such as multiple GC servers and DFS to split the load on Fileservers)…. then worry about GPO optimisation.</p>
<p><i><u>Disable What you don&#8217;t need:</u></i> There are always two parts to the GPO – User and Computer configuration. Each policy will check both parts for settings and apply the contents, if you are only using User based settings in a policy and the Computer section is empty, then disable the Computer section so the client doesn’t waste time checking it.</p>
<p>To do this, go to the details page on the policy properties:</p>
<p><a href="http://zymbian.files.wordpress.com/2010/07/image.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" class="wlDisabledImage" title="image" border="0" alt="image" src="http://zymbian.files.wordpress.com/2010/07/image_thumb.png?w=349&h=284" width="349" height="284" /></a></p>
<p><i><u>ACL Filtering Vs Good AD Structure:</u></i>&#160; One of the most important things you can do for efficient GPO processing and troubleshooting is make sure you have a good AD structure and getting it wrong is the road to ruin. Keep it simple and separate things out so appropriate policies can be applied without having to resort to WMI/ACL filtering. While you can use these methods to filter policies to only apply for specific account groups, it will generally have a negative impact on performance. It is great in theory, but the actual processing of ACL/WMI filters, expanding groups, checking permissions, etc all takes time and can create quite a delay if used in multiple locations. That’s not to say don’t ever use it &#8211; in the right place it can be very useful, but it should not be used to try and compensate poor AD design. If using it make sure the servers set to expand those security groups can cope with the task otherwise be prepared to wait!</p>
<p><u><em>CSE Processing:</em></u> Once you have ensured that your AD has good structure, your login servers (and referenced file/application servers) can cope with the request volume and you are not using excessive filtering on policies the next most important thing is CSE processing. </p>
<p>As a very brief summary, every client has a number of agents to process different areas of policy settings. These are called Client Side Extensions (CSE):</p>
<ul>
<li>Gptext.dll (Scripts, IP Security, QoS, Wireless Network Policies)</li>
<li>Fdeploy.dll (Folder Redirection)</li>
<li>Scecli.dll (Security Settings)</li>
<li>dskquota.dll (Disk Quotas)</li>
<li>Ledkcs32.dll (IE Maintenance)</li>
<li>appmgmts.dll (Software Installation)</li>
<li>Userenv.dll (Administrative Templates, Software Restriction Policies, Public Key Policies)</li>
</ul>
<p>For every CSE registered with WinLogon, each is checked to see if it should be running (ie – Slow Link Detection, background processing, etc) and then in turn, each CSE deemed active for the current policy application looks at every GPO in the list presented to it (the list is provided by processing the AD LSDOU structure and ACL/WMI filtering for the computer/user) in turn checking each policy’s <em>enabled</em> Computer/User containers for CSE GUIDs indicating it should be applied. </p>
<p><u><strong>Summary</strong></u></p>
<p>Less time worrying about the number of policies and more time thinking about correct AD structure, avoiding unnecessary use of ACL/WMI filtering, making sure response times of login/file/application servers are fast and how many policies have active CSE settings in them.</p>
<p>If you really do want to worry about the CSE processing, from what I have read 20 policies each focused on an individual CSE will give better performance than 20 policies each referencing multiple CSEs. So instead of focusing on tasks such as “Standardised Desktop” or categories such as “Workstation” – it is likely better off focusing on CSE categories such as “Folder Redirection”, “Software Installation”, etc. However that may well be the most efficient, but in my mind that would be even harder to administer…. so I’ll be sticking with my original way of doing things and focusing on optimising everything else.</p>
<p>Microsoft took an interesting take on GPO best practice in a Jan2010 entry on the GPO team blog (<a title="http://blogs.technet.com/b/grouppolicy/archive/2010/01/25/gp-editorial-group-policy-best-practices.aspx" href="http://blogs.technet.com/b/grouppolicy/archive/2010/01/25/gp-editorial-group-policy-best-practices.aspx">http://blogs.technet.com/b/grouppolicy/archive/2010/01/25/gp-editorial-group-policy-best-practices.aspx</a>) saying:</p>
<p><em>“The real best practice is to ‘go do work.’ “</em>&#160;</p>
<p>That kind of says it all really – I think I’ll stop worrying about it <img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://zymbian.files.wordpress.com/2010/07/wlemoticonsmile.png?w=630" /></p>
<p>&#160;</p>
<p>If you want to read more about how Group Policy works, microsoft have a nice explanation at: <a title="http://technet.microsoft.com/en-us/library/cc784268(WS.10).aspx" href="http://technet.microsoft.com/en-us/library/cc784268(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc784268(WS.10).aspx</a></p>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/technical/'>Technical</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=191&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/07/09/optimising-group-policy-login-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/baafa993bf5138ee04bf795472134300?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbianjgough</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/07/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/07/wlemoticonsmile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>
	</item>
		<item>
		<title>UAT is different to PROD &#8211; Who cares?</title>
		<link>http://blogs.zymbian.co.uk/2010/07/07/uat-is-different-to-prod-who-cares/</link>
		<comments>http://blogs.zymbian.co.uk/2010/07/07/uat-is-different-to-prod-who-cares/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 17:02:32 +0000</pubDate>
		<dc:creator>Darren J Meredith - Director</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[performance testing]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[systems integration]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[UAT]]></category>

		<guid isPermaLink="false">http://blogs.zymbian.co.uk/?p=182</guid>
		<description><![CDATA[I&#8217;ve lost track over the years of how many times I&#8217;ve said to a client &#8211; &#8216;if you don&#8217;t have you UAT infrastructure the same as your Production infrastructure, you are essentially integration testing in Production!&#8217;. Yet, businesses large and small continue to plough all of their budget and resources into the production environment and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=182&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve lost track over the years of how many times I&#8217;ve said to a client &#8211; &#8216;if you don&#8217;t have you UAT infrastructure the same as your Production infrastructure, you are essentially integration testing in Production!&#8217;.</p>
<p>Yet, businesses large and small continue to plough all of their budget and resources into the production environment and the UAT, system testing and development environments are viewed as poor second cousins. The &#8216;pre-prod&#8217; environments are cobbled together with bits of string and sticky-back-plastic &#8211; not to mention the plastic egg cartons!</p>
<p>There is a very good reason for ensuring that your environments all have the same hardware, sofware, build, o/s versions, database versions, etc&#8230; because if they don&#8217;t, then you have done ZERO infrastructure testing before you put your new application into production.</p>
<p>I saw a good example of where this can go horribly wrong about 10 years ago. In an effort to improve system performance on a trading platform, I was involved in a performance tuning exercise based around a Sybase database and we were looking at all the whizzy features to improve performance that everyone normally leaves well alone. We identified a few features, tested them out in development, system testing and eventually promoted them to UAT. All was going swimmingly and performance had improved by around 15%-20%.</p>
<p>When applied our changes to the production environment, it all went south. Performance on the trading database was around 400% worse! We had to back out our changes during the online day &#8211; carnage and red faces everywhere&#8230;</p>
<p>It turned out, that the UAT and PROD environments were identical &#8211; almost. We had changed the way the database did it&#8217;s scanning and read-ahead on the disk and the PROD environment was using a different RAID array from a different manufacturer than all the other environments. The RAID setup was otherwise the same, but the underlying hardware was different and reacted badly to our changes.</p>
<p>If you don&#8217;t have the luxury of a seperate integration environment, and your UAT infrastructure is different to your Production infrastructure, then you should care &#8211; very much&#8230;..</p>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/general/'>General</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=182&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/07/07/uat-is-different-to-prod-who-cares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ad80d3091b85c1c7426aa6a9f2ac6342?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbiandmeredith</media:title>
		</media:content>
	</item>
		<item>
		<title>Disabling IPv6 &#8211; Confessions of a UI</title>
		<link>http://blogs.zymbian.co.uk/2010/06/16/disabling-ipv6-confessions-of-a-ui/</link>
		<comments>http://blogs.zymbian.co.uk/2010/06/16/disabling-ipv6-confessions-of-a-ui/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 08:01:00 +0000</pubDate>
		<dc:creator>Joe Gough - Senior Infrastructure Engineer</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">https://zymbian.wordpress.com/2010/06/16/disabling-ipv6-confessions-of-a-ui/</guid>
		<description><![CDATA[A couple of days ago I decided to disable IPv6 on the network and set about to find the best way to do it. The reasons for/against disabling IPv6 are quite a talking point and outside of the scope of this article, however I will provide a brief summary: MS best practice is to leave [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=181&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I decided to disable IPv6 on the network and set about to find the best way to do it. The reasons for/against disabling IPv6 are quite a talking point and outside of the scope of this article, however I will provide a brief summary:</p>
<ul>
<li>MS best practice is to leave it turned on</li>
<li>MS test all of their products with it turned on, so if you want the most compatible environment its probably better to leave it on.</li>
<li>Disabling IPv6 means you lose features that are dependant on it, such as Homegroups – but there is nothing “essential” that will break.</li>
<li>Disabling it can lead to faster network performance (marginal) as the OS will try and use IPv6 as default and fall back to IPv4 after a short timeout. a good example of this is DNS and DHCP as it will check the IPv6 versions first, wait for the timeout and then go to the IPv4 versions that you almost certainly use.</li>
<li>Regardless of it being enabled/disabled, if want to make security the focus then you should block all IP protocol 41 and UDP 3544 traffic at the perimiter firewall – just to be sure no IPv6 traffic gets routed into the network.</li>
<li>It is the future, although clearly not as immediate as everyone makes out. To be honest I wouldn’t be suprised to see IPv6 making more of an impact in the cloud environments over the next couple of years, but I don’t expect any local networks or businesses to migrate to it any time soon. Too much cost, not enough benefit.</li>
</ul>
<p>Anyway back to the issue, essentially there are two ways of disabling:</p>
<p> <span id="more-181"></span>
<ol>
<li>Manually unticking the IPv6 protocol from the adapter </li>
<li>Setting a registry key to disable IPv6 across the system and all adapters</li>
</ol>
<ol>As I wanted to disable it system wide I went about using Group Policy client preferences to push a registry key out to the clients. I immediately came across the following TechNet article giving the required key and value: </ol>
<p><a title="http://support.microsoft.com/kb/929852" href="http://support.microsoft.com/kb/929852">http://support.microsoft.com/kb/929852</a></p>
<p><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="ipv63" border="0" alt="ipv63" src="http://zymbian.files.wordpress.com/2010/06/ipv63.jpg?w=604&h=274" width="604" height="274" /> </p>
<p>Unfortunately it didn’t work, so I looked again and then found more articles stating the key was correct but the value was not. In fact it seems no-one can agree as some state it as 0xff, some as 0&#215;00 and others agree with the MS article of 0xFFFFFFFF. Each article claimed success and made no mention of the other values. Well I tried them all but no success – checking the protocol bindings on the adapters showed IPv6 still enabled and active:</p>
<p><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="ipv62" border="0" alt="ipv62" src="http://zymbian.files.wordpress.com/2010/06/ipv62.jpg?w=323&h=409" width="323" height="409" /> </p>
<p>After about half an hour of reboots, checking the key, trying all different values and generally getting a bit hacked off I decided it wouldn’t be the first time the UI had lied so decided to test the actual protocol using the Microsoft key of 0xFFFFFFFF – low and behold:</p>
<p><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="ipv6" border="0" alt="ipv6" src="http://zymbian.files.wordpress.com/2010/06/ipv6.jpg?w=483&h=330" width="483" height="330" /> </p>
<p>So it *is* disabled, it just doesn’t disable the protocol on the adapter…. genius <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p> (For information, none of the other values work so ignore them – only the MS article value of 0xFFFFFFFF works. Some other values are available to disable specific IPv6 things, but 0xFF doesnn’t appear to do anything at all.)</p>
<p>Anyway, in my book if you disable the protocol then the UI should be updated, otherwise admins will get all confused when they don’t know the key is there something doesn’t work. Checking the protocol bindings will show everything active…..&#160; </p>
</p>
<ul></ul>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/technical/'>Technical</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=181&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/06/16/disabling-ipv6-confessions-of-a-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/baafa993bf5138ee04bf795472134300?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbianjgough</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/06/ipv63.jpg" medium="image">
			<media:title type="html">ipv63</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/06/ipv62.jpg" medium="image">
			<media:title type="html">ipv62</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/06/ipv6.jpg" medium="image">
			<media:title type="html">ipv6</media:title>
		</media:content>
	</item>
		<item>
		<title>Zymbian achieves Microsoft Gold Partner status!</title>
		<link>http://blogs.zymbian.co.uk/2010/06/09/zymbian-achieves-microsoft-gold-partner-status/</link>
		<comments>http://blogs.zymbian.co.uk/2010/06/09/zymbian-achieves-microsoft-gold-partner-status/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 08:34:33 +0000</pubDate>
		<dc:creator>Joe Gough - Senior Infrastructure Engineer</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">https://zymbian.wordpress.com/2010/06/09/zymbian-achieves-microsoft-gold-partner-status/</guid>
		<description><![CDATA[Zymbian is proud to announce we have achieved Gold Partner status in the Microsoft partner programme. This is the highest level of partnership and is awarded based on a combination of competence and expertise in specialist areas as well as numerous customer testimonies. Less than 5% of partners are able to achieve this status and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=144&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Zymbian is proud to announce we have achieved Gold Partner status in the Microsoft partner programme.</p>
<p><img style="display:inline;border:0;" title="image" src="http://zymbian.files.wordpress.com/2010/06/image2.png?w=559&h=149" border="0" alt="image" width="559" height="149" /></p>
<p>This is the highest level of partnership and is awarded based on a combination of competence and expertise in specialist areas as well as numerous customer testimonies. Less than 5% of partners are able to achieve this status and we are very pleased to be able to offer our customers such high levels of service.</p>
<p><span id="more-144"></span></p>
<p>Director and Founder Jonathan Barnes said:</p>
<p><em>“This achievement underlines the on-going  commitment of Zymbian to deliver value in alliance with proven technical excellence. Coupled with our other strategic partnerships, this strengthens our ability to deliver the optimal solution for our customers, and grant them the confidence of knowledge that they are working with premium technical specialists. I am especially proud of the excellent customer feedback and look forward to building on this success.”</em></p>
<ul>In addition to being a Microsoft Gold Partner, Zymbian is also partnered with such companies as VMWare, Oracle, Fortinet, Datacore and more.</ul>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/business/'>Business</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=144&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/06/09/zymbian-achieves-microsoft-gold-partner-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/baafa993bf5138ee04bf795472134300?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbianjgough</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/06/image2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>MS Online Archiving or &#8216;a pain in the archive&#8217;.</title>
		<link>http://blogs.zymbian.co.uk/2010/05/27/ms-online-archiving-or-a-pain-in-the-archive/</link>
		<comments>http://blogs.zymbian.co.uk/2010/05/27/ms-online-archiving-or-a-pain-in-the-archive/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:18:42 +0000</pubDate>
		<dc:creator>zymbianjonathanbarnes</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://blogs.zymbian.co.uk/?p=121</guid>
		<description><![CDATA[Online archiving<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=121&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> Providing for Exchange archiving for Online Exchange</p>
<p>A new customer referral out of the blue, direct from Microsoft looking for archiving for online exchange, only 5 licenses so the sales guys don&#8217;t flutter an eyebrow, but we are here to help, and this should be a rudimentary task, the service details are:</p>
<p>£3 PCM per seat (min 12 months) plus the optional cost for archiving data that already exists on a volume basis.<br />
This archives the data for 10 years satisfying all current compliance regulations.<br />
It can also capture IM and Bloomberg messaging.<br />
It is described and available on the MS website, surely click and add and away you go? Not quite&#8230;.</p>
<p><span id="more-121"></span></p>
<p>FROM MS website</p>
<ol>
<li><em>Contact your Microsoft Partner and request EHA activation.</em> <strong>(that&#8217;s us!!)</strong></li>
<li><em>The following steps will be performed for your company:</em><br />
<em>Your partner will contact Microsoft Online Services Technical Support. Etc. </em><strong>(Easy ..)</strong><br />
<em>Technical Support will create EHA credentials for your service administrator, a special contact which contains the journal address for your archived e-mail, and a new distribution list called ArchivingGroup. Etc… <strong> (in theory&#8230; see below)</strong></em></li>
</ol>
<p>As a MS partner and a fully-fledged BPOS provider this should be straight forward, not this time. Archiving is part of the BPOS family isn’t it ?<br />
Not really – an estranged cousin perhaps, it is effectively classed as a third party solution so is not available from the standard BPOS console.  </p>
<p>So the reality was</p>
<ol>
<li>Follow the obvious paths – verify on our own BPOS test systems, but nothing obvious there. <strong>Surely this is straight forward</strong> ?</li>
<li>Speak to MS, confirm this is <strong><span style="text-decoration:underline;">not</span></strong> archiving for a hosted solution from an on-site Exchange server – which is Exchange hosted services, specifically archiving – but Exchange hosted archiving for Online services. <strong>So no confusion there</strong>.
<ol>
<li>Tech support, &#8211; “you need customer service” to discover how to order this online.</li>
<li>customer service “ you need licensing” to be able to purchase this.</li>
<li>licensing “no not this kind of licensing, you need Volume licensing, you need tech support” to show you how to do this.</li>
<li>tech support (hang on!) – “customer services”, feeling dizzy.</li>
<li>be placed in limbo/engaged tone/loose the will to live/have to do some real work.</li>
<li>Finally have a very helpful customer support lady (Thanks Joanne)  confirm I need to speak to an official Microsoft reseller. We are a Partner, but not a reseller and cannot provide this service directly. So no benefit in that regard.</li>
<li>Speak to our preferred reseller (well 3 actually before anyone has the answer to allow me to confidently direct the client to them). It must be sold straight to the customer, and in selling the service the ticket for setup is automatically created directly with the customer. So no partner benefit here either</li>
<li>Speak to the customer, apologies for the delay, discover he has spoken to 20 other companies to try and resolve this without success and he is happy to have finally found someone capable of providing a solution.</li>
<li>We are happy that we have delivered said solution, albeit for zero business benefit and several hours on the phone, but we now know for next time.</li>
</ol>
</li>
</ol>
<p>So the outcome, a standard partner cannot provide the service, most MS support personnel are unaware the archiving solution falls between two camps.</p>
<p>So unless you are a Volume reseller you must pass this on. Exposing your customer to a new provider/supplier and putting your reputation at risk, while enabling a software solution you cannot control.</p>
<p>It is also worth noting journaling can be enabled with other third party vendors, but again a new supplier, unknown SLA’s technologies, and messing with a live mail system so why would you without significant diligence to protect the customer ?</p>
<p>Incorporation into the standard offering options would be simple for clients, partners and support teams, or have we missed something?</p>
<p>If you are experiencing the same problem I hope this helps shortcut to a solution</p>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/technical/'>Technical</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=121&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/05/27/ms-online-archiving-or-a-pain-in-the-archive/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9678218e369df7a0fe7611297758f0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbianjonathanbarnes</media:title>
		</media:content>
	</item>
		<item>
		<title>Access Denied message when changing printer port</title>
		<link>http://blogs.zymbian.co.uk/2010/05/25/access-denied-message-when-changing-printer-port/</link>
		<comments>http://blogs.zymbian.co.uk/2010/05/25/access-denied-message-when-changing-printer-port/#comments</comments>
		<pubDate>Tue, 25 May 2010 14:03:53 +0000</pubDate>
		<dc:creator>Joe Gough - Senior Infrastructure Engineer</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">https://zymbian.wordpress.com/2010/05/25/access-denied-message-when-changing-printer-port/</guid>
		<description><![CDATA[I have just changed the IP address of my network shared printer. When I have done this in the past it has been straight forward but it looks like Server 2008 R2 had different plans for me I went into the printer properties: selected the ports tab and found the port I wanted to change: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=117&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have just changed the IP address of my network shared printer. When I have done this in the past it has been straight forward but it looks like Server 2008 R2 had different plans for me <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I went into the printer properties:</p>
<p><img style="display:inline;border:0;" title="image" src="http://zymbian.files.wordpress.com/2010/05/image6.png?w=275&h=288" border="0" alt="image" width="275" height="288" /></p>
<p>selected the ports tab and found the port I wanted to change:</p>
<p><span id="more-117"></span></p>
<p><a href="http://zymbian.files.wordpress.com/2010/05/image7.png"><img style="display:inline;border:0;" title="image" src="http://zymbian.files.wordpress.com/2010/05/image_thumb2.png?w=332&h=357" border="0" alt="image" width="332" height="357" /></a></p>
<p>Now, as I have done many times in the past I clicked “Configure Port” ready to enter the new IP only to be met with: “An error occurred during port configuration. Access is denied.”</p>
<p><a href="http://zymbian.files.wordpress.com/2010/05/image8.png"><img style="display:inline;border:0;" title="image" src="http://zymbian.files.wordpress.com/2010/05/image_thumb3.png?w=333&h=357" border="0" alt="image" width="333" height="357" /></a></p>
<p>Its the same for deleting the port. That seems very much like a UAC related error with me not being elevated, no worries I’ll just elevate myself – easy. Not quite, the run as administrator isn’t on the printer context menu:</p>
<p><a href="http://zymbian.files.wordpress.com/2010/05/image9.png"><img style="display:inline;border:0;" title="image" src="http://zymbian.files.wordpress.com/2010/05/image_thumb4.png?w=233&h=244" border="0" alt="image" width="233" height="244" /></a></p>
<p>and the normal trick of holding down Shift while right clicking doesn’t give additional options either.</p>
<p>Anyway, lets skip past the next 15mins of blank looks at the screen and I’ll give you the magic rune needed here, its annoyingly simple and looks like it will take you to the same dialog, but it is actually subtly different.</p>
<p>When you highlight the printer the explorer task bar context changes offering you options specific to that object. Click on the “Print Server Properties” button on the explorer task bar:</p>
<p><a href="http://zymbian.files.wordpress.com/2010/05/image10.png"><img style="display:inline;border:0;" title="image" src="http://zymbian.files.wordpress.com/2010/05/image_thumb5.png?w=393&h=323" border="0" alt="image" width="393" height="323" /></a></p>
<p>This takes you to an almost identical menu as the printer properties but has the all important elevate button on the ports page allowing you to make the change:</p>
<p><a href="http://zymbian.files.wordpress.com/2010/05/image11.png"><img style="display:inline;border:0;" title="image" src="http://zymbian.files.wordpress.com/2010/05/image_thumb6.png?w=359&h=402" border="0" alt="image" width="359" height="402" /></a></p>
<p>Hope that helps someone, it caught me out <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/technical/'>Technical</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=117&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/05/25/access-denied-message-when-changing-printer-port/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/baafa993bf5138ee04bf795472134300?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbianjgough</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/image6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Application Infrastructure Virtual Launch Event</title>
		<link>http://blogs.zymbian.co.uk/2010/05/21/microsoft-application-infrastructure-virtual-launch-event/</link>
		<comments>http://blogs.zymbian.co.uk/2010/05/21/microsoft-application-infrastructure-virtual-launch-event/#comments</comments>
		<pubDate>Fri, 21 May 2010 09:23:04 +0000</pubDate>
		<dc:creator>Joe Gough - Senior Infrastructure Engineer</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">https://zymbian.wordpress.com/2010/05/21/microsoft-application-infrastructure-virtual-launch-event/</guid>
		<description><![CDATA[Well worth a look: http://www.appinfrastructure.com/ Lots of good informational videos, case studies, whitepapers, etc. No registration required. Filed under: Technical<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=104&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well worth a look: <a title="http://www.appinfrastructure.com/" href="http://www.appinfrastructure.com/">http://www.appinfrastructure.com/</a></p>
<p>Lots of good informational videos, case studies, whitepapers, etc. No registration required.</p>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/technical/'>Technical</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=104&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/05/21/microsoft-application-infrastructure-virtual-launch-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/baafa993bf5138ee04bf795472134300?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbianjgough</media:title>
		</media:content>
	</item>
		<item>
		<title>Fastest laptop disk setup ever?</title>
		<link>http://blogs.zymbian.co.uk/2010/05/21/fastest-laptop-disk-setup-ever/</link>
		<comments>http://blogs.zymbian.co.uk/2010/05/21/fastest-laptop-disk-setup-ever/#comments</comments>
		<pubDate>Fri, 21 May 2010 06:43:14 +0000</pubDate>
		<dc:creator>Joe Gough - Senior Infrastructure Engineer</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">https://zymbian.wordpress.com/2010/05/21/fastest-laptop-disk-setup-ever/</guid>
		<description><![CDATA[People that know me will know I have a bit of a love affair with shiny laptops, but also that I have high standards and if something isn’t right then I won’t accept it. I have sent back a total of NINE (just done a quick count and even surprised myself!) for full refunds over [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=101&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>People that know me will know I have a bit of a love affair with shiny laptops, but also that I have high standards and if something isn’t right then I won’t accept it. I have sent back a total of NINE (just done a quick count and even surprised myself!) for full refunds over the past 3 years and in fact due to these refunds until a few days ago I still had the very same £2.5k I spent in late 2006! It might sound like the ideal situation, but its not all sipping champagne and using bleeding edge laptops for a few weeks at a time, it was actually a real nightmare not having a laptop you can rely on!</p>
<p>But anyway, I have just finished my latest round of research, searching the owners forums, etc and have parted with my hard earned money once again. I have a shiny new Sony Vaio Z-Series: <a title="http://www.sony.co.uk/product/vn-z-series" href="http://www.sony.co.uk/product/vn-z-series">http://www.sony.co.uk/product/vn-z-series</a> and first impressions are excellent, which is unusual for me.</p>
<p>In the past I have always gone for power over portability, have never bought anything smaller than 17” (weighing around the 4kg mark) and they have always been “pimped” out with the highest specs possible. They have not really been laptops as such, more portable desktop PCs with a TFT strapped to the top!</p>
<p>This little ZSeries laptop is 13” and defies belief in many ways. First of all it is the lightest laptop I have ever seen weighing in at just 1.4kg – yet the specifications would have me believe I am still using one of my 17” monster laptops:</p>
<p><span id="more-101"></span></p>
<ul>
<li>Latest Core i7 processor? <a href="http://zymbian.files.wordpress.com/2010/05/tick.jpg"><img style="display:inline;border:0;" title="tick" src="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg?w=15&h=15" border="0" alt="tick" width="15" height="15" /></a> .</li>
<li>8GB RAM? <a href="http://zymbian.files.wordpress.com/2010/05/tick.jpg"><img style="display:inline;border:0;" title="tick" src="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg?w=15&h=15" border="0" alt="tick" width="15" height="15" /></a></li>
<li>1920&#215;1080 Screen? <a href="http://zymbian.files.wordpress.com/2010/05/tick.jpg"><img style="display:inline;border:0;" title="tick" src="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg?w=15&h=15" border="0" alt="tick" width="15" height="15" /></a></li>
<li>Discrete 1GB NVidia 330m dedicated graphics card for performance? <a href="http://zymbian.files.wordpress.com/2010/05/tick.jpg"><img style="display:inline;border:0;" title="tick" src="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg?w=15&h=15" border="0" alt="tick" width="15" height="15" /></a></li>
<li>Onboard Intel graphics for battery life? <a href="http://zymbian.files.wordpress.com/2010/05/tick.jpg"><img style="display:inline;border:0;" title="tick" src="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg?w=15&h=15" border="0" alt="tick" width="15" height="15" /></a></li>
<li>Multi-touch track pad? <a href="http://zymbian.files.wordpress.com/2010/05/tick.jpg"><img style="display:inline;border:0;" title="tick" src="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg?w=15&h=15" border="0" alt="tick" width="15" height="15" /></a></li>
<li>Fingerprint Reader, TPM chip, Internal DVD ROM, Internal 3G card? 3x USB? <a href="http://zymbian.files.wordpress.com/2010/05/tick.jpg"><img style="display:inline;border:0;" title="tick" src="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg?w=15&h=15" border="0" alt="tick" width="15" height="15" /></a></li>
<li>6 hour battery life? <a href="http://zymbian.files.wordpress.com/2010/05/tick.jpg"><img style="display:inline;border:0;" title="tick" src="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg?w=15&h=15" border="0" alt="tick" width="15" height="15" /></a></li>
</ul>
<ul>EDIT – Forgot to mention the cooling, it gets warm at the back left corner (by ESC key) and apart from that runs really cool</ul>
<p>But the real beauty of this laptop is the disk setup. Solid state of course, but Sony have done their normal thing of designing a proprietary format that is neither interchangeable or upgradable. At first glance I was rolling my eyes and thinking how pointless it was, but closer inspection didn’t take long to convince me.</p>
<p>Essentially they have done on their hard disk what Intel/AMD are doing on their processors with multiple cores. In the same space as a standard 2.5” laptop disk they have crammed a total of FOUR SSDs and used an Intel raid controller to RAID0 them for performance. SSDs are quick these days, but think of having FOUR all working together!</p>
<p><a href="http://zymbian.files.wordpress.com/2010/05/image5.png"><img style="display:inline;border:0;" title="image" src="http://zymbian.files.wordpress.com/2010/05/image_thumb1.png?w=464&h=343" border="0" alt="image" width="464" height="343" /></a></p>
<p>The benchmarks are nothing short of amazing and despite its size it feels like the quickest PC I have ever used, notice I said PC there not just laptop. Some benchmarks are:</p>
<p><a href="http://zymbian.files.wordpress.com/2010/05/omg1.jpg"><img style="display:inline;border:0;" title="omg1" src="http://zymbian.files.wordpress.com/2010/05/omg1_thumb.jpg?w=295&h=268" border="0" alt="omg1" width="295" height="268" /></a> </p>
<p>I ran this test a total of five times, each time the results were almost identical. It really is that quick! For comparison I ran the same benchmark on a Dell XPS1330 with a standard 300GB 5.4k 2.5” laptop disk:</p>
<p><a href="http://zymbian.files.wordpress.com/2010/05/locallaptopdisk.jpg"><img style="display:inline;border:0;" title="local laptop disk" src="http://zymbian.files.wordpress.com/2010/05/locallaptopdisk_thumb.jpg?w=303&h=274" border="0" alt="local laptop disk" width="303" height="274" /></a></p>
<p>See what I mean! Sure the RAID0 means there is technically more chance of a failure, but its not like the old spindle ways – there are no moving parts and the failure rates of SSDs are much, much lower. For this level of performance I’m happy to take my chances.</p>
<p>All that is left is to congratulate Sony on a machine nothing short of amazing! Well done and I’m sure other vendors will follow suit shortly! But for now, if it is performance you are looking for and don’t mind paying a premium – look no further.</p>
<p>NOTE &#8211; There are some complications of using RAID with SSD disks because of the TRIM functionality, but its not that much of a big deal and I’ll cover it in detail with a future article.</p>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/technical/'>Technical</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=101&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/05/21/fastest-laptop-disk-setup-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/baafa993bf5138ee04bf795472134300?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbianjgough</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg" medium="image">
			<media:title type="html">tick</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg" medium="image">
			<media:title type="html">tick</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg" medium="image">
			<media:title type="html">tick</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg" medium="image">
			<media:title type="html">tick</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg" medium="image">
			<media:title type="html">tick</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg" medium="image">
			<media:title type="html">tick</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg" medium="image">
			<media:title type="html">tick</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/tick_thumb.jpg" medium="image">
			<media:title type="html">tick</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/omg1_thumb.jpg" medium="image">
			<media:title type="html">omg1</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/locallaptopdisk_thumb.jpg" medium="image">
			<media:title type="html">local laptop disk</media:title>
		</media:content>
	</item>
		<item>
		<title>iSCSI Target Performance: DataCore – expensive but worth it.</title>
		<link>http://blogs.zymbian.co.uk/2010/05/19/iscsi-target-performance-datacore-expensive-but-worth-it/</link>
		<comments>http://blogs.zymbian.co.uk/2010/05/19/iscsi-target-performance-datacore-expensive-but-worth-it/#comments</comments>
		<pubDate>Wed, 19 May 2010 07:30:03 +0000</pubDate>
		<dc:creator>Joe Gough - Senior Infrastructure Engineer</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">https://zymbian.wordpress.com/2010/05/19/iscsi-target-performance-datacore-expensive-but-worth-it/</guid>
		<description><![CDATA[Carrying on from the post yesterday regarding the software iSCSI SAN I was building I thought I would post a few performance figures for the vendors I tried. In the past I have used a Product called “SanMelody Lite” from Datacore. Their full SanMelody product has been proven in many large scale environments and the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=85&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Carrying on from the post yesterday regarding the software iSCSI SAN I was building I thought I would post a few performance figures for the vendors I tried.</p>
<p>In the past I have used a Product called “SanMelody Lite” from Datacore. Their full SanMelody product has been proven in many large scale environments and the “Lite” version was essentially a starter pack costing $199, limited to 2 targets, 2TB of storage and none of the enterprise features such as thin provisioning, snapshots, etc – which was very reasonable for the cost.</p>
<p>Sadly when I tried to purchase a new licence last week I discovered they had discontinued it and in its place is a package costing $950, limited to 3TB and containing features that while useful are frankly unneeded for my deployment. I phoned Datacore to see why Lite was discontinued and was told they didn’t sell enough, make of that what you will I suppose…</p>
<p>Anyway, with that gone I decided to check the latest offerings from other Vendors. The two main ones I looked into were:</p>
<p><span id="more-85"></span></p>
<ul>
<li>Starwind</li>
<li>OpenFiler</li>
</ul>
<p>Each has their own advantages/disadvantages, Openfiler is open-source, free and contains some nice enterprise features by default including HA, snapshots and thin provisioning. StarWind has limitations on the number of concurrent connections on their base packages and if you want more then a couple of servers to use the target then you are immediately looking at the $1000 mark just like Datacore. Both Datacore and Starwind come with 1 year of support, if you want support for Openfiler then that is possible but isn’t free and will cost around $300 for a couple of hours support time to be used as you need it.</p>
<p>In an effort to keep costs down I originally decided to test Openfiler first, I installed it in a VM to do some functional testing and all seemed acceptable. However once I installed on actual hardware and did some performance testing I began to realise it probably wasn’t quite up to what I needed., the performance figures were approx 50% what my old Datacore servers were getting.</p>
<p>At first I thought it was a configuration error so I spent time investigating, rebuilding the server, changing the write-through/write-back settings and trying to resolve it but couldn’t make it any better.</p>
<p>For background on the performance testing:</p>
<p>Hardware:</p>
<ul>
<li>Host: Dell Precision 390 (1.8Ghz, 2GB)</li>
<li>OS Disks: 2x 250GB (RAID1)</li>
<li>Data Disks: 3x 1TB (RAID5)</li>
<li>iSCSI Network: 1000MB Wired LAN</li>
</ul>
<ul>Testing:</p>
<li>I did two passes on each vendor to make sure the figures were accurate and not spiked.</li>
<li>Two types of tests were completed. The first for a 100MB file and the second for a 1000MB file.</li>
<li>For Datacore and Openfiler I actually built the system, tested it then rebuilt the system from scratch and tested it again just to be sure the differences were not an OS anomaly.</li>
<li>All disk setups were as they are expected to be used (Raid5) and tested over an un-contended 1GB LAN.</li>
</ul>
<p>The results of testing are as follows:</p>
<p>OpenFiler</p>
<p>:<a href="http://zymbian.files.wordpress.com/2010/05/openfiler_raid5_1.jpg"><img style="display:inline;border:0;" title="OpenFiler_raid5_1" src="http://zymbian.files.wordpress.com/2010/05/openfiler_raid5_1_thumb.jpg?w=244&h=217" border="0" alt="OpenFiler_raid5_1" width="244" height="217" /></a> <a href="http://zymbian.files.wordpress.com/2010/05/openfiler_raid5_2.jpg"><img style="display:inline;border:0;" title="OpenFiler_raid5_2" src="http://zymbian.files.wordpress.com/2010/05/openfiler_raid5_2_thumb.jpg?w=244&h=219" border="0" alt="OpenFiler_raid5_2" width="244" height="219" /></a></p>
<p>Starwind</p>
<p>:<a href="http://zymbian.files.wordpress.com/2010/05/starwind_raid5_writeback.jpg"><img style="display:inline;border:0;" title="Starwind_raid5_writeback" src="http://zymbian.files.wordpress.com/2010/05/starwind_raid5_writeback_thumb.jpg?w=244&h=219" border="0" alt="Starwind_raid5_writeback" width="244" height="219" /></a> <a href="http://zymbian.files.wordpress.com/2010/05/starwind_raid5_2_writeback.jpg"><img style="display:inline;border:0;" title="Starwind_raid5_2_writeback" src="http://zymbian.files.wordpress.com/2010/05/starwind_raid5_2_writeback_thumb.jpg?w=244&h=219" border="0" alt="Starwind_raid5_2_writeback" width="244" height="219" /></a></p>
<p>Datacore:</p>
<p><a href="http://zymbian.files.wordpress.com/2010/05/sanmelody_raid5_1.jpg"><img style="display:inline;border:0;" title="SANMelody_Raid5_1" src="http://zymbian.files.wordpress.com/2010/05/sanmelody_raid5_1_thumb.jpg?w=244&h=219" border="0" alt="SANMelody_Raid5_1" width="244" height="219" /></a> <a href="http://zymbian.files.wordpress.com/2010/05/sanmelody_raid5_2.jpg"><img style="display:inline;border:0;" title="SANMelody_Raid5_2" src="http://zymbian.files.wordpress.com/2010/05/sanmelody_raid5_2_thumb.jpg?w=244&h=219" border="0" alt="SANMelody_Raid5_2" width="244" height="219" /></a></p>
<p>As you can see, the DataCore solution is clearly the best at what it does. The write speeds are fairly consistent across the board, but the difference in read speeds is quite incredible considering the same hardware setup for all three. I plan on doing some more in depth testing in the future, but in the meantime I think these results are very interesting. Its the age old “you pay for what you get” argument. If you don’t need the performance and just need a functional solution for lab testing then Openfiler should be fine, but based on this testing I couldn’t recommend it for heavy load or production environments. Starwind is comparable to Datacore on some of the benchmarks, but given they cost essentially the same and have the same feature set, I know which vendor would get my hard earned money.</p>
<p>Hope that helps someone.</p>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/technical/'>Technical</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=85&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/05/19/iscsi-target-performance-datacore-expensive-but-worth-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/baafa993bf5138ee04bf795472134300?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbianjgough</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/openfiler_raid5_1_thumb.jpg" medium="image">
			<media:title type="html">OpenFiler_raid5_1</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/openfiler_raid5_2_thumb.jpg" medium="image">
			<media:title type="html">OpenFiler_raid5_2</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/starwind_raid5_writeback_thumb.jpg" medium="image">
			<media:title type="html">Starwind_raid5_writeback</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/starwind_raid5_2_writeback_thumb.jpg" medium="image">
			<media:title type="html">Starwind_raid5_2_writeback</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/sanmelody_raid5_1_thumb.jpg" medium="image">
			<media:title type="html">SANMelody_Raid5_1</media:title>
		</media:content>

		<media:content url="http://zymbian.files.wordpress.com/2010/05/sanmelody_raid5_2_thumb.jpg" medium="image">
			<media:title type="html">SANMelody_Raid5_2</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 Wi-Fi Connectivity issue</title>
		<link>http://blogs.zymbian.co.uk/2010/05/18/windows-7-wi-fi-connectivity-issue/</link>
		<comments>http://blogs.zymbian.co.uk/2010/05/18/windows-7-wi-fi-connectivity-issue/#comments</comments>
		<pubDate>Tue, 18 May 2010 20:32:13 +0000</pubDate>
		<dc:creator>Richard Holmes - Director</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://blogs.zymbian.co.uk/2010/05/18/windows-7-wi-fi-connectivity-issue/</guid>
		<description><![CDATA[I recently rebuilt a new laptop to get rid of the manufactures image. Post fresh Windows 7 installation, I duly went on the Dell website and downloaded all the latest device drivers. Whilst on a client site a few days later I had intermittent issues with Wi-Fi connectivity. The laptop initially discovered and connected to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=72&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently rebuilt a new laptop to get rid of the manufactures image. Post fresh Windows 7 installation, I duly went on the Dell website and downloaded all the latest device drivers.</p>
<p>Whilst on a client site a few days later I had intermittent issues with Wi-Fi connectivity. The laptop initially discovered and connected to their public Wi-Fi, but a few hours later dropped off. The following day, Windows couldn&#8217;t even detect their Wi-Fi SSID. Puzzling….</p>
<p>As I didn&#8217;t have any LAN Manager or Wi-Fi catcher installed I couldn&#8217;t blame that. I moved my attention to Kaspersky Internet Security (KIS) assuming that, as it ties into the NIC, was throwing a spanner ion the works. With KIS disabled I was able to detect and connect to Wi-Fi. KIS re-enabled the connection maintained.</p>
<p>With the problem successfully bodged I went to a meeting thinking I&#8217;d at least found the culprit. On return to my desk, no Wi-Fi!</p>
<p>Tinkering continued for a further 2 or 3 minutes until, out of anger more than anything, I removed the device drivers and rebooted. Once logged on, Windows 7 discovered the WLAN card, installed its driver and connected to Wi-Fi in seconds.</p>
<p>That was a week ago and no issues since. The lesson learned; Windows 7 rocks. Just trust it to work it&#8217;s magic and only install drivers when it can&#8217;t do it for you.</p>
<br />Filed under: <a href='http://blogs.zymbian.co.uk/category/technical/'>Technical</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zymbian.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zymbian.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zymbian.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zymbian.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/zymbian.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/zymbian.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/zymbian.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/zymbian.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zymbian.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zymbian.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zymbian.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zymbian.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zymbian.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zymbian.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.zymbian.co.uk&#038;blog=13665164&#038;post=72&#038;subd=zymbian&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.zymbian.co.uk/2010/05/18/windows-7-wi-fi-connectivity-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/07221d6909140a483f4f8e12748fc802?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">zymbianrholmes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
