12 Advantages of Outsource Hosting vs. In House Hosting

Often in the world of SaaS, servers and cloud, the big question a company may ask themselves is this: Do I outsource my hosting or build it myself in house?

Often times on the surface the idea of building, buying your own gear, and running it on your own may appear to be the more cost effective option. However, if you consider the big picture including the emergence of the managed cloud then outsourcing is not only more cost effective, it makes the most sense. Consider these factors when comparing outsourcing vs. building it yourself.

1. Capital Depreciation

Outsourcing is considered an OPEX. There is no hardware to have depreciated over time. When hosting internally you have expensive equipment to purchase as a CAPEX plus maintenance agreements, collocation or utility costs, and other “surprise” investments. Outsourcing presents a predictable monthly recurring expense.

2. Employee Turnover

Employee turnover can happen at any time for many reasons. If key people running your internal environment leave the company, you could be left trying to pick up and maintain critical pieces. Outsourcing removes this risk as you’re under contract with a business that provides and guarantees these services with complete documentation and continuity.

Read the full post »

Windows 8 – The Metro Interface

As the most used OS today, Windows has great challenges when re-designing their interface. With the new Windows 8 design, there will definitely be a lot to adjust to and may even be a shock for some Windows users. When Microsoft released the latest beta of Windows 8, I was anxious to see – so I took some time and got familiar. I’ll share my experience with you so you know what to expect.

Microsoft is designing one operating system for laptops, desktops, phones and tablets. The New ‘Metro’ design is a big change and risk for Microsoft, similar to the Ribbon interface in Office applications, or the big changes seen with Windows Vista. Some will love it and others will hate it, that’s the nature of change.  Here’s what the Metro user interface will look like:

Windows 8 Metro

I think overall the Metro interface looks very promising for things like Kinect, Windows Phone and upcoming windows tablets. Touch screens work very well with the new interface and over all things seem to flow pretty nicely. But it may take some getting used to on your PC.

Now what everyone seems to be concerned with is on the desktop and laptop, and the business user. There is no Start button and no easy way to completely turn off the Metro interface. If Windows 8 ends up not supporting a Windows 7 style desktop there will be a tough learning curve and many businesses may skip windows 8.

The new OS of course has dozens and dozens of tweaks and improvements. It should run on any system that can support windows 7, and you can download and test Windows 8 in a VM or on a physical machine now if you like. The OS is going to hook into the cloud more with integration into SkyDrive. You will be able to sign into the computer with your Windows email addresses and there will be a Metro apps ‘App Store’, just like the Apple and Android stores.

Time will tell if the Metro interface ends up being a popular choice and what additional changes Microsoft will make before Windows 8 is released in its final version. Keep your eyes peeled, many say Windows 8 will be released around October 2012!

Understanding Cloud Storage- SAN, NAS, and DAS

While the cloud storage technology continues to grow many consumers and businesses are beginning to adopt the new technology. Cloud storage is data storage which is available over a network. You can access this network to pull or input your information.

Since the explosion of cloud computing and cloud shared storage requirements, these TLA’s (Three Letter Acronyms) SAN, NAS, and DAS get thrown around quite frequently.  If you find yourself hearing SAN, NAS, or DAS often and are not quite sure what they mean, this blog is for you!

Essentially SAN, NAS, and DAS describe the exact same thing: a storage box that exists as a separate device where your servers interconnect.  These devices and interconnects make up what is commonly called the SAN, the Storage Area Network.  You’ll have a box of hard drives containing your storage, and a network that connects your servers to the storage. NAS and DAS are most often used to describe the method of connection your servers will use to connect to the storage.

Network Attached Storage (NAS) are storage devices that present the storage over an IP network, CIFS and NFS are most commonly used. Your servers will use the connection to access the storage.  This term is slightly ambiguous as there are also a lot of very low end consumer devices that are also referred to as NAS devices. However, they are designed to provide storage to a home network environment and lack the performance and redundancy features that are standard in higher level devices.

Direct Attached Storage (DAS) connects directly to your servers using some form of a Host Bus Adapter (HBA) installed in the servers. DAS gives your servers the lowest level access to the storage. Which means it’s a more simple connection. It’s basically attached right to your hardware. This yields better performance because there are less layers of abstraction.

When choosing to use SAN, NAS, or DAS one isn’t significantly better. But there are some key differences based on the above descriptions.  Network attached SANs have advantages in versatility, since they can use standard networking technology to connect to your servers.  SANs make it easier to connect a large number of servers to the storage device.  This versatility can come at the cost of performance though. Even gigabit Ethernet can become a bottleneck depending on how much data you need to push through the network.

