VMware Interview questions
1.What is a Hypervisor?
It
is a program that allows multiple operating systems to share a single hardware
host. Each operating system appears to have the host’s processor, memory, and
other resources all to itself. However, the hypervisor is actually controlling
the host processor and resources, allocating what is needed to each operating
system in turn and making sure that the guest operating systems (called virtual
machines) cannot disrupt each other.
2.What is a .vmdk file?
This
isn’t the file containing the raw data. Instead it is the disk descriptor file
which describes the size and geometry of the virtual disk file. This file is in
text format and contains the name of the –flat.vmdk file for which it is
associated with and also the hard drive adapter type, drive sectors, heads and
cylinders, etc. One of these files will exist for each virtual hard drive that
is assigned to your virtual machine. You can tell which –flat.vmdk file it is
associated with by opening the file and looking at the Extent Description
field.
3.What is VMware vMotion?
VMware
VMotion enables the live migration of running virtual machines from one
physical server to another with zero downtime.
4. What is promiscuous mode in Vmware?
- Promiscuous
mode is a security policy which can be defined at the virtual switch or
portgroup level
- A virtual
machine, Service Console or VMkernel network interface in a portgroup
which allows use of promiscuous mode can see all network traffic
traversing the virtual switch.
- If this
mode is set to reject, the packets are sent to intended port so that the
intended virtual machine will only be able to see the communication.
- Example: In case you are using a virtual xp
inside any Windows VM. If promiscuous mode is set to reject then the
virtual xp won’t be able to connect the network unless promiscuous mode is
enabled for the Windows VM.
·
5. What is a snapshot?
·
A snapshot is a “point in time image” of a virtual guest operating system (VM).
That snapshot contains an image of the VMs disk, RAM, and devices at the time
the snapshot was taken. With the snapshot, you can return the VM to that point
in time, whenever you choose. You can take snapshots of your VMs, no matter
what guest OS you have and the snapshot functionality can be used for features
like performing image level backups of the VMs without ever shutting them down.
6. What is VDI?
- VDI stands
for Virtual Desktop Infrastructure where end user physical machine
like desktop or laptop are virtualized due to which VMware described VDI
as “delivering desktops from the data center”.
- Once VDI
is used the end user connect to their desktop using a device called thin
client.
- The end
user can also connect to their desktop using VMware Horizon View installed
on any desktop or mobile devices
7.what is VMware HA?
- VMware HA
i.e. High Availability which works on the host level and is
configured on the Cluster.
- A Cluster
configured with HA will migrate and restart all the vms running under any
of the host in case of any host-level failure automatically to another
host under the same cluster.
- VMware HA
continuously monitors all ESX Server hosts in a cluster and detects
failures.
- VMware HA
agent placed on each host maintains a heartbeat with the other hosts in
the cluster using the service console network. Each server sends
heartbeats to the others servers in the cluster at five-second intervals.
If any servers lose heartbeat over three consecutive heartbeat intervals,
VMware HA initiates the failover action of restarting all affected virtual
machines on other hosts.
- You can
set virtual machine restart priority in case of any host failure depending
upon the critical nature of the vm.
NOTE: Using HA in case of any
host failure with RESTART the vms on different host so the vms state will be
interrupted and it is not a live migration
8. What is storage vMotion?
- Storage
vMotion is similar to vMotion in the sense that “something” related to the
VM is moved and there is no downtime to the VM guest and end users.
However, with SVMotion the VM Guest stays on the server that it resides on
but the virtual disk for that VM is what moves.
- With
Storage vMotion, you can migrate a virtual machine and its disk files from
one datastore to another while the virtual machine is running.
- You can
choose to place the virtual machine and all its disks in a single
location, or select separate locations for the virtual machine
configuration file and each virtual disk.
- During a
migration with Storage vMotion, you can transform virtual disks from
Thick-Provisioned Lazy Zeroed or Thick-Provisioned Eager Zeroed to
Thin-Provisioned or the reverse.
- Perform
live migration of virtual machine disk files across any Fibre Channel,
iSCSI, FCoE and NFS storage
0 comments :
Post a Comment
Note: Only a member of this blog may post a comment.