<?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>The ProStructure Blog &#187; Reviews</title>
	<atom:link href="http://www.prostructure.com/blog/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prostructure.com/blog</link>
	<description>A blog about high-end IT Infrastructure and Security</description>
	<lastBuildDate>Mon, 12 Jul 2010 21:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adventures with Windows Server 2008</title>
		<link>http://www.prostructure.com/blog/2008/06/13/adventures-with-windows-server-2008/</link>
		<comments>http://www.prostructure.com/blog/2008/06/13/adventures-with-windows-server-2008/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 23:07:05 +0000</pubDate>
		<dc:creator>Amber Pham</dc:creator>
				<category><![CDATA[Enterprise IT]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.prostructure.com/blog/?p=7</guid>
		<description><![CDATA[Early this year, I pulled the Windows Server 2008 Feature Components and Active Directory posters out of TechNet Magazine and hung them up over my desk. I then excitedly installed Windows Server 2008 on my test server using my TechNet subscription. I was eager to try out the many enhanced features of Microsoft’s new server [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Early this year, I pulled the Windows Server 2008 Feature Components and Active Directory posters out of TechNet Magazine and hung them up over my desk.<span> </span>I then excitedly installed Windows Server 2008 on my test server using my TechNet subscription.<span> </span>I was eager to try out the many enhanced features of Microsoft’s new server OS before they reached wide use.<span> </span>One of the most promising features added to this server OS was built-in virtualization (available on x64 systems only).<span> </span>In order to do my daily troubleshooting and research, I need several OS instances and builds available, such as Windows Server 2003, a separate server with MS SQL installed, and SUSE Linux running a nagios monitoring server.<span> </span>Other than Hyper-V, I was also interested to try out the improvements made to Active Directory, such as the restartable AD service.</p>
<p class="MsoNormal">The first thing I noticed after building up the new server was the Server Manager screen that greets the administrative user on logon.<span> </span>I was impressed with the array of features that can be managed from this console as well as the breadth of the information about each feature that was presented.<span> </span>For instance, after installing DNS, the DNS service information and relevant event logs appear under the DNS feature in the Server Manager console.</p>
<p class="MsoNormal">The next thing that I noticed was that the new server would not reboot – it would simply hang on shutdown at a black screen interminably.<span> </span>At first, I thought this was the long shut down time that I was warned about.<span> </span>Apparently, there have been improvements made to the shutdown process that reduce the chances of file corruption due to services that fail to shut down completely before the allotted shutdown timeout period.</p>
<p class="MsoNormal">After a little research, I discovered that several devices drivers could not be found, including the one for ACPI.<span> </span>This meant that I had to be physically present to restart the computer after software updates and OS configuration changes.<span> </span>The test server that I’m using is an off-brand grey box, whereas major manufacturers like HP and Dell have probably already worked out any major driver kinks by this time.<span> </span>However, driver support is something to keep in mind.</p>
<p class="MsoNormal">After configuring a DNS server on the 2008 box, I installed Active Directory.<span> </span>As promised, the AD process runs as a service that can be stopped and restarted.<span> </span>This is convenient if you need to perform offline operations on a DC.<span> </span>As I explored around the AD tools, I noticed that GPMC was installed by default, so I didn’t have to download and install a toolkit to use it.</p>
<p class="MsoNormal">Once Active Directory was installed and running, I turned to the biggest new feature in Server 2008 – Hyper-V virtualization.<span> </span>Because it was early in the release cycle, only Hyper-V RC0 was available.<span> </span>Right away it was apparent that it was a 1.0 technology.<span> </span>Hyper-V only supported a few operating systems, and getting those few installed was far more laborious than on the other virtualization system that I’ve used.<span> </span>Many people have expressed interest in this technology, as it promises to save licensing money on virtualization.<span> </span>Stay tuned for an upcoming entry on Hyper-V, because the topic deserves a separate treatment.<span> </span>In the meantime, I recommend holding off for some basic features that are still missing.</p>
<p class="MsoNormal">Shortly after I had my test server configured just the way I needed to be productive, my activation grace period ran out.<span> </span>I attempted to activate my instance of Windows, but I received a message that the DNS server could not be contacted.<span> </span>I thought this was strange, since the server was a DNS server, and it could contact Microsoft without a problem.<span> </span>Once the grace period expires, basic Windows functions are no longer available, such as updating device drivers automatically.<span> </span>I could have reset the activation period for another 240 days, but this would only be putting off the inevitable.</p>
<p class="MsoNormal">After extensive searching, I found a Microsoft article that described the problem: <a href="http://support.microsoft.com/kb/938107">&#8220;Activation Error: Code 0x8007232b DNS Name does not exist.&#8221; </a><span> </span>According to this article, my options were: a) set up a Key Management Server (KMS), b) use a Multiple Activation Key (MAK), or c) use the license key.<span> </span>Since this was a TechNet-distributed version of Windows, the TechNet site insisted that I did not need a key, and no key was made available.<span> </span>This only left the option of creating a KMS.<span> </span>To prepare for this, I began reading the extensive “Volume Activation 2.0 Resources for Windows Vista and Windows Server 2008.”<span> </span>It was here I discovered that until five instances of Vista and Server 2008 on unique hardware on your network made activation requests of the KMS, no requests would be approved.<span> </span>Here I was stuck, since I did not have five unique computers on which I could install Vista or 2008, just to get my test server activated.<span> </span>It seems that small businesses using TechNet for testing fell through the cracks of Microsoft’s new licensing plan.</p>
<p class="MsoNormal">After six months of using Windows Server 2008 on my testing server, I concluded that the OS is not mature enough to be worth the trouble of keeping it going in my situation.<span> </span>I do encourage others to try it out in a testing environment to familiarize themselves with some of the nascent features.<span> </span>I’ve rebuilt my test server with Windows Server 2003, and I’ll continue testing Windows Server 2008 as a virtual machine.<span> </span>I look forward to exploring and writing about the greatly improved performance logging capabilities, the new application virtualization feature in Terminal Services, and Hyper-V.<span> </span>Check back for more articles on these topics in the coming weeks.<span> </span>Meanwhile, the Server 2008 posters will continue to hang optimistically over my monitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prostructure.com/blog/2008/06/13/adventures-with-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Thinking about switching to Zimbra?</title>
		<link>http://www.prostructure.com/blog/2008/05/16/thinking-about-switching-to-zimbra/</link>
		<comments>http://www.prostructure.com/blog/2008/05/16/thinking-about-switching-to-zimbra/#comments</comments>
		<pubDate>Fri, 16 May 2008 19:57:41 +0000</pubDate>
		<dc:creator>Irving Popovetsky</dc:creator>
				<category><![CDATA[Enterprise IT]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.prostructure.com/blog/?p=4</guid>
		<description><![CDATA[Thinking about switching to Zimbra?
ProStructure's Irving Popovetsky weights the pros and cons of Zimbra, after switching over his own company.]]></description>
			<content:encoded><![CDATA[<p>I switched ProStructure over to Zimbra about a month ago.   The good news is that we are absolutely loving it.   The sad part is that this is our 4th open source based workgroup/calendaring solution in 5 years of doing business.</p>
<p><span style="underline;"><span style="underline;"><strong>The Backstory</strong></span></span></p>
<p>We started out with Webcal.pl for 2 years, then &#8220;upgraded&#8221; to OpenXchange (which was terrible) for 6 months or so, then SugarCRM for the last 2 years or so.   Nobody was particularly happy with SugarCRM either, the interface was slow and buggy, and the interoperability with fat clients and devices never really worked out.  You could say that our commitment to open source was hurting us, because none of the solutions were successful business enablers.</p>
<p>The hype around Zimbra has been considerable.  Zimbra seemed to be advertised as the best open source based MS Exchange competitor. Although the Zimbra folks mention Exchange as little as possible, it is clearly where they set their sights.</p>
<p><span style="underline;"><span style="underline;"><strong>Mini Review</strong></span></span></p>
<p>Held at face value, the single most compelling feature for users is Zimbra&#8217;s Outlook-killer web interface.  The user experience is really fantastic, I&#8217;ve seen Outlook, Thunderbird and Apple Mail/iCal users drop their fat clients and switch to using the web interface exclusively.  It is just that good.   You really have to try it out for yourself to see cool things like the Gmail-style email conversation views, smart tags and calendar views.  The built-in IM functionality is a brilliant add-on as well.</p>
<p>But that&#8217;s not all.  The commercial version of Zimbra (which is worth every penny) provides an Outlook connector which provides an Exchange-like user experience that is nearly imperceptible to most users.  You can also purchase (as an add-on) over-the-air sync functionality for Windows Mobile, Palm and Blackberry devices (BES required).</p>
<p>Zimbra is also totally interoperable.  The web interface works under IE, Firefox and Safari.  Zimbra provides classic POP/IMAP/SMTP services for those that want to keep their old mail client.  Calendars can be accessed via the iCalendar protocol, and even exposed to other users as authenticated or open icalendar or free/busy feeds. The IM functionality is fully standards-based, and supports any XMPP capable client like Pidgin/Gaim, Adium or Trillian.</p>
<p><span style="underline;"><span style="underline;"><strong>But is Zimbra right for you?</strong></span></span></p>
<p>Every business needs Calendaring just as much as it needs Email capability these days.  In my opinion, business fall into 4 camps:</p>
<p><strong>1. You have already invested in a recent version of Exchange or equivalent (Groupwise, Domino, etc)</strong></p>
<p>Probably not.  You&#8217;ve already invested 5 or 6 digits worth of capital, if not more, to get to your existing platform.  If it&#8217;s running poorly, or seeing low rates of user acceptance, you may want to look at other factors first.  There could be architecture or user expectation issues that could be managed with outside help, if you need it.  You can consider a forklift to a better platform several years down the line, but a wholesale email/calendaring platform switch now may cost you your job.</p>
<p><strong>2. You are running older versions of Exchange (5.5 or 2000)</strong></p>
<p>Lets face it, most IT systems are fully depreciated within 3-5 years.  Microsoft has left you out in the cold with mainstream support.  Your server hardware is ancient and dying.  Or did you try to just move that aging email system to newer hardware?   You know who you are.</p>
<p>Upgrading to newer version of Exchange may not have to be a foregone conclusion for you.  The cost savings of migrating to Zimbra may be significant.  You&#8217;ll have to buy new servers, but those servers may be spec&#8217;ed a little bit leaner than you&#8217;d need for Exchange.  You&#8217;ll need to retrain your admins anyway.  The big issue is:  Are you prepared to start running Linux servers?   If you&#8217;re a blue-blooded Microsoft shop with absolutely no Linux experience or aspirations, Zimbra is probably not for you, Linux (or MacOS X server) is a requirement.   If you think that you can train (or hire) some Linux talent, and pull it off, you will be loved by your users and management alike.</p>
<p><strong>3. Those that currently run an open source based system (Postfix, Sendmail, etc + Sugar, webcal,etc)</strong></p>
<p>What are you waiting for?  Seriously, you&#8217;re probably holding your users back from having proper calendaring and scheduling, AntiSpam and AntiVirus filtering (unless you&#8217;re running AMaViS) or internal IM functionality.  Go forth, and download the &#8220;Network Edition trial&#8221;.   If you decide that the $399 &#8220;starter edition&#8221; or $35/user pricing is too expensive, let your license expire and it will automatically fall back to the open source edition functionality, disabling Outlook/mobile integration.</p>
<p><strong></strong><br />
<strong>4. Those that currently have a hosted/outsourced solution</strong></p>
<p>If letting someone else run your Email server doesn&#8217;t give you the heebeejeebies, check out the long list of providers lining up to do hosted Zimbra, which tends to run cheaper per-mailbox than hosted Exchange.</p>
<p><span style="underline;"><strong>My Only concern about Zimbra is&#8230;</strong></span></p>
<p>Yahoo and Microsoft.   Last year, Zimbra was acquired by Yahoo.  So far, Yahoo has let Zimba flourish, but all of this may change if Microsoft gets its hands on Yahoo.  We thought the threat had passed, but recent news shows that Carl Icahn is launching a proxy battle to replace Yahoo&#8217;s board with a more Microsoft-friendly one.</p>
<p>What do you think Microsoft is going to do if it purchases the new single biggest threat to its very profitable Exchange product?  I don&#8217;t think anyone who&#8217;s been following Microsoft&#8217;s decades of brutal predatory takeovers and monopolistic business practices is expecting Zimbra, its staff and any patent portfolio to survive in one piece or be spun off.</p>
<p>The fact that large parts of Zimbra is released under the GPL may not help.   Microsoft may try threaten patent lawsuits against Zimbra&#8217;s customers as well as any business that sprouts up to support the GPLed version.  They&#8217;ve done it with Linux, remember that they funded Baystar which funded SCO&#8217;s lawsuit against IBM, Novell, and a few large Linux customers.</p>
<p>Just to be clear, I&#8217;m not saying that the threat of Microsoft takeover should ruin the the taste for Zimbra.  Just be smart, and keep an eye out for the writing on the wall.</p>
<p>-Irving Popovetsky</p>
<p>Principal Consultant, ProStructure Consulting</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prostructure.com/blog/2008/05/16/thinking-about-switching-to-zimbra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->