Essential Technology: A GCS Blog

A Blog About Business Technology Systems

About GCS

GCS Technologies provides technology services and solutions. You can read more about GCS at http://www.gcsaustin.com. GCS is available for project work covering the topics in this blog and other IT systems.

Fed Compliance

I know all of this stuff because I sell all of this stuff. I call it real-world experience, the FCC thinks it might be a conflict-of-interest.

Offsite Replication - The Essence of Disaster Recovery

by Joe Gleinser 16. February 2010 23:35

Moving large amounts of data offsite is a difficult thing to do. It is difficult to beat tape drives and an automobile for rapid data replication. Obviously this method has serious limitations. With the rise of Shared Storage, most replication today occurs at the Storage layer. Though application layer replication offers major advantages, it is usually pursued in addition to storage replication.

What is storage replication? Most SANs and many NAS devices offers licensed replication as a feature. GCS' two favorite devices, the HP Lefthand and Dell Equallogic, include these licenses at no cost. By placing a SAN in-office and one at a remote data center, then connecting the sites with sufficient bandwidth, the SANs will replicate data between the two at the block level. This is an efficient method. Unfortunately, the SANs cannot differentiate between legitimate data changes (ie, a saved Word doc) and temporary data changes such as SQL log files. Everything is pushed across the connection. This tends to require large amounts of bandwidth.

The HP Lefthand offers both asynchronous and synchronous replication options. With asynch replication changed data is pushed at scheduled intervals. With synchronous replication the devices attempt near real-time replication. The HP Lefthand only offers synchronous when there is less than 20ms of latency between the sites. The HP Lefthand also offers bandwidth management on the SAN to help restrict the amount of bandwidth consumed on your site-to-site connection.

A readily apparent benefit of SAN replication is virtual machine replication. If my VMs are stored on my SAN, they are replicated to my remote sites. This dramatically reduces recovery time in a variety of outages.

GCS also recommends Microsoft DFS-R for replication of file stores. Simple, reliable and efficient, this technology allows Windows NAS devices to replicate between sites and provide failover in the event of an outage.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Calculating Usable Disk Space on an HP Lefthand SAN

by Joe Gleinser 21. October 2009 22:58

Calculating usable disk space on a SAN is dependent on a number of variables. Make sure you're buying the right model with GCS' HP Lefthand SAN Usable Disk Space Calculator. The calculator displays usable disk space across a variety of RAID and Network RAID configurations for the HP Lefthand P4000 SANs.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Why buy a SAN?

by Marquis Calmes 16. October 2009 22:32

Joe has been posting a nice buyer’s guide about the features available on various SAN storage products. But it doesn’t really address the question of why move from direct attached storage (DAS) to a SAN. What benefits does a SAN bring to an organization?

To answer the question, we have to look at how storage is purchased and provisioned without SAN based storage.

Say you have an older File Server which currently has 500GB of data but can’t take any more drives.  Performance is fine but you decide you need to upgrade to a new server to add more capacity. You want the new server to have room to grow, so you spec out and order a server with 1TB of disk space. You also have Mail Server. It’s a pretty new server, but you recently merged with another company and the mail store size doubled overnight.  It needs storage and fast, but not a lot as you don’t anticipate the mail store growing so quickly in the future. You have 500GB of storage sitting on the new File Server, but you can’t use any of it to host the mail store.  So you order an external tray with just a couple drives and still end up with more storage than you need.  

Ten months later you look and see that file server data is growing rapidly and the free space is already gone.  You have an external tray attached the mail server, but you can’t use that to attach it to both servers. So you have to purchase a separate tray for the file server.

This example is over simplified, but it highlights three problems of direct attached storage:

·         Poor scalability

·         Poor Utilization

·         Silos of storage

Poor Scalability

It is not uncommon for an entire server to be replaced just to increase capacity. Not only is this expensive, but if the old server was performing fine you are buying additional resources (processing power and RAM) that you don’t really need. Adding external trays allows you to add large chunks of capacity, but what if you only need a bit more space. 

Poor Utilization

Data growth is dynamic which makes calculating your future needs difficult. The lack of flexibility in DAS discussed above and the fact that adding capacity frequently involves downtime or complete server migration leads organization to buy much more storage upfront than they need.  The result is servers with considerable amounts of unused storage.

Silos of storage

Because of the two problems above you end up with servers with spare capacity, but it is unavailable if another server needs it.  You have storage you’ve paid for but can’t use. Organizations respond in two ways, they either accept this inefficiency or start adding multiple services to servers that have space even if it violates best practices.  An example would be adding high usage file shares to your mail server.

