Lecture07-Textbook1-Ch7
Lecture07-Textbook1-Ch7
College
School of Computer
Studies
• Complex
• Costly
• Requires teams of experts
For end-users
• Easy
• Pay-as-you-grow
• No major expertise is required
• User interface (GUI)
Cloud installation, configuration and
management
Creating, Importing, and Exporting Templates
Configuration management
Configuration management
Guest Tools
Configuration management
Linked Clone
• Only stores modifications
• It's linked to the main VM and excessively use it
• If something goes wrong with the main virtual machine, a linked clone would
also suffer
• Benefit: The linked clone requires very minimal disk space and the process of
creating clone is much faster
Full clone
• Full copy of a VM
• Every aspect (hardware, software , configuration will be duplicated)
• Benefit: Fully independent of the original VM after cloning is done
• Drawback: It requires as much disk space as the original VM
Cloud installation, configuration and
management
Linked Close VS Full-Clone
Cloud installation, configuration and
management
Backup Management
File Backup
Image Backup
Virtual Network
At conceptual level, a virtual network and a real physical network are not that
different
Default gateway
Virtual Switches
Cloud Migration
When planning to move to cloud, here are the key questions: To consolidate all
storage devices into a network
Machine Migration
• Physical to virtual (P2V) migration is the process of decoupling a physical
machine’s soft
ware component, which includes the operating system, data, and applications,
and then putting all of that into a virtual machine
• Virtual to Virtual: simply be cloning and not actual migration. In any case,
this type of
migration would simply involve cloning a virtual
Cloud Migration
Physical to virtual
Manual
1. Someone must install all the required applications into the virtual machine.
2. Configure the applications exactly like the original.
3. Copy all the files from the physical machine to the virtual machine.
Semi-automated Tools
A semi-automated tool would require some human intervention
• VMware vCenter Converter
• Microsoft System Center Virtual Machine Manager
Maintenance is one of the best ways of preventing future problems; that is why
it is better
known as preventive maintenance.
• Performance Issues
• Testing
• Upgrading
• Utilization
Cloud Migration
• VNIC
• Vstorage
• VCPU
• Vmemory
• VLAN
• VSAN
• Virtual Router
• Virtual Switch
Nested Virtualization(Extra - Not in Exam)
Enable Nested
Set-VMProcessor -VMName Windows2016-R2-1 -
ExposeVirtualizationExtensions $true
Disable Nested
Set-VMProcessor -VMName Windows2016-R2-1 -
ExposeVirtualizationExtensions $false
Etcetera : Interesting Practice