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 2

Part 1 - Part 2 - Part 3 - Part 4

6 - How to restart webaccess service and ssh service on vmware?
Ans - “service vmware-webaccess restart” – this will restart apache tomcat app
“service sshd restart”

7 - What are the three port groups present in ESX server networking
Ans - a. Virtual Machine Port Group - Used for Virtual Machine Network
b. Service Console Port Group - Used for Service Console Communications
c. VMKernel Port Group - Used for VMotion, iSCSI, NFS Communications

8 - Does the vSwitches support VLAN Tagging? Why?
Ans - 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 VLAN tagging for vSwitches. So every vSwitch supports upto 1016 ports, and BTW they can support 1016 VLANS if needed, but an ESX server doesn’t support that many VM’s.



9 - What is Promiscuous Mode on vSwitch ? What happens if it set to Accept?
Ans - If the promiscuous mode set to Accept, all the communication is visible to all the virtual machines, in other words all the packets are sent to all the ports on vSwitch If the promiscuous mode is set to Reject, the packets are sent to intended port, so that the intended virtual machine is able to see the communication.

10 - What is MAC address Changes ? What happens if it is set to Accept ?
Ans - When we create a virtual machine the configuration wizard generates a MAC address for that machine. You can find it in the .vmx (VM Config) file. If it doesn't match with the MAC address in the OS , it does not allow incoming traffic to the VM. So by setting Reject Option, both MAC addresses will be remain the same, and the incoming traffic will be allowed to the VM.

Part 1 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