How a SAN helps

A properly designed and deployed SAN addresses each of these problems.  SAN based storage is scalable, flexible, and allows storage to be shared between servers.  The end result can be better storage utilization meaning you only buy the storage you need and can easily add more as needed.  SAN based storage is also a critical element that enables organization to effectively utilize advanced technologies like clustering and virtualization.

Hopefully you now understand the benefits of SAN based storage and have decided it’s time to add it to your organization.  As you can tell by the number of features Joe has in his buying guide, there are many more options and decisions to make. Like any new technology deployment, good guidance can mean the difference between a successful deployment and failure. In future posts I’ll break down:

·         What is a SAN? Or more accurately what components make up a SAN?

·         How should a SAN be used and how should it not be used?  There are many ways to deploy a SAN can limit its utility and seem to be more expensive and troublesome than it works.

 

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

SMB SAN Buyer's Guide - Part 2 - Advanced Feature Discussion

by Joe Gleinser 14. October 2009 19:47

Most of our clients choose between an Entry Level or Mid-Level SAN, as described in Part 1 of this Buyer's Guide. In this post I'll identify the features that differentiate those two classes of SANs.

Clustering: Clustered SANs operate like clustered servers. If one fails the other takes over immediately. This is only available in the Mid-Level products such as HP Lefthand, Dell Equallogic, etc. Only HP's Lefthand offers true clustering out of the box. The minimum order for a Lefthand SAN is two completely separate units.

Thin Provisioning: Mid-level SANs allow  you to oversubscribe storage by allocating storage to a volume without reserving that storage. If you create a 100GB volume but only use 40GB, the remaining 60GB is free to be allocated to another volume. This feature is essential in maximizing the storage efficiency of a SAN.

Offsite Replication: Replication between SANs is the foundation for an excellent DR solution. Replicate all data and VMs to another site. Many of the mid-level SANs offer this solution but in some it is a licensed add-on. HP's Lefthand includes scheduled replication at no additional cost but real time replication and automated failover is an additional license fee.

Snapshots: Snapshotting technology is an on-array backup method that utilizes a relatively small amount of disk space. This is possible to restore entire volumes quickly without relying on external storage.

De-duplification: Long an enterprise only feature, integrated de-duplification is making its way into mid-level SANs. This can dramatically increase the efficiency of storage but can have a significant performance cost.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

SMB SAN Buyer's Guide - Part 1 - Market Overview

by Joe Gleinser 9. October 2009 17:12

This brief guide will outline the different SAN classes available to the SMB buyer.

Entry Level: If you're buying a SAN, you need a few basic features. iSCSI support and vendor certification (Microsoft, VMware, Citrix) will meet minimal needs. These will enable your virtual environment to utilize high availability features in any of those vendor's environments. HP's MSA 2012i G2 and Dell's MD3000i both meet these criteria. Expect to spend as much as $15k on these devices. The HP will let you mix and match SAS and SATA drives in a single chassis for best use of your SAN dollars. Neither of these solutions offer thin provisioning or clustered storage. What's that mean? Less efficient per GB and much greater risk of failure. If you're concerned about putting all your VMs in one basket, and you should be, then look to the Mid Level, below.

Mid Level: This is what you want, if you can afford it. Two major features enter play here: thin provisioning and clustered storage. I'll touch on both of these now with more to come soon. Thin provisioning allows for oversubscription of storage. Don't worry about it, just do it. Clustered storage is like clustered servers. Two, or more, boxes configured for failover. The HP Lefthand provides the lowest entry cost to true clustered storage. Dell's Equallogic, Compellent, NetApp, Xiotech and others each offer some unique features. Expect to spend at least $30k on this device.

Enterprise: Forget about it. You can't afford it and wouldn't fit in your server closet if you could. Vendors such as HP, EMC, IBM, NetApp and others live here.

Virtual Storage Appliance: For those organizations that may already have a large investment in internal storage in servers or direct attached storage, a VSA may be the best bet. This software solution aggregates storage across your servers into an iSCSI SAN with similiar feature benefits to a full system. You will be able to support High Availabilty and VMotion/Live Migration with this solution. Obviously since you are only buying the software the entry cost is much lower than a hardware solution. HP's Lefthand offers a VSA for VMWare (Xen and Hyper-V are coming). StorMagic has an interesting option that currently supports only VMWare as well, but Hyper-V support is coming.

A not-too-brief market overview should whet your appetite. Look for more info on the features and key differences between vendors to come soon.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Powered by BlogEngine.NET 1.5.0.7
Theme by Mads Kristensen