Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
VMware Storage vMotion fails on virtual disks configured as independent-persistent (1004094)
Details
You are experiencing these issues:
- VMware Storage VMotion fails to migrate virtual machine disks that are configured as independent disks.
- .vmdk files similar to this are on the source datastore:
DMotion-scsi0:02_RHEL4SVM_TEST1_2-delta.vmdk
Solution
This is a known issue. As a work around, temporarily change the disk type to persistent and migrate the virtual machine disks.
To change a disk to persistent:
- Power off the virtual machine.
- Click Edit Virtual Machine Settings.
- Select the Hard Disk.
- Uncheck the Independent Mode field.
- Click OK.
Examples of .vmx file parameters
- Persistent hardisk without selecting either of the two independent modes:
scsi0:0.present = "true"
scsi0:0.fileName = "ind.vmdk"
scsi0:0.deviceType = "scsi-hardDisk"
- Independent-Persistent mode:
scsi0:0.present = "true"
scsi0:0.fileName = "ind.vmdk"
scsi0:0.mode = "independent-persistent"
scsi0:0.deviceType = "scsi-hardDisk"
- Independent-Nonpersistent mode:
scsi0:0.present = "true"
scsi0:0.fileName = "ind.vmdk"
scsi0:0.mode = "independent-nonpersistent"
scsi0:0.deviceType = "scsi-hardDisk"
- Normal-Persistent mode:
scsi0:0.present = "true"
scsi0:0.fileName = "ind.vmdk"
scsi0:0.deviceType = "scsi-hardDisk"
scsi0:0.mode = "persistent"
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

