VMware Cloud Community
russ79
Enthusiast
Enthusiast
Jump to solution

snapshots in a different location

on esxi 5, is it still possible to allow VMs to create snapshots in a different location other than where they are stored or has that option been removed in 5?

Reply
0 Kudos
1 Solution

Accepted Solutions
a_p_
Leadership
Leadership
Jump to solution

The setting continuum mentioned takes precedence over the workingdir. Please make sure you are aware of the consequences before adding/configuring this setting (see http://kb.vmware.com/kb/2007563 as well as the links in the article)

André

View solution in original post

Reply
0 Kudos
9 Replies
vmroyale
Immortal
Immortal
Jump to solution

Hello.

The VMware kb that describes how to do this states not to do it in ESXi 5. Possible yes, but consistent results will be a maybe?

Good Luck!

Brian Atkinson | vExpert | VMTN Moderator | Author of "VCP5-DCV VMware Certified Professional-Data Center Virtualization on vSphere 5.5 Study Guide: VCP-550" | @vmroyale | http://vmroyale.com
Reply
0 Kudos
Virtualinfra
Commander
Commander
Jump to solution

As a best practise snapshot has to be in the same datastore where the base disk is there( parent disk is there).

refer the below kb of  how to set separate location for snapshot.. its not mentioned for esxi5, but still it can be used but for testing purpose and not on production machine.

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=100292...

Note: In ESXi 5.0 and later versions, virtual disk redolog (-delta.vmdk) files for snapshots are placed in the same directory as the parent virtual disk (.vmdk) file. Do not apply this method to virtual machines running on ESXi 5.0 and higher. If present, the snapshot directory settings are removed during a disk migration.

Award points for helpful and correct answer by clicking the below tab Smiley Happy

Thanks & Regards Dharshan S VCP 4.0,VTSP 5.0, VCP 5.0
Reply
0 Kudos
russ79
Enthusiast
Enthusiast
Jump to solution

yeah, ive seen the KB and it states that vmx file settings for this will be ignored in vsphere 5, i was curious if maybe it is not allowed at all anymore or there was a newer, less "manual" way to set this up in 5

Reply
0 Kudos
Virtualinfra
Commander
Commander
Jump to solution

It might be because to avoid more load on esxi5,VM and datastore to give a better performance to virtual machines by keeping the snapdisk with parent disk.

this is not taken in esxi5.

Thanks & Regards Dharshan S VCP 4.0,VTSP 5.0, VCP 5.0
Reply
0 Kudos
russ79
Enthusiast
Enthusiast
Jump to solution

the issue im having is backups creating snapshots on VMs and spontaneously filling the drive... obviously there are workarounds with adding more disk space or changing the backups but the underlying cause would be solved if  there was a way to allocate one LUN specifically for snapshots.

Reply
0 Kudos
Virtualinfra
Commander
Commander
Jump to solution

But VMware has stated the below for ESXI 5 clearly that it has to stay with the parent disk

Note: In ESXi 5.0 and later versions, virtual disk redolog (-delta.vmdk) files for snapshots are placed in the same directory as the parent virtual disk (.vmdk) file. Do not apply this method to virtual machines running on ESXi 5.0 and higher. If present, the snapshot directory settings are removed during a disk migration.


Better go with the recommendation.. still you can use, but remember the point "If present, the snapshot directory settings are removed during a disk migration." It means if you apply also make sure that you dont move the VM from on datastore to another datastore.. make this point clear you can try..

but incase of issue and you open case with VMware they will point to this and wash their hands..

Thanks & Regards Dharshan S VCP 4.0,VTSP 5.0, VCP 5.0
Reply
0 Kudos
continuum
Immortal
Immortal
Jump to solution

behaviour has changed - you may need to make use of
snapshot.redoNotWithParent = "true" or "false"


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

a_p_
Leadership
Leadership
Jump to solution

The setting continuum mentioned takes precedence over the workingdir. Please make sure you are aware of the consequences before adding/configuring this setting (see http://kb.vmware.com/kb/2007563 as well as the links in the article)

André

Reply
0 Kudos
russ79
Enthusiast
Enthusiast
Jump to solution

thanks... thats what i was looking for

Reply
0 Kudos