VMWare

  Home  Virtualization  VMWare


“VMWare frequently Asked Questions in various VMWare job Interviews by interviewer. The set of questions here ensures that you offer a perfect answer posed to you. So get preparation for your new job hunting”



43 VMWare Questions And Answers

21⟩ Explain virtual network in simple?

Virtual Nic(s) on Virtual Machine(s) ----->

Physical Nic on the ESX Server (Virtual Switch - 56 Ports) ----->

Physical Switch Port Should be trunked with all the VLANS to which the VM's need access

All the ESX servers should be configured with Same number of Physical Nics (vSwitches) and Connectivity also should be same, So that vMotion succeeds

All the Virtual Machines are connected to one vSwitch with Different VLANS, this means the Physical Nic(vSwitch) needs to be trunked with the same VLANS on the Physical Switch Port

 197 views

25⟩ How virtual machineort group communication works?

All the vm's which are configured in VM Port Group are able to connect to the physical machines on the network. So this port group enables communication between vSwitch and Physical Switch to connect vm's to Physical Machine's.

 171 views

26⟩ Is vSwitches support VLAN tagging?

Yes, The vSwitches support VLAN Tagging, otherwise if the virtual machines in an esx host are connected to different VLANS, we need to install a separate physical nic (vSwitch) for every VLAN. That is the reason vmware included the VLANtagging for vSwitches. So every v'Switch supports up to 1016 ports, and BTW they can support 1016 V'LANS if needed, but an ESX server doesn't support that many VM's.

 176 views

27⟩ Explain MAC address changes?

When we create a virtual machine the configuration wizard generates a MAC address for that machine, you can see it in the .vmx (VM Config) file. If it doesn't matches with the MAC address in the OS this setting does not allow incoming traffic to the VM. So by setting Reject Option both MAC addresses will be remains same, and the incoming traffic will be allowed to the VM.

 164 views

29⟩ What is template in VMWare?

We can convert a VM into Template, and it cannot be powered on once its changed to template. This is used to quick provisioning of VM's.

 174 views

30⟩ What are the common issues with snapshots?

If you configure the VM with Mapped LUN's, then the snapshot failed. If it is mapped as virtual then we can take a snapshot of it.

If you configure the VM with Mapped LUN's as physical, you need to remove it to take a snapshot.

 196 views

34⟩ Explain service console?

The service console is developed based up on Redhat Linux Operating system, it is used to manage the VMKernel.

 195 views

35⟩ Define vCenter agent?

VC agent is an agent installed on ESX server which enables communication between VC and ESX server. This Agent will be installed on ESX/ESXi will be done when you try to add the ESx host in Vcenter.

 161 views

36⟩ Explain the types of ports groups in ESX/ESXi?

There are 3 types of port groups in ESX

1) Service console port group

2) VMkernel Port group

3) Virtual machine port group

There are only 2 types of port group in ESXi

1) Vmkernel Port group

2) Virtual Machine Port group

 200 views

37⟩ Describe the use of VMKernel port?

Vmkernel port is used by ESX/ESXi for vmotion, ISCSI & NFS communications. ESXi uses Vmkernel as the management network since it don't have service console built with it.

 206 views

39⟩ What are the files that make a Virtual Machine?

1) .vmx - Virtual Machine Configuration File

2) .nvram - Virtual Machine BIOS

3) .vmdk - Virtual Machine Disk file

4) .vswp - Virtual Machine Swap File

5) .vmsd - Virtual Machine Snapshot Database

6) .vmsn - Virtual Machine Snapshot file

7) .vmss - Virtual Machine Suspended State file

8) .vmware.log - Current Log File

9) .vmware-#.log - Old Log file

 246 views

40⟩ Explain VMKernel?

VMWare Kernel is a Proprietary kernel of vmwareand is not based on any of the flavors of Linux operating systems,. VMkernel requires an operating system to boot and manage the kernel. A service console is being provided when VMWare kernel is booted. Only service console is based up on Redhat Linux OS not VMkernel.

 192 views