Featured Post

The Non Traditional Way to clone from Linux/Ubuntu Desktop/Laptop to VM VMware Workstation.

 The Non Traditional Way to clone from Linux/Ubuntu Desktop/Laptop to VM  VM = VMware Workstation. Reason :  I tried CloneZilla or Traditional DD commands. it was taking lot of time and was confusing. The method shown here is working for me. It may or may not for you. Steps :  1 - Create same version OS VirtualMachine on VMware workstation. this will create : fat32 - boot ext4 - OS image partition. 2 - Go to the system you want to clone ( having same version ) boot from live cd or USB boot into live cd. Reason : we need to unmount the HDD/ partition. use Gparted copy the ext4 partition from Laptop/desktop and paste it on the pendrive partition. i had created ext4 partition on the pendrive. so i did ext4 to ext4 . 3 - Boot VirtualMachine with live cd , copy the same disk ext4 files to the ext4  partition on the VM OS, by booting into live version on VM.not on regular boot. To boot into live version , you need to use few softwares 1 - Live CD as iso or live cd. 2 - Boot order setup optio

VMware - Top 20 Basic VMware Interview Questions with Answers - Part 1

Part 1 - Part 2 - Part 3 - Part 4

1 - What are the files that make a Virtual Machine ?
Ans -
.vmx - Virtual Machine Configuration File
.nvram - Virtual Machine BIOS
.vmdk - Virtual Machine Disk file
.vswp - Virtual Machine Swap File
.vmsd - Virtual Machine Snapshot Database
.vmsn - Virtual Machine Snapshot file
.vmss - Virtual Machine Suspended State file
.vmware.log - Current Log File
.vmware-#.log - Old Log file


2 - What happens if vCenter Server is offline when a failover event occurs?
Ans- vCenter server need not be online for FT to work .Even if vCenter is offline ,failover still occurs from the primary to the secondary virtual machine .Additionally , the spawning of a new secondary virtual machine also occurs without VC.

3 - What is Vmkernel ?
Ans - The VMkernel is the kernel used by VMware ESX. It provides basic operating system services needed to support virtualization: hardware abstraction, hardware drivers, scheduler, memory allocator, filesystem (vmfs), and virtual machine monitor (vmm).

4 - What is snapshot ?
Ans - A snapshot preserves the state and data of a virtual machine at a specific point in time.
The state includes the virtual machine’s power state (for example, powered-on, powered-off, suspended).
The data includes all of the files that make up the virtual machine. This includes disks, memory, and other devices, such as virtual network interface cards.

5 - What is Hosted Architecture?
Ans - Hosted architecture is where your virtualization software is installed as an application onto the pre-existing host operating system. This means that your virtualization layer relies on your host operating system for device support and physical resource management. VMware Server is a good example of a hosted architecture.

Part 2 - Part 3 - Part 4

Comments

Popular posts from this blog

VMware - Tools for Monitoring VMware and Microsoft Hyper-V - Part 1

VMware - Tools for Monitoring VMware and Microsoft Hyper-V - Part 7