proxmox15:~# pveversion -v
pve-manager: 1.8-15 (pve-manager/1.8/5754)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.8-32
pve-kernel-2.6.32-4-pve: 2.6.32-32
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-16
vncterm: 0.9-2
vzctl: 3.0.24-1pve4
vzdump: 1.2-11
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.14.0-2
ksm-control-daemon: 1.0-5
One thing I notice is that your configuration is not up to date, for example, my pve-manager is 1.8-18. But I don't think it is the cause of the problem.
I am running 2.6.35 kernel. It can make a difference...
Sample Config:
name: ************
ide2: Backups:iso/windows_server_2008.iso,media=cdrom
vlan0: rtl8139=DA:FB:63:A9:80:13
bootdisk: ide0
ostype: other
ide0: San5:vm-373-disk-1
memory: 512
sockets: 1
Here some remarks :
With windows 2008, it is best to use e1000 (or virtio) for NIC, not rtl8139. You can try to change. You will have to reconfigure network settings for this new NIC, and certainly it will complain that the old interface has he same IP settings. You can try to delete this one.
Another remark, memory is much too low. It should be at least 2 GB for win 2008 (win 2003 works with 512 MB). It could be the main cause of your problem. Perhaps your VM is swapping. Mine use at least 800 MB, even idle ones. My first try would be to increase memory up to 2048 MB...
Then, I don't know which difference it makes, but you should set ostype as w2k8. It is at least more natural.
Least, it seems that you use a SAN ? (should be OK...).
Here is one of my configs (win 2008 R2 SP1):
name: ********
ide2: local:iso/virtio-win-0.1-mm34.iso,media=cdrom
vlan0: virtio=E2:20:E8:48:07:A1
bootdisk: ide0
ostype: w2k8
ide0: local:130/vm-130-disk-1.raw
memory: 2048
onboot: 1
sockets: 1
cores: 1
virtio0: local:130/vm-130-disk-2.raw
Hope that helps...
Alain