<?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>boxfly Blog</title>
	<atom:link href="https://boxfly.com.au/wp/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>https://boxfly.com.au/wp</link>
	<description>Musings and notes about Infrastructure Design and Architecture</description>
	<lastBuildDate>Mon, 13 Jul 2015 01:45:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.19</generator>
	<item>
		<title>How SAML Works</title>
		<link>https://boxfly.com.au/wp/index.php/2015/07/12/how-saml-works/</link>
		<comments>https://boxfly.com.au/wp/index.php/2015/07/12/how-saml-works/#comments</comments>
		<pubDate>Sun, 12 Jul 2015 04:43:10 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boxfly.com.au/wp/?p=20</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><iframe width="842" height="474" src="https://www.youtube.com/embed/S9BpeOmuEz4?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://boxfly.com.au/wp/index.php/2015/07/12/how-saml-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IaaS PaaS and SaaS Explained</title>
		<link>https://boxfly.com.au/wp/index.php/2015/07/10/iaas-paas-and-saas-explained/</link>
		<comments>https://boxfly.com.au/wp/index.php/2015/07/10/iaas-paas-and-saas-explained/#comments</comments>
		<pubDate>Fri, 10 Jul 2015 22:55:40 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boxfly.com.au/wp/?p=17</guid>
		<description><![CDATA[http://www.silverlighthack.com/post/2011/02/27/IaaS-PaaS-and-SaaS-Terms-Explained-and-Defined.aspx]]></description>
				<content:encoded><![CDATA[<p>http://www.silverlighthack.com/post/2011/02/27/IaaS-PaaS-and-SaaS-Terms-Explained-and-Defined.aspx</p>
]]></content:encoded>
			<wfw:commentRss>https://boxfly.com.au/wp/index.php/2015/07/10/iaas-paas-and-saas-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle HA</title>
		<link>https://boxfly.com.au/wp/index.php/2015/07/10/oracle-ha/</link>
		<comments>https://boxfly.com.au/wp/index.php/2015/07/10/oracle-ha/#comments</comments>
		<pubDate>Fri, 10 Jul 2015 22:52:15 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boxfly.com.au/wp/?p=15</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><iframe width="842" height="474" src="https://www.youtube.com/embed/7mR933yJ5Ws?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://boxfly.com.au/wp/index.php/2015/07/10/oracle-ha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL HA and DR</title>
		<link>https://boxfly.com.au/wp/index.php/2015/07/10/sql-ha-and-dr/</link>
		<comments>https://boxfly.com.au/wp/index.php/2015/07/10/sql-ha-and-dr/#comments</comments>
		<pubDate>Fri, 10 Jul 2015 22:51:07 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boxfly.com.au/wp/?p=13</guid>
		<description><![CDATA[SQL HA Options SQL Server provides several options for creating high availability for a server or database. The high-availability options include the following: AlwaysOn Failover Cluster Instances As part of the SQL Server AlwaysOn offering, AlwaysOn Failover Cluster Instances leverages Windows Server Failover Clustering (WSFC) functionality to provide local high availability through redundancy at the [&#8230;]]]></description>
				<content:encoded><![CDATA[<h2><strong>SQL HA Options</strong></h2>
<p>SQL Server provides several options for creating high availability for a server or database. The high-availability options include the following:</p>
<h3>AlwaysOn Failover Cluster Instances</h3>
<p>As part of the SQL Server AlwaysOn offering, AlwaysOn Failover Cluster Instances leverages Windows Server Failover Clustering (WSFC) functionality to provide local high availability through redundancy at the server-instance level—a <span class="parameter">failover cluster instance</span> (FCI). An FCI is a single instance of SQL Server that is installed across Windows Server Failover Clustering (WSFC) nodes and, possibly, across multiple subnets. On the network, an FCI appears to be an instance of SQL Server running on a single computer, but the FCI provides failover from one WSFC node to another if the current node becomes unavailable.</p>
<p>For more information, see <a href="https://msdn.microsoft.com/en-us/library/ms189134.aspx">AlwaysOn Failover Cluster Instances (SQL Server)</a>.</p>
<h3>AlwaysOn Availability Groups</h3>
<p>AlwaysOn Availability Groups is an enterprise-level high-availability and disaster recovery solution introduced in SQL Server 2012 to enable you to maximize availability for one or more user databases. AlwaysOn Availability Groups requires that the SQL Server instances reside on Windows Server Failover Clustering (WSFC) nodes. For more information, see <a href="https://msdn.microsoft.com/en-us/library/hh510230.aspx">AlwaysOn Availability Groups (SQL Server)</a>.</p>
<p>&nbsp;</p>
<h3>Database mirroring</h3>
<div class="alert">
<table>
<tbody>
<tr>
<th align="left"><img id="alert_note" class="cl_IC101471" title="Note" src="https://i-msdn.sec.s-msft.com/areas/global/content/clear.gif" alt="Note" /> <strong>Note</strong></th>
</tr>
<tr>
<td>This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. We recommend that you use AlwaysOn Availability Groups instead.</td>
</tr>
</tbody>
</table>
</div>
<p>Database mirroring is a solution to increase database availability by supporting almost instantaneous failover. Database mirroring can be used to maintain a single standby database, or<span class="parameter">mirror database</span>, for a corresponding production database that is referred to as the <span class="parameter">principal database</span>. For more information, see <a href="https://msdn.microsoft.com/en-us/library/ms189852.aspx">Database Mirroring (SQL Server)</a>.</p>
<p>&nbsp;</p>
<h3>Log shipping</h3>
<p>Like AlwaysOn Availability Groups and database mirroring, log shipping operates at the database level. You can use log shipping to maintain one or more warm standby databases (referred to as <span class="parameter">secondary databases</span>) for a single production database that is referred to as the <span class="parameter">primary database</span>. For more information about log shipping, see <a href="https://msdn.microsoft.com/en-us/library/ms187103.aspx">About Log Shipping (SQL Server)</a>.</p>
<p>&nbsp;</p>
<p><iframe width="842" height="632" src="https://www.youtube.com/embed/YNyY_A5733E?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://boxfly.com.au/wp/index.php/2015/07/10/sql-ha-and-dr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AWS ELB and maintaining Session Data</title>
		<link>https://boxfly.com.au/wp/index.php/2015/07/10/aws-elb-and-maintaining-session-data/</link>
		<comments>https://boxfly.com.au/wp/index.php/2015/07/10/aws-elb-and-maintaining-session-data/#comments</comments>
		<pubDate>Fri, 10 Jul 2015 22:42:38 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boxfly.com.au/wp/?p=11</guid>
		<description><![CDATA[https://aws.amazon.com/blogs/aws/new-elastic-load-balancing-feature-sticky-sessions/]]></description>
				<content:encoded><![CDATA[<p>https://aws.amazon.com/blogs/aws/new-elastic-load-balancing-feature-sticky-sessions/</p>
<p><iframe width="842" height="474" src="https://www.youtube.com/embed/K-YFw9-_NPE?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://boxfly.com.au/wp/index.php/2015/07/10/aws-elb-and-maintaining-session-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vBlock Basics</title>
		<link>https://boxfly.com.au/wp/index.php/2015/07/10/vblock-basics/</link>
		<comments>https://boxfly.com.au/wp/index.php/2015/07/10/vblock-basics/#comments</comments>
		<pubDate>Fri, 10 Jul 2015 22:22:33 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boxfly.com.au/wp/?p=9</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><iframe width="842" height="632" src="https://www.youtube.com/embed/QVINkdLjidk?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://boxfly.com.au/wp/index.php/2015/07/10/vblock-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM PoweVM LPAR</title>
		<link>https://boxfly.com.au/wp/index.php/2015/07/10/ibm-powevm-lpar/</link>
		<comments>https://boxfly.com.au/wp/index.php/2015/07/10/ibm-powevm-lpar/#comments</comments>
		<pubDate>Fri, 10 Jul 2015 22:21:13 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boxfly.com.au/wp/?p=7</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><iframe width="842" height="632" src="https://www.youtube.com/embed/72FW7CZuhmA?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://boxfly.com.au/wp/index.php/2015/07/10/ibm-powevm-lpar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Puppetizing Multitier Architecture</title>
		<link>https://boxfly.com.au/wp/index.php/2015/07/10/puppetizing-multitier-architecture/</link>
		<comments>https://boxfly.com.au/wp/index.php/2015/07/10/puppetizing-multitier-architecture/#comments</comments>
		<pubDate>Fri, 10 Jul 2015 22:17:42 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://boxfly.com.au/wp/?p=5</guid>
		<description><![CDATA[&#160;]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><iframe width="842" height="474" src="https://www.youtube.com/embed/CZvrORj5KVc?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://boxfly.com.au/wp/index.php/2015/07/10/puppetizing-multitier-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
