Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

V2V Failing - Error: Invalid Virtual Memory Settings

itsakcApr 27 2011 — edited May 5 2011
Hi Experts
My V2V conversion is failing with the error message as below. It is a Windows .Net Enterprise image. The .vmx file is also given below , please help.

Error in OVM Manager: -
--------------------------------------------------
Register an empty virtual machine
register the virtual machine genernal information
get the virtual machine detail information...
Invalid virtual memory settings.

image.vmx file content:-
-------------------------------------------------
#!/usr/bin/vmware
.encoding = "UTF-8"
config.version = "8"
virtualHW.version = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "image.vmdk"
ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "atapi-cdrom"
guestOS = "winnetenterprise"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
ide1:0.autodetect = "TRUE"
scsi0:0.redo = ""
ide1:0.startConnected = "TRUE"
uuid.location = "56 4d fb 4c 90 c1 63 8e-37 56 72 59 bd 42 68 71"
uuid.bios = "56 4d b3 0e b1 32 2b e3-58 90 ef ca d1 95 76 63"
tools.syncTime = "FALSE"
Ethernet0.connectionType = "bridged"

virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"
vmotion.checkpointFBSize = "16777216"
scsi0:1.fileName = "disk1.vmdk"
scsi0:1.mode = "persistent"
scsi0:1.present = "TRUE"
scsi0:1.redo = ""


--------------------------------

I tried again after inserting these 3 lines in the image.vmx file , but no go..

memsize = "4024"
MemAllowAutoScaleDown = "FALSE"
nvram = "nvram"
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2011
Added on Apr 27 2011
3 comments
209 views