CBD2234 Lecture7 Ch7
CBD2234 Lecture7 Ch7
[Cloud Com·put·ing]
◇ Private
◇ Public
◇ Hybrid
◇ Community
◇ On-premises vs. off-premises hosting
◇ Accountability and responsibility based on delivery models
◇ Security differences between models
◇ Functionality and performance validation based on chosen delivery model
◇ Orchestration platforms
Chapter 7:
Practical Cloud Knowledge: Install, Configure,
and Manage
Major Topics:
◇ Creating, importing, and exporting template and virtual machines
◇ Install guest tools
◇ Snapshots and cloning
◇ Image backups vs. file backups
◇ Virtual disks
◇ Virtual Switches
◇ Virtual Local Area Network
◇ VSAN
◇ Establishing migration requirements
◇ Storage migration
◇ Online vs. offline migrations
◇ Physical to virtual (P2V)
◇ Virtual to virtual (V2V)
◇ Virtual to physical (V2P)
◇ Maintenance scheduling
◇ Virtual network components
Setting Up the Cloud
• Complex
• Costly
• Requires teams of experts
For end-users
• Easy
• Pay-as-you-grow
• No major expertise is required
• User interface (GUI)
Setting Up the Cloud
Configuration management
Configuration management
Guest Tools
Configuration management
• Relatively new kind of software that emerged in the wake of virtualization and cloud computing
• Designed to be installed inside virtual machine
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
Setting Up the Cloud
Linked Close VS Full-Clone
Setting Up the Cloud
Backup Management : The practice of managing a suitable backup system for any IS or cloud
infrastructure
Backup Management
• Recovery Point Objective (RPO): The maximum acceptable amount of data loss allowed
measured in time
• Recovery Time Objective(RTO): The amount of time allowed for the system to be down or the
time before the system can fully function again.
Interesting Practice
Setting Up the Cloud
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
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
• Virtual to Physical
Virtual Resource 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
Virtual Components of the Cloud
• 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