I recently P2V'd one of our terminal servers. It is running horribly slow.
Observations of the guest:
Hardware interrupts are ranging from 5-60% CPU utilization
Observation of the host:
It is running smoothly and not feeling a heavy load. Load avgs are in the 2.5 range.
I only have 7.6gigs out of 9gigs allocated to VM's
Network utilization is low
IO stats are not out of line
Specs of host:
Dual Xeon 3.2ghz - 9gigs RAM - Ubuntu Server 6.06LTS
Specs of guest:
Windows 2003 - 2.5gigs RAM
VMX file:
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "4"
memsize = "2576"
MemAllowAutoScaleDown = "FALSE"
MemTrimRate = "0"
displayName = "Server_name"
guestOS = "winnetstandard"
numvcpus = "1"
tools.remindInstall = "FALSE"
usb.present = "TRUE"
ethernet0.present = "TRUE"
ethernet0.addressType = "generated"
ethernet0.connectionType = "bridged"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "server_name.vmdk"
ide0:0.present = "TRUE"
ide0:0.autodetect = "TRUE"
ide0:0.filename = "auto detect"
ide0:0.deviceType = "atapi-cdrom"
scsi0.present = "TRUE"
scsi0.virtualDev = "buslogic"
buslogic.noDriver = "FALSE"
uuid.location = "56 4d ca ba 3b 45 fe 60-b2 0f 9b 75 a6 4d 71 28"
uuid.bios = "56 4d ca ba 3b 45 fe 60-b2 0f 9b 75 a6 4d 71 28"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
scsi0:0.redo = ""
ethernet0.generatedAddress = "00:0c:29:4d:71:28"
ethernet0.generatedAddressOffset = "0"
floppy0.fileName = "/dev/fd0"
workingDir = "."
ide0:0.startConnected = "FALSE"
checkpoint.vmState = ""
tools.syncTime = "FALSE"
disable_acceleration = "FALSE"
snapshot.disabled = "TRUE"
Do you all think that the hardware interrupts could be caused by a driver issue? They seem to peak during logins and application starts...
Any input/insight into this situation are greatly appreciated.
JonZ