.vmx
) configuration file. If the virtual disk (.vmdk
) file is located on a different datastore than that of the virtual machine, the virtual disk redolog (-delta.vmdk
or -sesparse.vmdk
) files are created along with the virtual machine's (.vmx
) configuration file instead of the virtual disk (.vmdk
) file.
-delta.vmdk
) files are created, to:
To change the default virtual machine working directory location for snapshots (to a new directory on the same or alternative datastore):
Note: To proceed you need the UUID of the target datastore. You can run the esxcli storage filesystem list command in an SSH session to generate a compact list of the LUNs currently connected to the ESXi host, including their UUIDs and VMFS version. For more information see Identifying disks when working with VMware ESXi/ESX (1014953).
.vmx
configuration file using a text editor. For more information, see Tips for editing a .vmx file (1714)..vmx
configuration file of the virtual machine, specifying a full path to the directory on a datastore for the workingDir
option:workingDir = "new_path_location"
workingDir = "/vmfs/volumes/46f1225f-########-####-###########70/vm-snapshots/"
-delta.vmdk
) files to be created in the defined directory. In this example, the redolog files are created in the vm-snapshots directory..vmx
configuration file. If you would like to change this location, add the new location to this line in the.vmx
file:.vmx
configuration file..vmx
configuration file using a text editor. For more information, see Tips for editing a .vmx file (1714)..vmx
configuration file of the virtual machine, specifying a full path to the directory on a datastore for the workingDir
option:workingDir = "new_path_location"
workingDir = "/vmfs/volumes/46f1225f-########-####-##########70/vm-snapshots/"
-delta.vmdk
) files to be created in the defined directory. In this example, the redolog files are created in the vm-snapshots directory.-sesparse.vmdk
format rather than -delta.vmdk
..vmx
configuration file. If you want to change this location, add the new location to this line in the.vmx
file:.vmx
configuration file.Notes: