In: Computer Science
In a type 1 VM environment, you can migrate VMs while they are running.
Group of answer choices
True
False
VIRTUAL MACHINES:
A Virtual Machine (VM) is a compute resource that uses software instead of a physical computer to run programs and deploy apps. One or more virtual “guest” machines run on a physical “host” machine. Each virtual machine runs its own operating system and functions separately from the other VMs, even when they are all running on the same host. This means that, for example, a virtual MacOS virtual machine can run on a physical PC.
For the above question,
The answer is "YES". We can migrate Virtual Machines while running.You can move virtual machines from one compute resource or storage location to another by using cold or hot migration.Since the Virtual Machine is running, the migration is called live migration.
If a virtual machine is hosted on a local repository on local storage, it may only be migrated while it is running. Live migration can only be performed within the same server pool, so a running virtual machine cannot be moved out of its server pool.
IMPORTANT
SInce the question is specified type 1 environment , the answer is yes. Live migration can only be performed within the same server pool, so a running virtual machine cannot be moved out of its server pool. If the VM's are to be moved outside of server pool it cant be moved while running.