When people talk about Virtualization, they are most of the time referring to either Machine Virtualization, or Application Virtualization. When You Virtualize an application, you isolate the application to run it its own little world, sometimes called a Sand Box. By doing this you can get around application compatibility issues, and simplify application deployment. These …
Virtualization
Benefits of using Virtualization for Disaster Recovery
Disaster recovery can be a difficult thing to plan for. You back up your systems; perhaps you replicate your data to an off-site facility; maybe you even build all redundant systems. After doing all of these things, what is your goal? It is to get your systems back up and running after some sort of …
Which product to use for Virtualization on your Desktop
As you may have noticed there are a lot of virtualization products in the market. Some of the better known products are from Parallels, Oracle, VMWare, and Microsoft. Each company has products with different strengths and weaknesses. In this article I will try to go over some of the products available from each vendor and …
How to install Virtual Box and Create a Virtual Machine
Virtual Box is a very simple virtual machine package which can be installed on Linux, Mac, Windows, and Solaris. It is open source, so you can compile it to run on other systems as well. In this tutorial, I will cover how to install virtual box and install your first virtual machine. The process of …
Picking a Motherboard and Processor to use with Virtualization
When selecting you hardware, there are many factors to consider; How many Virtual Machines do you want to run at a time? How busy will these Virtual Machines be? If you are getting ready to P2V a bunch of virtual machines, then you should use Perfmon (In a Windows Environment) to take a benchmark before …
Published Applications vs Application Virtualization
Portability of Software is the ability to run the same software on a number of different systems. One of the goals of many software developers are to be able to write the application once, and run it on as many platforms as possible. A similar goal of Systems administrators is to ensure you can run …
Installing and Configuring Kernel Virtual Machines (KVM) on Fedora/Redhat/Centos
KVM Stands for Kernel Virtual Machine. KVM is a virtualization technology built into the Linux Kernel based on QEMU (Quick Emulator) and is used for server virtualization. QEMU allows for virtualizing hardware, all the way from a complete hardware stack to a single device. KVM basically takes QEMU and allows it to use hardware extensions …
History of Virtualization
When you think of the beginning of Server Virtualization, companies like VMWare may come to mind. The thing you may not realize is Server Virtualization actually started back in the early 1960s and was pioneered by companies like General Electric (GE), Bell Labs, and International Business Machines (IBM). The Invention of the Virtual Machine In …
How to Install Citrix Xenserver
This article is content I migrated from a previous site I had created. The information may be a bit out of date In this video I explain where to get Citrix Xenserver and how to install it. I use a Virtualbox Virtual Machine in my demonstration, however you would not want to run Xenserver in …
Installing Virtual Box and Creating an Ubuntu virtual machine
This is content I migrated from a previous website, so some of the information is a little out of date. But the overall processes should still be the same. Virtual Box is a very simple virtual machine package which can be installed on Linux, Mac, Windows, and Solaris. It is open source, so you can …