<?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>UNIXy</title>
	<atom:link href="http://blog.unixy.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unixy.net</link>
	<description>Pro ~ Geeks</description>
	<lastBuildDate>Sun, 31 Jan 2010 03:09:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Note that the MySQL client library is not bundled anymore. Solved!</title>
		<link>http://blog.unixy.net/2010/01/note-that-the-mysql-client-library-is-not-bundled-anymore-solved/</link>
		<comments>http://blog.unixy.net/2010/01/note-that-the-mysql-client-library-is-not-bundled-anymore-solved/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 03:09:14 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Break-Fix]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[lib64]]></category>
		<category><![CDATA[lightspeed]]></category>
		<category><![CDATA[litespeed]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.unixy.net/?p=232</guid>
		<description><![CDATA[This error is not specific to Litespeed but can be encountered while building PHP with MySQL support on 64-bit systems. The fix is to tell the build that the MySQL client is indeed installed, but in a different directory, by adding the following flag to the configure line in Litespeed:
--with-libdir=lib64
The reason being the build doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>This error is not specific to Litespeed but can be encountered while building PHP with MySQL support on 64-bit systems. The fix is to tell the build that the MySQL client is indeed installed, but in a different directory, by adding the following flag to the configure line in Litespeed:</p>
<blockquote><p><code>--with-libdir=lib64</code></p></blockquote>
<p>The reason being the build doesn&#8217;t know at this point that it is dealing with a 64-bit OS. If adding the above switch does not work, be sure to install the MySQL client and libraries.</p>
<p>That&#8217;s all folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unixy.net/2010/01/note-that-the-mysql-client-library-is-not-bundled-anymore-solved/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is a Cluster?</title>
		<link>http://blog.unixy.net/2010/01/what-is-a-cluster/</link>
		<comments>http://blog.unixy.net/2010/01/what-is-a-cluster/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 03:06:54 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Challenge]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dedicated cluster]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[UNIXy]]></category>
		<category><![CDATA[web cluster]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://blog.unixy.net/?p=193</guid>
		<description><![CDATA[There are many types of clusters. The one I am going to cover in this post is a Web cluster. In other words, it is a cluster of several servers built to serve Web pages. It is a made up of Web servers, database servers, and file servers. You may ask, why not deploy only [...]]]></description>
			<content:encoded><![CDATA[<p>There are many types of clusters. The one I am going to cover in this post is a Web cluster. In other words, it is a cluster of several servers built to serve Web pages. It is a made up of Web servers, database servers, and file servers. You may ask, why not deploy only one server and install the Web, database, and file server? There comes a time when one single server cannot sustain the increase in traffic. The high number of visitors exceeds the capacity of the server. Be it processor power, memory availability, disk <a title="What is IOPS?" href="http://blog.unixy.net/2010/01/what-is-iops" target="_blank">IOPS</a>, or network IO.</p>
<div id="attachment_244" class="wp-caption aligncenter" style="width: 216px"><a href="http://blog.unixy.net/wp-content/uploads/2010/01/cluster2.png"><img class="size-medium wp-image-244" title="Cluster" src="http://blog.unixy.net/wp-content/uploads/2010/01/cluster2-206x300.png" alt="Cluster" width="206" height="300" /></a><p class="wp-caption-text">Cluster</p></div>
<p>Building clusters is not for everyone. It is a complex engineering task. The complexity resides in making the whole, called cluster, accomplish the tasks efficiently and seamlessly. It becomes even more complex when one implements load balancing and database replication. Load balancing is the act of distributing tasks across two or more server with identical configurations. Database replication is the synchronization of database tables and meta data across two or more servers. Having two identical databases scales out well especially when it has been designated as the bottleneck.</p>
<div id="attachment_252" class="wp-caption aligncenter" style="width: 306px"><a href="http://blog.unixy.net/wp-content/uploads/2010/01/advancedcluster.png"><img class="size-medium wp-image-252" title="Advanced Cluster" src="http://blog.unixy.net/wp-content/uploads/2010/01/advancedcluster-296x300.png" alt="Advanced Cluster" width="296" height="300" /></a><p class="wp-caption-text">Advanced Cluster</p></div>
<p>Too often I get asked, why not deploy a monster server with 32 cores and 64GB of memory instead of building a cluster? While such server might or might not sustain the traffic, there are many points that need to be thought out. The truth is such monster server is cost prohibitive. The price to value is too high and not worth it. The reason being there is currently no commodity server that can handle 32 cores. One would need a considerable budget. For much less, one can get a 32-core <em>cluster</em>. The other point to consider is the fact that the motherboard bus will not be able to sustain the throughput required for a high traffic server. It will not be able to seamlessly pull 64GB/s in and out of the memory system.</p>
<p>Another important point is disaster recovery, one would need another equally powerful server or a very aggressive (read extremely expensive) part-replacement contract. On the other hand, commodity hardware is so affordable one could keep a few spares without breaking the bank! Plus, a monster server will never handle Digg or Slashdot effects. The cluster, however, can scale to accommodate for traffic spikes.</p>
<p>Keep in mind that UNIXy builds clusters for current customers free of charge. The support and service is included with your purchased dedicated servers. Contact us today and we will go above and beyond to help out.</p>
<p>That&#8217;s all folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unixy.net/2010/01/what-is-a-cluster/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>IOPS &#8211; Continued</title>
		<link>http://blog.unixy.net/2010/01/iops-continued/</link>
		<comments>http://blog.unixy.net/2010/01/iops-continued/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 04:23:37 +0000</pubDate>
		<dc:creator>UNIXy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[IOPS]]></category>
		<category><![CDATA[throughput]]></category>

		<guid isPermaLink="false">http://blog.unixy.net/?p=212</guid>
		<description><![CDATA[Be sure to read through the previous post for a quick introduction of IOPS.
Suppose that you&#8217;re copying a 10GB file from one disk to another. Let us assume that the only bottleneck is the disks&#8217; own IOPS, which in case is 120. We are also only focusing on the disk where the data is copied [...]]]></description>
			<content:encoded><![CDATA[<p>Be sure to read through the <a title="What is IOPS" href="http://blog.unixy.net/2010/01/what-is-iops/" target="_blank">previous post</a> for a quick introduction of IOPS.</p>
<p>Suppose that you&#8217;re copying a 10GB file from one disk to another. Let us assume that the only bottleneck is the disks&#8217; own IOPS, which in case is 120. We are also only focusing on the disk where the data is copied to and assume that the other disk has no IOPS limitation. Because we are writing about 10GB, the majority of the IOPS are going to be writes and not reads.</p>
<p style="text-align: center;"><a href="http://blog.unixy.net/wp-content/uploads/2010/01/IOPS.png"><img class="size-medium wp-image-219 aligncenter" title="IOPS - File Transfer" src="http://blog.unixy.net/wp-content/uploads/2010/01/IOPS-300x74.png" alt="IOPS File Transfer" width="300" height="74" /></a></p>
<p style="text-align: left;">
<p>We will also assume that the disk has a block size of 64KB. In other words we are copying a maxium of 64KB of data in one operation (120 operations per second). That gives us a sustained throughput of about 7MB/s (120 * 64 * 1024). For a 10GB file, it would take about 1462 (10GB/7MB) seconds to copy the 10GB file.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unixy.net/2010/01/iops-continued/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is IOPS?</title>
		<link>http://blog.unixy.net/2010/01/what-is-iops/</link>
		<comments>http://blog.unixy.net/2010/01/what-is-iops/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 13:42:29 +0000</pubDate>
		<dc:creator>UNIXy</dc:creator>
				<category><![CDATA[Crash Course]]></category>
		<category><![CDATA[explained]]></category>
		<category><![CDATA[IOPS]]></category>

		<guid isPermaLink="false">http://blog.unixy.net/?p=202</guid>
		<description><![CDATA[IOPS stands for Input and Output Per Second. It is essentially a value that describes the raw capacity of a data storage system. It sets an expectation for performance. Some storage systems are said to be capable 120 IOPS and others 340 IOPS or much more. The number of IOPS, for most disk systems, represents [...]]]></description>
			<content:encoded><![CDATA[<p>IOPS stands for Input and Output Per Second. It is essentially a value that describes the raw capacity of a data storage system. It sets an expectation for performance. Some storage systems are said to be capable 120 IOPS and others 340 IOPS or much more. The number of IOPS, for most disk systems, represents a count of a mix of <em>data</em> reads (Output) and writes (Input) per second. By that number, one can judge how fast and responsive a disk system can be. The numbers can be obtained by performing sequential or random operations on the disk system. The best representation is random operations since it reflects a real-life usage pattern.</p>
<p>Disk system manufacturers obtain IOPS numbers via benchmarking. There are tools that measure disk throughput and capacity by performing several read and write tests. For example, Iometer is a tool that can measure disk system performance and produce the IOPS value for such system. One needs to be aware of the fact that some manufacturers provide the IOPS based on cached read and write tests. The latter is a best case scenario test and does not reflect real-life usage.</p>
<p>So what happens when a system reaches the IOPS threshold number? I did use the word &#8220;reach&#8221; because in theory the disk system will almost never exceed the advertised IOPS. Back to the question, when the system reaches the IOPS threshold, it starts queuing requests. A busy queue generally indicates a bottleneck.</p>
<p>How often have you found yourself with a bottlenecked 2TB disk choking after barely putting a few files? Disk size capacity has no bearing on its IOPS capacity. A 2TB disk could have the same IOPS capacity as a 250GB disk! So when does one need to upgrade the disk system or the configuration at least? We shall post a new entry on this blog with the instructions.</p>
<p>That&#8217;s all folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unixy.net/2010/01/what-is-iops/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Difference Between a Server and Desktop CPU</title>
		<link>http://blog.unixy.net/2009/12/the-difference-between-a-server-and-desktop-cpu/</link>
		<comments>http://blog.unixy.net/2009/12/the-difference-between-a-server-and-desktop-cpu/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 19:56:57 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[core2quad]]></category>
		<category><![CDATA[desktop CPU]]></category>
		<category><![CDATA[server CPU]]></category>
		<category><![CDATA[server desktop difference]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[xeon vs opteron]]></category>

		<guid isPermaLink="false">http://blog.unixy.net/?p=175</guid>
		<description><![CDATA[There are a few server-grade processors in the market. The well-know ones are Intel Xeon,  AMD Opteron, Intel Itanium, and Sparc. Core2Quad and Phenom are, for example, desktop CPUs. There is confusion as to what makes a server-type CPU different from a desktop counterpart. Besides the bus speed improvement, there is a fundamental difference [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few server-grade processors in the market. The well-know ones are Intel Xeon,  AMD Opteron, Intel Itanium, and Sparc. Core2Quad and Phenom are, for example, desktop CPUs. There is confusion as to what makes a server-type CPU different from a desktop counterpart. Besides the bus speed improvement, there is a fundamental difference that proves to be important especially if there is a lot at stake. At <a title="Fully Managed Dedicated Servers and Clusters" href="http://www.unixy.net" target="_blank">UNIXy</a>, all servers we promote to production are either Intel Xeon or AMD Opteron processors. We have to offer the best quality components to our customers.</p>
<p>Before we delve into the main differences, there is one element that makes server processors stand out from the rest: validation. It is about the effort spent validating processors that differentiates desktop from server CPUs. As an analogy, it makes perfect sense that a passenger aircraft engine would require much more stringent validation than a car engine. The risk is undoubtedly higher for an aircraft engine. The same applies to server processors. A desktop processor is designed to cater to the needs of one person. On the other hand, there is much more at stake with a server processor!</p>
<p>Let us cover each point one by one.</p>
<p><strong>Validation</strong></p>
<p>Server processors are put through all kinds of tests under stressful conditions such as higher temperatures, strict environmental conditions, and high computing loads. The time spent performing these tests increases the costs and time to delivery considerably.</p>
<p><strong>Dependable</strong></p>
<p>Server processors are designed for reliability. For example, if your desktop processor were to somehow fail, the whole workstation becomes inoperable. Server CPUs have the smarts to be able to failover, in the case of a dual CPU server, without having to crash or shutdown. Granted, one would have to have a dual CPU configuration. It is important to note that desktop CPUs do not support dual processor configurations.</p>
<p><strong>Self Correcting</strong></p>
<p>Server processors have the circuitry in place to correct memory errors that can affect stability. The technology is called Error Code Correction (ECC). Some desktop configurations are also capable of ECC but the feature is not validated as is the case with server CPUs. Hence, my stressing the importance of validation first and foremost.</p>
<p><strong>Higher trafficking</strong></p>
<p>Server CPUs are designed with buses that operate at much higher frequencies (bandwidth). This means that they can process more data in and out of memory and other subsystems. Heat can be a concern for these buses as it impedes the flow of electricity and hence throughput. This is why server-grade processors have their matching powerful fan blowers.</p>
<p>That&#8217;s all folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unixy.net/2009/12/the-difference-between-a-server-and-desktop-cpu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