DAS devices can provide more performance than NASs, since they use a high performance direct SAS connection.  The downside to these devices is that depending on the specific device and configuration you may be limited to the number of servers you can directly connect.

The comforting part of selecting a SAN device is that there are a massive number of possibilities so that there will always be a solution that fits your capacity, performance, and expandability needs.

Cloud storage can give you many different options whether it is SAN, NAS or DAS. However make sure to read the service-level agreements (SLA’s) and understand exactly what you are getting with your storage option.

Bigger, Better, Stronger, Faster! vCenter ESXi 5.0! Cluster HA- Bring it!

While there are many new changes in VMWare ESXi 5.0, like Image Builder, Auto Deploy/Central Management, Firewall Changes, USB 3 Support and hardware upgrades, Today I’m going to highlight Cluster HA.

In vCenter 5.0 VMware Cluster HA functionality has been fully revamped.  The clunky Automated Availability Manager (AAM) used in 4.X and below is now replaced by Fault Domain Manager (FDM).  AAM had many quirks and limitations some of them being that it only used the management interface as the heartbeat communication for nodes in the cluster. Troubleshooting it when it broke was a headache because it wrote too many log files all over the place.  AAM could also only have 5 cluster masters which were elected when the first 5 ESXi hosts joined the cluster, this could not be exceeded and if the hosts needed to change it had to be done manually via configuration files.  This caveat would need to be taken into consideration in your infrastructure design so that all of the masters didn’t reside in the same enclosure, DC, running of the same power, etc…

FDM is far more resilient to host failures and isolations.  It has a new cluster master election process which assigns a single node as the cluster master; if that node dies any node inside cluster can rerun the election process and assign a new master inside the cluster.  If host isolation occurs the isolated hosts can function on their own and elect a new master.  Once the hosts can communicate with one another and there are multiple masters present in the cluster the election process will begin and a single master will be elected once again.  FDM now uses the management interfaces as a heartbeat but also the storage network (datastore) for heart beat communication.  If you bring down your management switches for your ESXi servers for maintenance/failure the cluster can still communicate on the storage network not causing any re-election inside the cluster or any sort of freak out.  FDM also has a single log file (/var/log/fdm.log) for troubleshooting and supports syslog for centralized log gathering and possible monitoring functionality. FDM is exciting news for VMware admins and end users alike!

I hope that you find the write ups on cluster HA and vCenter Storage helpful. If you’d like more information on any new vCenter features please comment below.

Bigger, Better, Stronger, Faster! vCenter / ESXi 5.0! SDRS and Profile Driven Storage – Bring it!

While there are many new changes in VMWare ESXi 5.0, like Image Builder, Auto Deploy/Central Management, Firewall Changes, USB 3 Support and hardware upgrades, Today I’m going to highlight Storage DRS and Profile Driven Storage.

With vCenter 5.0 comes the introduction of Storage Distributed Resource Scheduler (SDRS) and Profile Driven Storage.  It is common practice to implement standard VMware DRS inside your VMware cluster one would load balance your VMs (virtual machines) based upon CPU and Memory usage.  The new feature within vCenter 5.0, SDRS, uses the same ideology but at the vSphere storage level.

SDRS monitors datastore capacity and disk latency metrics and will Storage vMotion VMs to a better suited storage (datastore’s).  This reduces administrative overhead for the VMware admin. It will help mitigate situations where VMs run out of space and get paused or are running poorly due to insanely high disk latency on the disk subsystem.

Profile Driven Storage is another slick new feature that allows you to specify Storage SLAs on a VM level to ensure that performance is never impacted.  vSphere APIs for Array Awareness (VASA) integrates with the underlying disk array and allows vCenter to understand the type of disk groups and disk tiers that are available to the host.  vCenter will work with the array on moving the VM to the appropriate physical spindles or SSDs using SvMotion after it has been configured in the Storage Profile.  If VASA is not available for your array you can manually configure your tiered storage by using different datastores for different tiers (e.g. EMC01-SSDs-DG#12).

SDRS and Profile Driven Storage combined with VASA will help in ensuring constant storage performance for mission critical VMs. Stayed tuned to www.blog.inetu.net for the next highlighted feature of vCenter/ESXi 5.0.

©1996-2011 INetU Inc, All Rights Reserved.