LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux virtualization (https://www.linuxquestions.org/questions/linux-newbie-8/linux-virtualization-874274/)

sanjaysam 04-11-2011 04:39 AM

Linux virtualization
 
Hi, i wanted to know more about linux virtualization. I know something about it. What is its role in a enterprise level? Is there a certification to learn more about virtualization? These are my simple questions. If anyone has got some info please post.

dudeman41465 04-11-2011 04:51 AM

Linux virtualization serves the same purpose as virtualization on any platform. You can run multiple servers on one computer.

For example, let's say I want to use Linux and Apache to host my website, but I want to use Microsoft Exchange for e-mail. On the same computer I can have a virtual machine of Linux with Apache, and a separate virtual machine of Windows Server running Exchange. Also, depending on the software, sometimes certain services don't play nice together when they are housed on the same system, or it's just a good idea to have them separated. The host OS is really up to you, but virtualization allows you to get more out of each machine, thereby reducing cost and overhead. Instead of multiple server blades, all using a portion of their capacity, and all soaking up electricity, you could have one server with a ton of RAM and a multi-core processor, soaking up much less electricity, and serving the same functions (Backup servers are a must, single points of failure are bad). Also, virtual machines can be "saved". For example you can set up your server, configure it, update it, and get it operational, and then perform a "save state" on that virtual server. You can then, in the event of a crash, restore that saved state, minimizing the impact the failure has on the rest of your organization, and, unless the failure affected the host os, without affecting the availability of your other services.

rajatmendus 04-11-2011 05:11 AM

Enterprise Linux Virtualization - http://itcertificationindia.blogspot...alization.html

There is a Red Hat Certification called Red Hat certified Virtualization Administrator (RHCVA). It is a virtualization based certification.
More info : http://www.redhat.com/certification/rhcva/
http://www.ipsr.org/redhatcertifications/RHCVA.asp

sanjaysam 04-11-2011 05:14 AM

Thank you dudeman41465 and rajatmendus. Thank you for your quick reply.


All times are GMT -5. The time now is 07:14 PM.