Archive for the ‘VMWare’ Category

VMware Hypervisors

Posted: October 12, 2012 in ESX, VM, VMWare
Tags: , ,

In IT, a Hypervisor, also called virtual machine manager (VMM), is one of many hardware virtualization techniques allowing multiple operating systems, termed guests, to run concurrently on a host computer. It is so named because it is conceptually one level higher than a supervisory program. The Hypervisor presents to the guest operating systems a virtual operating platform and manages the execution of the guest operating systems. Multiple instances of a variety of operating systems may share the virtualized hardware resources. Hypervisors are very commonly installed on server hardware, with the function of running guest operating systems, that themselves act as servers.

The Core of the vSphere product suite is the Hypervisor.

Hypervisor is the virtualization layer that serves as the foundation for the rest of the product line of VMware.

In the latest version of vSphere (5), the hypervisor comes in the form of VMware ESXi.

Type 1 and Type 2 Hypervisor:

Hypervisors are generally grouped into two classes: type 1 hypervisors and type 2 hypervisors. Type 1 hypervisors run directly on the system hardware and thus are often referred to as bare-metal hypervisors. Type 2 hypervisors require a host operating system, and the host operating system provides I/O device support and memory management.

VMware ESXi is a type 1 bare-metal hypervisor. (In earlier versions of vSphere, VMware ESX was also considered a type 1 bare-metal hypervisor.) Other type 1 bare-metal hypervisors include Microsoft Hyper-V and products based on the open source Xen hypervisor like Citrix XenServer and Oracle VM.

 

In other words, Type 1 hypervisor runs directly on the hardware; a Type 2 hypervisor runs on operating system.

 

This is a significant difference from earlier versions of the VMware vSphere product suite. In earlier versions of VMware vSphere, the hypervisor was available in two forms: VMware ESX and VMware ESXi. Although both products shared the same core virtualization engine, supported the same set of virtualization features, leveraged the same licenses, and were both considered baremetal installations, there were still notable architectural differences. In VMware ESX, VMware used a Linux-derived Service Console to provide an interactive environment through which users could interact with the hypervisor. The Linux-based Service Console also included services found in traditional operating systems, such as a firewall, Simple Network Management Protocol (SNMP) agents, and a web server.

Advertisement

Open vSwitch Configuration

Posted: October 12, 2012 in ESX, VM, VMWare
Tags: ,

Hey All,

Found the below link while browsing through the web about Open vSwitch Configuration. It is really well written by Scott Lowe…

Have a look at the below link :

http://blog.scottlowe.org/2012/10/04/some-insight-into-open-vswitch-configuration/

Symptoms:

–          Not be able to connect to the ESX host through vSphere Client.

–          The vSphere client gives out error message as “Connection Timed Out”

–          You may not be able to Start or Stop the Virtual Machine.

–          The ESX may show as Disconnected from the Central Virtual Server.

Resolution:

Rather than proceeding to restart the ESX host, you can proceed to restart the Management Agents on the ESX host.

(Note: Restarting the Management Tasks may impact any tasks running on that particular ESX)

–          Log into your ESX host using the “Root” Credentials through the SSH Session, you can better use the “Putty” Software to connect to the ESX    host.

–          Feed the IP address of the ESX Host.

–          Then Click on “Open” in the end of Tab.

–          Once get the Console window, Login with Root Credentials

–          Run the below command to restart the Management Agent on the ESX Host:

–          Now you should be able to connect to the ESX host through the vSphere client.

 

Caution: Ensure Automatic Startup /Shutdown of VM is disabled before running the above command.