<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>GDV Data Protection Blog</title>
	
	<link>http://www.globaldatavault.com/blog</link>
	<description>Advancing the state of online disaster recovery capabilities. Insights into our technology, solutions and vision.</description>
	<lastBuildDate>Wed, 15 May 2013 16:21:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GlobalDataVault" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="globaldatavault" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">GlobalDataVault</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>The importance of maintaining databases</title>
		<link>http://www.globaldatavault.com/blog/the-importance-of-maintaining-databases/</link>
		<comments>http://www.globaldatavault.com/blog/the-importance-of-maintaining-databases/#comments</comments>
		<pubDate>Wed, 15 May 2013 16:21:51 +0000</pubDate>
		<dc:creator>tperot</dc:creator>
				<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[database maintenance]]></category>
		<category><![CDATA[Disaster Recovery Planning]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1719</guid>
		<description><![CDATA[<p>If you’re in business, then its likely you’ve got a database such as Exchange, SharePoint and SQL, and all the responsibility (and sometimes headaches) that goes along with owning one. Without proper maintenance, in time, your applications dependent on these databases will slow and employees will have difficulty completing tasks. Those frustrations lead to a [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/the-importance-of-maintaining-databases/">The importance of maintaining databases</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you’re in business, then its likely you’ve got a database such as Exchange, SharePoint and SQL, and all the responsibility (and sometimes headaches) that goes along with owning one. Without proper maintenance, in time, your applications dependent on these databases will slow and employees will have difficulty completing tasks. Those frustrations lead to a loss in productivity and a greater use of resources to accomplish every day operations.</p>
<p>Keeping a database operating smoothly requires routine maintenance:</p>
<div id="attachment_1720" class="wp-caption alignright" style="width: 310px"><a href="http://www.globaldatavault.com/blog/wp-content/uploads/database-image.jpg"><img class="size-medium wp-image-1720" alt="database" src="http://www.globaldatavault.com/blog/wp-content/uploads/database-image-300x199.jpg" width="300" height="199" /></a><p class="wp-caption-text">Image courtesy of renjith krishnan/ FreeDigitalPhotos.net</p></div>
<ul>
<li>Looking for signs of corruption from a hardware fault, 3<sup>rd</sup> party driver or firmware, or platform issues</li>
<li>Reorganizing the database to remove old and deleted data and logs</li>
<li>Managing and reviewing log files to trace odd program behavior or system access events</li>
<li>Cleaning up leftover maintenance data by removing unneeded files allows your database to respond faster</li>
<li>Rebuilding indexes regularly. Over time, index fragmentation can lead to gaps in data pages and logical fragmentation, which in turn leads to increased disk I/O and latency.</li>
<li>Deleting historical data related to backup and restore activities to help your database to run more efficiently</li>
<li>Backup your database regularly in order to recover from upgrades that don’t play nice, corrupted tables and other system problems that can lead to full-on disasters<span id="more-1719"></span></li>
</ul>
<p>Microsoft backup/restore procedures to maintain the integrity of the database can assist with many of the above activities.  While the Microsoft procedures are not an effective backup strategy by itself, it does take care of the integral database maintenance processes such as re-indexing, shrinking and error repairing.</p>
<p>Database maintenance activities are critical for your cloud backup. If you regularly backup a bad or bloated database, it’s likely these systems have run with unnoticed errors until they are restarted.  When an administrator discovers the unresponsive database, they may decide to overlay the system with a backup. Havoc ensues when they find that the error was undetected for weeks or months and there is not healthy backup in which to restore – and that means a loss of data.</p>
<p>The optimum database maintenance strategy is to do both onsite and offsite database backup and restore activities: a frequent cloud backup and quarterly Microsoft backup/restore practices keep a database running smoothly.</p>
<p><b>Additional resources on Microsoft Exchange database maintenance:</b></p>
<ul>
<li><a href="http://exchangeserverpro.com/exchange-2010-mailbox-database-growing-big-fast/">Overgrowth/size</a> issues</li>
<li><a href="http://allcomputers.us/windows_server/exchange-server-2010---best-practices-for-performing-database-maintenance.aspx">General Maintenance</a> – This article is especially important as it discusses why the database can go bad.  It also goes into automatic maintenance which is included with server 2010 and 2012, but many customers are still running 2003 which has no automation.</li>
<li>Actual <a href="http://allcomputers.us/windows_server/exchange-server-2010---best-practices-for-performing-database-maintenance.aspx">good practice tasks</a>:  (look at the referenced Technet article)</li>
</ul>
<p><b>Additional resources on SQL/SharePoint database maintenance:</b></p>
<ul>
<li><a href="http://www.idocs.info/index.php/2011/10/sql-maintenance-plan-sharepoint-2010-databases/">Best Practices for Setup</a></li>
<li><a href="http://sharepointpromag.com/sharepoint/database-maintenance-sharepoint">Setup/Location Design</a> (Note the “Data Integrity” section)</li>
<li><a href="http://www.sharepointdiary.com/2012/01/sql-server-best-practices-for-sharepoint.html">Database design/maintenance</a> (Note the “Database Maintenance” section)</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.globaldatavault.com/blog/the-importance-of-maintaining-databases/">The importance of maintaining databases</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/the-importance-of-maintaining-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyber attacks with exploits can affect everyone’s data</title>
		<link>http://www.globaldatavault.com/blog/cyber-attacks-with-exploits-can-affect-everyones-data/</link>
		<comments>http://www.globaldatavault.com/blog/cyber-attacks-with-exploits-can-affect-everyones-data/#comments</comments>
		<pubDate>Mon, 06 May 2013 19:19:21 +0000</pubDate>
		<dc:creator>tperot</dc:creator>
				<category><![CDATA[Data Security]]></category>
		<category><![CDATA[cyber attacks]]></category>
		<category><![CDATA[exploits]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1703</guid>
		<description><![CDATA[<p>In part one of our Cyber Attack series, we highlighted the massive DDoS attack raining on spam list provider SpamHaus. In most DDoS attacks, your data is likely safe, but the nefarious activities are just one step away from more serious forms of cyber attacks that can steal your data and start with what’s called [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/cyber-attacks-with-exploits-can-affect-everyones-data/">Cyber attacks with exploits can affect everyone&#8217;s data</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>In part one of our Cyber Attack series, we highlighted the massive DDoS attack raining on spam list provider SpamHaus. In most DDoS attacks, your data is likely safe, but the <a href="http://www.globaldatavault.com/blog/wp-content/uploads/Cyber-attack-image.jpg"><img class="alignright size-full wp-image-1706" alt="cyber attack hacker" src="http://www.globaldatavault.com/blog/wp-content/uploads/Cyber-attack-image.jpg" width="300" height="257" /></a>nefarious activities are just one step away from more serious forms of cyber attacks that can steal your data and start with what’s called “exploits.”</p>
<p>These “exploits” are packets of computer code that allow hackers to sneak in and sometimes control computers running software with a known design flaw or a “vulnerability.” Criminals, terrorist groups and even governments are all likely customers for the purchase of exploits.</p>
<p>It’s an emerging market for companies who discover new vulnerabilities called “zero day exploits” in software and sell their findings for anywhere from tens to hundreds of thousands of dollars. And generally it’s legal to sell them. In fact, more than half of exploits sold are now bought from upstanding firms and not hackers, according to the magazine The Economist.<span id="more-1703"></span></p>
<p>“Zero day exploits” are especially dangerous when in the wrong hands because there is no advance knowledge of them prior to their use. The exploits tend to remain unpatched as hackers will keep them a secret so they remain unfixed and make the exploit useless. If it’s an easily detected or celebrated exploit, then it will be discovered and patched quickly, and hence devaluing it.</p>
<p>Prices for exploits have gone up exponentially in recent years and are based on three factors: how hard the exploit is to develop, the number of computers it provides access to and the value of those computers.</p>
<p>“An exploit that can stealthily provide administrator privileges to a distant computer running Windows XP, a no-longer-fashionable operating system, costs only about $40,000. An exploit for Internet Explorer, a popular browser, can cost as much as $500,000” – the Economist</p>
<p>If you think that you simply don’t have the same level of exposure as you read about in the news, think again. Software giant Adobe Systems Inc has had their own experience with exploits. The JBIG2 flaw allowed hackers access to major corporations such as Coca-Cola.</p>
<p>According to Bloomberg news, “In America and the U.K., about 1-in-3 computer users had contact with malicious software, just between July and September this year, according to data Moscow-based anti-virus software maker Kaspersky Lab collected from its customers.”</p>
<p>The Bloomberg article continues, “The implications of lagging security go beyond PCs to critical infrastructure and industry, such as power grids and railroads, and to increasingly networked lives, including phone systems and videoconferencing that run over the Internet.</p>
<p>“Sooner or later, the people who are exploiting these security flaws will go from stealing information to breaking systems &#8212; because they can &#8212; and then it’s going to be obvious to everybody how bad things are,” says Stewart Baker, former general counsel for the National Security Agency, the U.S. spy agency, which monitors foreign communications.”</p>
<p>A researcher at the Netherlands Defense Academy suggests that Western intelligence agencies often pay higher prices and believes that that America’s spies spend the most on exploits. As you might guess, sales are up in thanks to demand from defense contractors and hacker groups who both see cyberspace as the new battleground. And they aren’t alone. The Economist article goes further to say that, governments that buy exploits are “building the black market”, thereby bankrolling dangerous research and development. That in and of itself has governments appear increasingly keen to develop exploits in-house.</p>
<p>The take-away here is that no one can possibly be completely insulated against a hacker with a powerful exploit, it’s just a matter of when and how bad your system is affected. Preparing for that day is the trick to being able to rise from the ashes of a burned network. Utilizing a comprehensive cloud backup can be the difference between your next hack being a nightmare or a mere annoyance.</p>
<p>The post <a href="http://www.globaldatavault.com/blog/cyber-attacks-with-exploits-can-affect-everyones-data/">Cyber attacks with exploits can affect everyone&#8217;s data</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/cyber-attacks-with-exploits-can-affect-everyones-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common types of cyber attacks and how they can affect your data</title>
		<link>http://www.globaldatavault.com/blog/common-types-of-cyber-attacks-and-how-they-can-affect-your-data/</link>
		<comments>http://www.globaldatavault.com/blog/common-types-of-cyber-attacks-and-how-they-can-affect-your-data/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 20:57:57 +0000</pubDate>
		<dc:creator>tperot</dc:creator>
				<category><![CDATA[Data Security]]></category>
		<category><![CDATA[cyber attack]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[spamhaus]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1692</guid>
		<description><![CDATA[<p>The first installment in our continuing series examining cyber attacks and how to protect your data.  The rate and intensity of the cyber attacks is escalating and probably affecting your internet activity and you don’t even know it. (Read more.) In late March, spam-fighting organization Spamhaus was the target of a massive DDoS (distributed denial of [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/common-types-of-cyber-attacks-and-how-they-can-affect-your-data/">Common types of cyber attacks and how they can affect your data</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_1694" class="wp-caption alignright" style="width: 310px"><a href="http://www.globaldatavault.com/blog/wp-content/uploads/cyber-attack-650x0.jpg"><img class="size-medium wp-image-1694" alt="cyber attacks on the rise" src="http://www.globaldatavault.com/blog/wp-content/uploads/cyber-attack-650x0-300x204.jpg" width="300" height="204" /></a><p class="wp-caption-text">Image respectfully borrowed from http://bit.ly/KAuhLE</p></div>
<p><em>The first installment in our continuing series examining cyber attacks and how to protect your data. </em></p>
<p>The rate and intensity of the cyber attacks is escalating and probably affecting your internet activity and you don’t even know it. (Read <a href="http://www.digitaltrends.com/international/astonishing-number-of-cyber-attacks-says-uk-security-chief/">more</a>.)</p>
<p>In late March, spam-fighting organization <a href="http://www.foxnews.com/tech/2013/03/27/spam-blocking-group-spamhaus-reports-being-hit-by-massive-cyberattack-many/">Spamhaus was the target</a> of a massive DDoS (distributed denial of service) attack and it was considered the most severe attack since the invention of the Internet – or at least that anyone is admitting to.</p>
<p>It was called, “the worst cyber attack ever.”  And there’s more to come.<span id="more-1692"></span></p>
<p>DDoS attacks utilize an army of commandeered computers to point huge volumes of web traffic at a company’s server to the point of overload until it crashes. This latest cyber attack was so large, experts don’t even think they have a measurement system capable of determining the full scope, but some experts are confident that Internet users worldwide were impacted by sluggish Internet connectivity during that time.</p>
<p>It is speculated &#8212; with unconfirmed reports &#8212; that this cyber attack was an act of revenge by groups ticked off at their blacklist status awarded by SpamHaus, who generates widely used and continually updated blacklists of sites who are guilty of sending spam. These grumpy spammers took advantage of what’s called a “DNS reflection,” a technique that tricks thousands of servers to send a landslide of junk to an unsuspecting victim, in this case SpamHaus.</p>
<p>The attack came as a surprise for Spamhaus, as it would your own company. What can a company do to combat a DNS reflection other than putting a crisis communication plan in place?</p>
<p><a href="http://www.informationweek.com/security/vulnerabilities/spamhaus-ddos-attacks-what-business-shou/240151933">Experts say</a> that locking down the infrastructure that hackers use is the number one imperative. In the Spamhaus cyber attack, the DNS reflection attack was likely due to the hackers taking advantage of “misconfigured DNS servers to amplify the power of a much smaller botnet,&#8221; <a href="http://nakedsecurity.sophos.com/2013/03/28/massive-ddos-attack-against-anti-spam-provider-impacts-millions-of-internet-users/">said Chester Wisniewski</a>, a senior security adviser at Sophos Canada, in a blog post. He goes on to say that 25 million open DNS resolvers hosted by service providers across the Internet currently are insecure or misconfigured, posing &#8220;a significant threat.&#8221; His advice is that it’s critical that you configure your recursive name servers to only reply to your own network,&#8221; Wisniewski said. &#8220;If you must provide public DNS, be sure to apply filtering for abusive queries and ensure the frequency of queries is commensurate with your expected volumes.&#8221;</p>
<p>Spamhaus is not the lone victim. If you’ve ever experienced an inaccessibility to your bank website or a sluggish response, it could very well be the work of a DDoS attack. On March 27<sup>th</sup>, Wells Fargo admitted to suffering from disruptions to their website connectivity. The al-Qassam Cyber Fighters hacktivist group has vowed to continue its long-running campaign of U.S. banking website takedowns, and while Wells Fargo is reported by Sitedown.co to have the majority of the downtime reports, Bank of America, Chase, Capital One, Citibanks and PNC Bank were all the subject of reported difficulties.</p>
<p>Wells Fargo spokeswoman Bridget Braxton <span style="text-decoration: underline;">confirmed Tuesday </span>that the bank&#8217;s website was being disrupted, but <a href="http://www.informationweek.com/security/attacks/bank-ddos-attacks-resume-wells-fargo-con/240151825?itc=edit_in_body_cross">told Reuters</a> that &#8220;the vast majority of customers are not impacted and customer information remains safe.&#8221;</p>
<p>As Ms. Braxton rightly commented, during a DDoS attack, your data is likely safe, but if you’re the target for a DDoS attack, it’s going to be a tough few days before you can get back online.</p>
<p><em>In the next installment of our continuing series on cyber attacks and how to protect your data, we’ll look at &#8220;exploits&#8221; and the damage they can do.</em></p>
<p>The post <a href="http://www.globaldatavault.com/blog/common-types-of-cyber-attacks-and-how-they-can-affect-your-data/">Common types of cyber attacks and how they can affect your data</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/common-types-of-cyber-attacks-and-how-they-can-affect-your-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Southern California Payroll Company Averts Disaster with Advanced Data Protection from Global Data Vault</title>
		<link>http://www.globaldatavault.com/blog/southern-california-payroll-company-averts-disaster-with-advanced-data-protection-from-global-data-vault/</link>
		<comments>http://www.globaldatavault.com/blog/southern-california-payroll-company-averts-disaster-with-advanced-data-protection-from-global-data-vault/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 20:49:55 +0000</pubDate>
		<dc:creator>tperot</dc:creator>
				<category><![CDATA[Cloud Backup]]></category>
		<category><![CDATA[Data Failover]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[payroll]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1687</guid>
		<description><![CDATA[<p>Payroll is a daunting, time-consuming task for companies. Oftentimes the entire payroll function is outsourced to a provider to handle the calculations for taxes, the filings, and the actual distribution of funds. Payroll service companies carry an important responsibility for their clients. Companies depend on them to be reliable as paychecks are pretty important to [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/southern-california-payroll-company-averts-disaster-with-advanced-data-protection-from-global-data-vault/">Southern California Payroll Company Averts Disaster with Advanced Data Protection from Global Data Vault</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Payroll is a daunting, time-consuming task for companies. Oftentimes the entire payroll function is outsourced to a provider to handle the calculations for taxes, the filings, and the actual distribution of funds.<a href="http://www.globaldatavault.com/blog/wp-content/uploads/payroll-image.jpg"><img class="alignright size-medium wp-image-1688" alt="payroll failover" src="http://www.globaldatavault.com/blog/wp-content/uploads/payroll-image-300x183.jpg" width="300" height="183" /></a></p>
<p>Payroll service companies carry an important responsibility for their clients. Companies depend on them to be reliable as paychecks are pretty important to employees who expect their checks on time; their lives hang in the balance if they don’t get paid. Employees will quit if their money doesn’t show up when promised. Ensuring those payroll systems run without interruption is mission critical for the payroll company, their clients and the employees they serve. One glitch in the system can literally affect thousands of people’s lives.</p>
<p>Payroll is particularly time sensitive because funds have to move and are subject to bank cutoff times, there is very little wiggle room to keep a payroll delivery on track.<span id="more-1687"></span></p>
<p>Because of the mission critical nature of payroll, system continuity is paramount and therefore Global Data Vault’s data protection solutions are a favorite of payroll service companies.</p>
<p>We got a distress call from one of our payroll processing clients in Southern California just after 4:30p.m. on Wednesday March 20<sup>th</sup>. The company had a RAID storage system fail at their site. The result was their ability to process payrolls was completely lost. And to make matters worse, the company’s CEO was on a plane and unreachable. Payrolls had to be processed that night for quite a few of their clients – failing meant employees would not get paid on Friday.</p>
<p>GDV went to work immediately, enabling failover capabilities, and by 7:30p.m, the payroll company was running payrolls.</p>
<p>What makes this case special is GDV’s unique “build” capability which eliminates the steps required by other providers to reconfigure the remote network and related security. The result is the customer’s failover network was up and running quickly, and the great news is that all deadlines were met – everyone got paid on time!</p>
<p>The post <a href="http://www.globaldatavault.com/blog/southern-california-payroll-company-averts-disaster-with-advanced-data-protection-from-global-data-vault/">Southern California Payroll Company Averts Disaster with Advanced Data Protection from Global Data Vault</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/southern-california-payroll-company-averts-disaster-with-advanced-data-protection-from-global-data-vault/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile disaster recovery trucks – are they a good idea?</title>
		<link>http://www.globaldatavault.com/blog/mobile-disaster-recovery-trucks-are-they-a-good-idea/</link>
		<comments>http://www.globaldatavault.com/blog/mobile-disaster-recovery-trucks-are-they-a-good-idea/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 00:09:14 +0000</pubDate>
		<dc:creator>tperot</dc:creator>
				<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Disaster Recovery Planning]]></category>
		<category><![CDATA[trucks]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1679</guid>
		<description><![CDATA[<p>Service trucks have never been as en vogue as they are today. Nearly everyone is familiar with the mobile trade shows and health care stations, and more recently become adept at Twitter stalking the locations of the ubiquitous food trucks doting the urban landscape. These mobile units are bringing delicious meals to offices and public [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/mobile-disaster-recovery-trucks-are-they-a-good-idea/">Mobile disaster recovery trucks &#8211; are they a good idea?</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Service trucks have never been as en vogue as they are today. Nearly everyone is familiar with the mobile trade shows and health care stations, and more recently become adept at Twitter stalking the locations of the ubiquitous food trucks doting the urban landscape. These mobile units are bringing delicious meals to offices and public spaces. Now we’re seeing an uprising in apparel trucks and mobile boutiques. But there’s a more serious side to some of these mobile service providers. They’re also equipped and rolling at the ready as disaster recovery command centers.<a href="http://www.globaldatavault.com/blog/wp-content/uploads/DR-truck.jpeg"><img class="alignright size-medium wp-image-1680" alt="disaster recovery truck" src="http://www.globaldatavault.com/blog/wp-content/uploads/DR-truck-300x198.jpeg" width="300" height="198" /></a></p>
<p><a href="http://www.ibm.com/">IBM</a> and <a href="http://www.cisco.com/">Cisco Systems</a>, Sunguard and others, have implemented mobile disaster recovery services that bundle electrical generators, phones, satellite and wireless connections, Windows servers, and software into portable offices that can be transported by foot or truck into a disaster area.</p>
<p><span id="more-1679"></span>These disaster recovery services are business versions of first responders. While the idea of these mobile rescue services for enterprise operations is a novel idea, disaster recovery in a truck has its shortcomings.</p>
<p>For starters, this on-site disaster recovery strategy requires staff to be at the location of the truck as opposed to where they might need to go with their families or with a working spouse assigned to another specific location. In the event of a predicted disaster such as a hurricane, it’s likely that employees have evacuated rather than staying in harms way. Even if the disaster were a surprise occurrence, most would prefer to move to a location where earthquake aftershocks are not a danger or additional flooding can occur.</p>
<p>Additionally, the number of disaster recovery trucks is limited. To maintain the technology and the staff available for fleets of Disaster Recovery trucks is not operationally feasible. The limited number of vehicles cannot possibly accommodate the needs of a major disaster event.<a href="http://www.globaldatavault.com/blog/wp-content/uploads/DR-truck2.jpeg"><img class="alignright size-full wp-image-1681" alt="mobile disaster recovery truck" src="http://www.globaldatavault.com/blog/wp-content/uploads/DR-truck2.jpeg" width="288" height="191" /></a></p>
<p>Testing is also a challenge. An imperative component of every disaster recovery plan is the ability to test, and these mobile units do not have the capabilities to test the disaster recovery system on a planned real-time basis.</p>
<p>While most disaster recovery truck vendors equip their mobile units with servers, the real challenge begins when you need to rebuild your network, install and configure your applications, setup all your users and their permissions, and restore your data. These activities can literally take days to accomplish and you may not even have access to everything you might need depending on the state of emergency in your location.</p>
<p>For the above reasons, we believe cloud based disaster recovery is a much more efficient and effective solution. Cloud based DR allows for remote login to a replicated system nearly instantaneously and out of the threat of Mother Nature or any other unfortunate event.</p>
<p>Bottom line, disaster recovery trucks look cool, but we’d rather see them outfitted with a chef offering a great Ban Mi or a cupcakery at lunchtime.</p>
<p>The post <a href="http://www.globaldatavault.com/blog/mobile-disaster-recovery-trucks-are-they-a-good-idea/">Mobile disaster recovery trucks &#8211; are they a good idea?</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/mobile-disaster-recovery-trucks-are-they-a-good-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Data Vault named to LSU 100</title>
		<link>http://www.globaldatavault.com/blog/global-data-vault-named-to-lsu-100/</link>
		<comments>http://www.globaldatavault.com/blog/global-data-vault-named-to-lsu-100/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 16:03:29 +0000</pubDate>
		<dc:creator>willb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[LSU]]></category>
		<category><![CDATA[LSU 100]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1671</guid>
		<description><![CDATA[<p>All of us at Global Data Vault are delighted and grateful on learning of our inclusion in the LSU 100 class of 2013. This is our third consecutive year to earn a spot on this prestigious list. As CEO, the LSU connection is mine, but the proper credit belongs to many. Our team shows up [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/global-data-vault-named-to-lsu-100/">Global Data Vault named to LSU 100</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>All of us at Global Data Vault are delighted and grateful on learning of our inclusion in the LSU 100 class of 2013. This is our third consecutive year to earn a spot on this prestigious list. As CEO, the LSU connection is mine, but the proper credit belongs to many.</p>
<p>Our team shows up for work and brings creativity, determination and great talent every day. Our customers across the globe have held great faith in our vision. And our partners and suppliers add their effort and wisdom to improve the value we are able to deliver, every day.</p>
<p>It is well worn in the business press that entrepreneurs must be creative, persistent, flexible, and visionary. But actually, in any successful enterprise, you will find these qualities in not only the leadership but in every stakeholder. Global Data Vault is blessed with such a team. And as we look forward to the challenges ahead, we will remain grateful for this generous recognition.</p>
<p>Geaux Tigers!</p>
<p><a href="http://www.globaldatavault.com/blog/wp-content/uploads/lsu-top-100-honoree.jpg"><img class="alignleft size-medium wp-image-1672" alt="LSU 100 honoree 2013" src="http://www.globaldatavault.com/blog/wp-content/uploads/lsu-top-100-honoree-300x122.jpg" width="300" height="122" /></a></p>
<p>The post <a href="http://www.globaldatavault.com/blog/global-data-vault-named-to-lsu-100/">Global Data Vault named to LSU 100</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/global-data-vault-named-to-lsu-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strategies to prevent DDoS attacks</title>
		<link>http://www.globaldatavault.com/blog/strategies-to-prevent-ddos-attacks/</link>
		<comments>http://www.globaldatavault.com/blog/strategies-to-prevent-ddos-attacks/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 21:04:28 +0000</pubDate>
		<dc:creator>tperot</dc:creator>
				<category><![CDATA[Data Security]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[attacks]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[prevent ddos]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1666</guid>
		<description><![CDATA[<p>If you think you’re seeing more news about computer hackers, you’re right. It seems this underground community continues to wreck havoc in our online lives and businesses through increasingly sophisticated means of mischief. While the most publicized hacking events highlight stolen data, that’s not always the motivating factor. Some hackers have mastered the art of DDoS attacks, or [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/strategies-to-prevent-ddos-attacks/">Strategies to prevent DDoS attacks</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you think you’re seeing more news about computer hackers, you’re right. It seems this underground community continues to wreck havoc in our online lives and businesses through increasingly sophisticated means of mischief.</p>
<p>While the most publicized hacking events highlight stolen data, that’s not always the motivating factor. Some hackers have mastered the art of DDoS attacks, or Distributed Denial of</p>
<div id="attachment_1667" class="wp-caption alignright" style="width: 310px"><a href="http://www.globaldatavault.com/blog/wp-content/uploads/hacker-with-computer.jpg"><img class="size-medium wp-image-1667" alt="computer hacker" src="http://www.globaldatavault.com/blog/wp-content/uploads/hacker-with-computer-300x225.jpg" width="300" height="225" /></a><p class="wp-caption-text">Image courtesy of chanpipat/ FreeDigitalPhotos.net</p></div>
<p>Service attacks. These DDoS attacks have a singular goal of bringing down a website, ecommerce site, or just royally messing up your otherwise good day.</p>
<p>In a typical DDoS attack, the hackers find vulnerability in a targeted computer system, making it the DDoS “master.” The hackers create malware, distributing it from the master to thousands or tens of thousands of other compromised and malicious websites. It’s likely that the website visitors are unaware that they have even downloaded the malware. The malware is programmed with a timed attack function, or it has the ability to be launched by remote control. When the hackers deem it time, all of these miniature terrorist cells get woken up simultaneously by either a timer or a signal, and all are commanded to communicate, sending “packets” of information to or from a website,  thereby creating a massive increase of nuisance traffic, and most importantly, blocking legitimate traffic at the same time. The flood of incoming messages to the target system forces it to shut down, a.k.a. “denying service” to legitimate users.<span id="more-1666"></span></p>
<p>DDoS attacks are fairly easy to recognize: unusually slow network performance, unavailability of a website or lack of access to it, a dramatic increase in the number of spam emails, or the disconnection of a wireless or wired Internet connection. The attack can also create problems in the network branches around the actual computer (called a “zombie” or a “bot”) being hacked. The bandwidth of a router between the Internet and a LAN may be engulfed in the attack, affecting both the intended computer and the entire network (the “botnet” or a “zombie army”). These attacks can also be large scale, compromising the Internet connectivity of an entire geographic area.</p>
<p>The fastest remedy for a DDoS attack is to somehow block the attack, or even move the web domain to a different range of IP addresses. However, if the attack is creating a firehose of traffic to the actual domain, switching IP addresses will not be effective.   In either instance, both solutions require significant resources that many web owners are unequipped for.</p>
<p>Large enterprises are fairly accustomed to DDoS attacks, and are becoming more adept at dealing with them as DDoS attacks are increasingly more common. In recent Q3 2012 data from Prolexic, a company specializing in DDoS protection and mitigation, shows that frequency of DDoS attacks has increased 88% over the same time period last year. The duration of the attacks has decreased slightly from 33 hours to 19 hours, but the hypothesis that the attacks are more intense. Convincing data supports this theory as attack bandwidth has increased 230% over the same time period.</p>
<p>A key strategy in protecting your systems is updating your gateway servers, switches, and firewalls to the most recent releases and patch levels of their respective operating systems. This is a common best practice in any good IT shop anyway, and it will afford some protection.</p>
<p>A second strategy is to have a large amount of extra bandwidth standing by. This can often be accomplished without significant extra cost because many providers will bill only on the 95<sup>th</sup> percentile of your actual used “transit” or traffic. You probably will need to but your bandwidth directly from a carrier in this case. But being able to “burst” up to higher levels of traffic just might enable you to withstand the attack.</p>
<p>But the best strategy to protect your business from a DDoS attack is to have a disaster site with separate hosting and massive bandwidth on stand-by for your website or ecommerce to go to when an intrusion occurs. The backup provider can go live if a hacker sets their sights on your website or web business. It won’t actually stop the DDoS attack but it gives you the best chance of getting through it because you’ll have that massive bandwidth to absorb the attack.</p>
<p>For now we simply have to make the best of a bad situation. Windows security and network security in general is simply too limited today to deal with DDoS attacks and the botnets that serve them up.</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.globaldatavault.com/blog/strategies-to-prevent-ddos-attacks/">Strategies to prevent DDoS attacks</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/strategies-to-prevent-ddos-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growing amounts of data and what to do about it</title>
		<link>http://www.globaldatavault.com/blog/growing-amounts-of-data-and-what-to-do-about-it/</link>
		<comments>http://www.globaldatavault.com/blog/growing-amounts-of-data-and-what-to-do-about-it/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 16:48:31 +0000</pubDate>
		<dc:creator>tperot</dc:creator>
				<category><![CDATA[Cloud Backup]]></category>
		<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[chattanooga]]></category>
		<category><![CDATA[gigabit]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[smart grid]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1661</guid>
		<description><![CDATA[<p>The biggest challenge facing data centers today is the growing amounts of data that large enterprises create, maintain and store in the cloud. A 2010 Gartner study showed that 47% of respondents ranked data growth in their top three challenges, 62% said they were expanding hardware capacity at existing data centers and 30% planned to build [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/growing-amounts-of-data-and-what-to-do-about-it/">Growing amounts of data and what to do about it</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>The biggest challenge facing data centers today is the growing amounts of data that large enterprises create, maintain and store in the cloud. A <a href="http://www.computerworld.com/s/article/9194283/Data_growth_remains_IT_s_biggest_challenge_Gartner_says">2010 Gartner study</a> showed that 47% of <a href="http://www.globaldatavault.com/blog/wp-content/uploads/Fiber_web.jpg"><img class="alignright size-medium wp-image-1662" alt="fiber optic networks" src="http://www.globaldatavault.com/blog/wp-content/uploads/Fiber_web-300x253.jpg" width="300" height="253" /></a>respondents ranked data growth in their top three challenges, 62% said they were expanding hardware capacity at existing data centers and 30% planned to build entirely new data center &#8212; and that was almost 3 years ago! Imagine the exponential growth of data today as we continue to generate even more massive storage requirements.</p>
<p>As your data expands, moving it from your location to the cloud becomes a parallel problem. Having a faster connection is of paramount concern as your data can literally choke on an inadequate connection. Even having a 100 megabit fiber connection can improve your data protection capabilities significantly, not to mention speed up other business processes.<span id="more-1661"></span></p>
<p>Because of these tandem issues, innovative power companies and household web names like Google are developing Smart Grids in an effort to get ahead of the data consumption curve.</p>
<p>A decade ago in Chattanooga, Tennessee, plans started coming together to create <a href="http://chattanoogagig.com">America’s first true Smart Grid network</a> that runs on a 100% fiber optic network. A $111 million stimulus grant from the Department of Energy was a catalyst for the community-owned electric utility EPB, to develop this remarkable infrastructure that aims to add two-way communications at every home and business along the grid, and promises improved power quality and reliability. The 600 square mile service area touches 170,000 businesses and homes that have access to Internet speeds of up to 1 gigabit per second. The fiber optic smart grid eliminates the bandwidth issue, enabling subscribers to utilize upload and download speeds 200 times faster than the FCC’s national Broadband Plan.</p>
<p>“This holds tremendous opportunities for local industry and manufacturing,” says David Wade, chief operating officer of EPB.</p>
<p>&#8220;Everyone talks about the potential savings of smart grid and its impact on the environment, but perhaps its most important factor is power quality and reliability,&#8221; says Wade. &#8220;As manufacturing processes become more automated, a fraction of a second in power or the slightest change in voltage or frequency can have a pretty significant effect.&#8221;</p>
<p>Updating the nation’s power grid, not just central Tennessee’s, is a hot topic in Washington. The U.S. Department of Energy has awarded <a href="http://www.industryweek.com/articles/smart_grid_inches_its_way_toward_reality_22550.aspx?sectionid=2">$3.4 billion in stimulus grants</a> toward upgrading the nation&#8217;s energy grid, while an additional $4.7 billion in private funds has been invested.</p>
<p>This next-generation energy distribution network is just beginning to gain momentum in other areas of the country. Kansas City, Kansas and Missouri, were chosen by Internet behemoth Google to get in on the fiber game. Hoping to spur some healthy competition from other broadband providers, Google Fiber rolled out officially last year with baseline connection speeds 100 times faster than broadband. Google sees it’s future largely tied to web usage – with higher speeds comes the next wave of online innovation &#8212; so it’s no surprise that Google would enter this vertical market. Or that the start-up community has gravitated to these fiber rich communities to gain a competitive edge.</p>
<p>Gigabit networks are still the envy of most businesses unfortunately, as their installation is highly limited in scope. A majority of the nation does not have the advantage of these new fiber networks and as much as they may request them, state legislators and utility companies face an uphill battle to overhauling the domestic energy grid in order to bring fiber connectivity to all Americans.</p>
<p>The post <a href="http://www.globaldatavault.com/blog/growing-amounts-of-data-and-what-to-do-about-it/">Growing amounts of data and what to do about it</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/growing-amounts-of-data-and-what-to-do-about-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do You Need Disaster Recovery for Cloud Services?</title>
		<link>http://www.globaldatavault.com/blog/do-you-need-disaster-recovery-for-cloud-services/</link>
		<comments>http://www.globaldatavault.com/blog/do-you-need-disaster-recovery-for-cloud-services/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 17:02:27 +0000</pubDate>
		<dc:creator>tperot</dc:creator>
				<category><![CDATA[Cloud Backup]]></category>
		<category><![CDATA[chinese]]></category>
		<category><![CDATA[cloud services]]></category>
		<category><![CDATA[Disaster Recovery Planning]]></category>
		<category><![CDATA[enron]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[lehman brothers]]></category>
		<category><![CDATA[madoff]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1657</guid>
		<description><![CDATA[<p>A fact: More and more companies are putting more and more data in to the cloud. Our appetite for data is growing exponentially and that leads to more dependency on our cloud services providers. However safe they may seem, it’s short sighted to presume that your cloud provider is disaster-proof as well. The Cloud has [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/do-you-need-disaster-recovery-for-cloud-services/">Do You Need Disaster Recovery for Cloud Services?</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>A fact: More and more companies are putting more and more data in to the cloud. Our appetite for data is growing exponentially and that leads to more dependency on our cloud<a href="http://www.globaldatavault.com/blog/wp-content/uploads/stormclouds.jpg"><img class="alignright size-full wp-image-1658" alt="disaster recovery clouds" src="http://www.globaldatavault.com/blog/wp-content/uploads/stormclouds.jpg" width="300" height="119" /></a> services providers. However safe they may seem, it’s short sighted to presume that your cloud provider is disaster-proof as well.</p>
<p>The Cloud has become a nearly mainstream way for companies to manage their data and utilize effective data backup and recovery systems. But the cloud is only as good as the data center that it’s housed in, and as we’ve discussed previously, there’s plenty of variation among data center design that can impact the security and efficiency of your cloud backup or hosting continuity. <span id="more-1657"></span></p>
<p>During Super Storm Sandy and the derecho storms on the east coast, we were witness to plenty of website outages credited to data center failures. Regardless of the data center’s common sales pitch boasting of 30 days of diesel generated backup, truth is that without redundant backups to additional locations, one measly super storm can out your entire business.</p>
<p>Be cautious to believe the hype about 30 days of diesel powered backup as that’s not entirely a valid position. It’s nearly operationally impossible for data centers to store more than a couple of days of diesel. It has a fairly short shelf life if the diesel is not stirred every couple of days, it separates and becomes useless. Most data centers are maintaining only 24 hours of diesel power onsite. Beyond that, they would have to contract with a supplier for replenishment, but in the scenario of a blizzard or hurricane, that obligated diesel truck is not going to get a special pass from the Governor to drive on closed roads and the data center will go dark. Then what does your business located in sunny Phoenix do?</p>
<p>Aside from the operational challenges of a data center weathering Mother Nature’s wrath, there’s another predator that can compromise your data services: hackers. In recent news we’ve learned that the Chinese government is responsible for attacking dozens of American companies and government agencies. Cyber security and our vulnerability to hackers is of preeminent concern. What would happen to your data if an ambitious hacker group wiped out your cloud provider? Do you have a backup plan for that?</p>
<p>Relying on your cloud provider for the continuity of your business is like putting all your eggs in one basket. And what if that basket is of the Bernie Madoff variety, where you aren’t just losing your savings, you’re losing your business and your income. If the cloud provider goes the way of Chinese hackers, Enron or Lehman brothers – you can bet they aren’t going to give you a warning ahead of time. If the cloud provider suddenly can’t pay its bills, all those leased servers will be repossessed – and guess what? You don’t get your data because it’s been repossessed and it doesn’t belong to you anymore.</p>
<p>Obviously that’s an extreme situation, but it happens and we suspect with more frequency in light of the expertise of cyber theives. And that’s why we believe that smart IT is to have a DR solution even when you’re hosted in the cloud.</p>
<p>The post <a href="http://www.globaldatavault.com/blog/do-you-need-disaster-recovery-for-cloud-services/">Do You Need Disaster Recovery for Cloud Services?</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/do-you-need-disaster-recovery-for-cloud-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chassis and Blades 101</title>
		<link>http://www.globaldatavault.com/blog/chassis-and-blades-101/</link>
		<comments>http://www.globaldatavault.com/blog/chassis-and-blades-101/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 17:34:24 +0000</pubDate>
		<dc:creator>tperot</dc:creator>
				<category><![CDATA[Cloud Backup]]></category>
		<category><![CDATA[Data Failover]]></category>
		<category><![CDATA[blades]]></category>
		<category><![CDATA[chassis]]></category>
		<category><![CDATA[cloud]]></category>

		<guid isPermaLink="false">http://www.globaldatavault.com/blog/?p=1649</guid>
		<description><![CDATA[<p>A chassis is a pretty big deal around here. Our latest data center upgrade involves multiple redundant chassis. We’re not talking about your car chassis that keeps the body, suspension and wheels all attached together. In our world, a chassis is the enclosure that handles all the non-computing tasks required to support multiple servers, including [...]</p><p>The post <a href="http://www.globaldatavault.com/blog/chassis-and-blades-101/">Chassis and Blades 101</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>A chassis is a pretty big deal around here.</p>
<p>Our latest data center upgrade involves multiple redundant chassis.</p>
<p>We’re not talking about your car chassis that keeps the body, suspension and wheels all attached together. In our world, a chassis is the enclosure that handles all the non-computing tasks required to support multiple servers, including providing power, cooling, connectivity and manageability to each blade server that it’s holding. “Blades” are redundant self-contained servers that fit into a chassis with other blades. Each chassis holds 8 to 16 blades – so that’s 16 to 32 processors and up to 96 cores per blade. Each blade supports up to 48GB of RAM or up to 768GB per chassis.</p>
<p>Here is a typical HP Blade Chassis – this one with 16 blades:</p>
<p><a href="http://www.globaldatavault.com/blog/wp-content/uploads/chassis.png"><img class="alignnone size-medium wp-image-1650" alt="HP blade chassis" src="http://www.globaldatavault.com/blog/wp-content/uploads/chassis-300x252.png" width="300" height="252" /><span id="more-1649"></span></a></p>
<p>Blades are pretty cool servers. Their major selling point is that they afford nearly 100% of uptime. They can tackle any task you’d like them to:</p>
<ul>
<li>Database and application hosting</li>
<li>Virtual server hosting platforms</li>
<li>File sharing</li>
<li>Remote desktops and workstations</li>
<li>Web page serving and caching</li>
<li>Streaming audio and video content and more.</li>
</ul>
<p>If your system needs more power, you just add another blade server to your chassis. They provide reliability through resilience and quality.</p>
<p>Servers can fail, we all know that. But when using VM Ware, you can cluster 8 – 16 servers together in a single chassis. By doing this, when a server fails, it’s almost negligible impact because the workload moves from all 8 for example to 7. None of the servers are running at full capacity so if one fails, it’s no problem.</p>
<p>The chassis itself has a high degree of resiliency to it. It has 4 power supplies (rather than the usual two of a stand-alone server).  These power supplies are basically mini-transformers with their own fans. If one fails, as they sometimes do, it can be replaced within 24 hours without impact. And that’s a good thing.</p>
<p>All disk arrays – (storage systems linking multiple hard drives into one large drive) have at least 2 power supplies but could run off of one. Having two power supplies provides protection from 2 kinds of problems:</p>
<p>1)   If the power supply stops working, another one takes over and handles the power for both</p>
<p>2)   By having separate power paths, one side of device is directed into one path, the other in another separate path. If your <a href="http://www.globaldatavault.com/blog/data-center-design-and-maintainability/">data center is designed correctly</a>, you are plugging into distinctly different power feeds. So if your electric company has a power failure, or a transformer blows up, or a major wire gets cut, the data center will stay lit. Even if one side of the power in the data center goes down, the power to your servers stay on and you don’t even go to diesel. However some data centers (not ours) do not have 2 power station feeds. You would have multiple concurrent power paths into your space.</p>
<p>The post <a href="http://www.globaldatavault.com/blog/chassis-and-blades-101/">Chassis and Blades 101</a> appeared first on <a href="http://www.globaldatavault.com/blog">GDV Data Protection Blog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.globaldatavault.com/blog/chassis-and-blades-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
