Virtualization :
is a creating of virtual rather than actual real version (Server ,Network ,Storage).To Simulate hardware functionality.Benfit:
Reduce the IT cast and agility for all size business.What is Hypervisor:
Software code/firmware create the virtual machines. Virtual machine is called guest virtual machine.What is bare-metal:
hypervisor run directly on the host’s hardware to control h/w and to manage the guest OS.What is Host OS:
OS run directly on the hardware.What is Guest OS:
run on Virtual Machine.what is emulator :
Enable one computer system(called host) to behave like another computer system(Called the guest). Ex : emulator for android(stimulate android in Linux)Qemu – Quick Emulator , hardware virulization.(host virtual machine monitor)
1)For Live Migration we need
a) Extra IP
b) Shared Storage
c) Global File system.
NOTE: XEN is the best virtualization.
2) Virtualization Disadvantage
1) Don’t have console block access to trouble shoot.
3) Important Abbreviation & Commands
Virt-manager –GUI managing Virtualization
Virt-viewer –view the console
libirt-actual hypervisor
qemu-kvm ---CLI
/var/libvirt/images - virtualization image. Location
QEMU-Quick Emulator
PAE- Physical Address Extension ( Vmx intel (or) svm AMD)
Required rpm packages are - kernel-xen|xen|libvirt|virt-manager.
|
Services Are – libvirtd, xend,
#virsh list -all
|
TYPE 1 | TYPE 2 | TYPE 3 |
without OS , install direct in to the hardware ( Linux KVM-directly run on the HW,IBM z/VM,VMware ESX)
|
with OS, additional Install Virtualization Software.(VMware workstation,VMware server)
|
Hybrid hyper visor
|
Domain-0: Privileged domain.( Base OS).
Domain-U/Guest Domains/User Domain: VM created by Dom-0.
|
Desktop Virtualization : paas
Application virtualization: saas
Container : Isolate the user space – OS
Docker : container Manager
This Full (bare-metal) virtulization improve availability overall hardware resource utilization.
With virtualization several operating system run in a parallel on single CPU.
This Virtualization parallelism
- reduce overhead cost
- Using this, organisations better manage update + rapid changes OS/App without disrupting users.
- Ultimately virtualization improves efficiency + availability of resources/applications rather
Cloud Computing | Virtualization Technology in Cloud Computing
- All the cloud has been built on the virtualization.
- Cloud service providers implement essential security control – limited physical/logical access to the hypervisor and other virtualization layers.
Common Cloud Services
- Compute
- Database
- Storage
- security
- networking
- monitoring
- Developting
- IOT
- HPC
- BIG Data
AWS Cloud computing services
- IAM (User,Groups,Roles,Polices)
- Storace - S3 - Simple Storage service -(Polices(password/rules),class)
- cloudFront CDN(Content Delivery Network)
- Storage Gateway-(File Gateway,Volume Gateway(ISCSI),Tape Gateway(VTL)
- Compute- Ec2 option - On Demand, Reserved, Spot,Dedicate Host
- EBS - Elastic Block Storage - EC2 + attached to EBS
Storage Virtualization
Source :https://www.evaluatorgroup.com/wp-content/uploads/2014/05/Screen-Shot-2014-08-20-at-11.36.05-AM.png
Next article : we need to study about what is difference between VMware Esxi , VMware vsphere,
0 Comments