Term
|
Definition
| A snapshot is a point in time image of a virtual machine |
|
|
Term
| What are snapshots useful for? |
|
Definition
| Testing software with unknown potential |
|
|
Term
| What consistency options do you have with snapshots? |
|
Definition
1. Crash consistent or 2. Application consistent |
|
|
Term
| How do you create an application consistent snapshot? |
|
Definition
| Quiescing the state of the VM will create an application consistent snapshot |
|
|
Term
| What elements are preserved by a snapshot? |
|
Definition
| VM Settings, Power state, disk state, memory sate (optional) |
|
|
Term
| How many snapshots can each branch of a snapshot tree contain? |
|
Definition
|
|
Term
| Identify some business requirements for snapshots |
|
Definition
| Change management, patching, software upgrades |
|
|
Term
| Name some vSphere Requirements for snapshots |
|
Definition
1. Raw disks, physical Device Mapping (RDM) disks or guest operating systems utilizing iSCSI software initiators are not supported 2. PCI Direct Path I/O devices are not supported 3. VMs with independent disks are only supported for snapshots when turned off 4. Snapshots are not supported for VMs that are configured for bus sharing |
|
|
Term
| What options does a snapshot have the capability of reverting to - (parent, child, etc.) |
|
Definition
| A snapshot can revert to any parent or child snapshot within the tree. |
|
|
Term
| What is the primary requirement to quiesce the VM in order tot take an application consistent snapshot? |
|
Definition
| VMware Tools to be installed on the VM |
|
|
Term
| Describe the steps to take a Snapshot |
|
Definition
In the VMs and templates view right click the VM and choose snapshot -> take snapshot Give the SS a name and description Select whether or not to snapshot a VMs memory Select whether or not to quiesce the guest file system |
|
|
Term
| What result does deleting a snapshot have? |
|
Definition
Deleting Snapshots is basically committing all of the writes since the snapshot was changed. It removes the snapshot from the snapshot Manager and the snapshot files are consolidated and written to its' parent snapshot disk and merged with the Virtual Machine base disk. When you delete the base parent snapshot, all changes will merge with the base disk. This involves large amounts of disk reads and writes, which can most certainly reduce performance until it is complete (which can take a little bit of time depending on the size of the snapshots).
Source: blog.mwpreston.net |
|
|
Term
| How do you delete snapshots? |
|
Definition
Go to the VMs and templates view then right click your virtual machine and select the 'snapshot menu' and 'snapshot manager'. Select the snapshot that you want to delete. Click: 1. Delete if you want to remove and consolidate a single parent or child snapshot 2. Delete All to delete all snapshots for that virtual machine, writing changes from the child and parent disks all the way up to the base virtual machine disk |
|
|
Term
| How do you delete snapshots? |
|
Definition
Go to the VMs and templates view then right click your virtual machine and select the 'snapshot menu' and 'snapshot manager'. Select the snapshot that you want to delete. Click: 1. Delete if you want to remove and consolidate a single parent or child snapshot 2. Delete All to delete all snapshots for that virtual machine, writing changes from the child and parent disks all the way up to the base virtual machine disk |
|
|