bin mittlerweile sehr verzweifelt....
Ich setzte VMWare Server 1.0 ein.
Als Hostsystem arbeitet ein SUSE Linux 10.1, soweit fehlerfrei.
Hier laufen 4 VMWare Gastsysteme wobei 3 davon fehlerfrei arbeiten.
Das betreffende System ist ein SuSe Enterprise 8 Server. Diesen habe ich manuell von einer physikaischen auf eine Virtuelle Maschine migriert.
Soweit läuft alls wunderbar, nur hängt sich das System jede Nacht zu einem anderen Zeitpunkt auf.
Fehlermeldung ist jedes mal die gleiche!!!
Hier ein Auszug der Logfile:
Code: Alles auswählen
Nov 29 02:43:01: vcpu-0| VIDE: (0x1f0) OUTB Cmd 0x41, Unknown ATA Command on drive 1
Nov 29 02:43:01: vcpu-0| VIDE: (0x1f0) OUTB Cmd 0x41, Unknown ATA Command on drive 1
Nov 29 02:43:01: vcpu-0| VIDE: (0x1f0) OUTB Cmd 0x41, Unknown ATA Command on drive 1
Nov 29 02:43:01: vcpu-0| VIDE: (0x1f0) OUTB Cmd 0x41, Unknown ATA Command on drive 1
Nov 29 02:43:01: vcpu-0| VIDE: (0x1f0) OUTB Cmd 0x41, Unknown ATA Command on drive 1
Nov 29 02:43:01: vcpu-0| VIDE: (0x1f0) OUTB Cmd 0x41, Unknown ATA Command on drive 1
Nov 29 02:43:01: vcpu-0| VIDE: (0x1f0) OUTB Cmd 0x41, Unknown ATA Command on drive 1Diese Meldung kommt ca. 1000mal bis das System neu gebootet wird.
VM-Ware Tools sind installiert.
Die Platten sind als IDE konfiguriert.
=> Hier noch die vmx Datei:
Code: Alles auswählen
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "4"
memsize = "1024"
displayName = "dvslx1"
guestOS = "suse"
ide0:0.present = "TRUE"
ide0:0.fileName = "system_ide.vmdk"
ide0:0.mode = "independent-persistent"
ide0:0.redo = ""
ide0:0.writeThrough = "FALSE"
ide0:0.startConnected = "TRUE"
ide0:1.present = "TRUE"
ide0:1.fileName = "/vmdaten/dvslx1/paitest.vmdk"
ide0:1.mode = "independent-persistent"
ide0:1.redo = ""
ide0:1.writeThrough = "FALSE"
ide0:1.startConnected = "TRUE"
ide1:0.present = "TRUE"
ide1:0.fileName = "/vmdaten/dvslx1/paiprod.vmdk"
ide1:0.mode = "independent-persistent"
ide1:0.redo = ""
ide1:0.writeThrough = "FALSE"
ide1:0.startConnected = "TRUE"
Ethernet0.present = "TRUE"
scsi0.present = "FALSE"
floppy0.present = "FALSE"
usb.present = "FALSE"
ethernet0.addressType = "generated"
uuid.location = "56 4d fb c2 dd 85 33 32-4d 10 4c 30 1e 4c e5 b9"
uuid.bios = "56 4d 1e e9 cd 27 31 45-49 18 0e e8 8a 64 91 a7"
ethernet0.generatedAddress = "00:0c:29:64:91:a7"
ethernet0.generatedAddressOffset = "0"
workingDir = "."
autostart = "poweron"
gui.exitOnCLIHLT = "TRUE"
tools.syncTime = "TRUE"
snapshot.disabled = "TRUE"
monitor_control.log_vmsample = "FALSE"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
ide1:1.present = "FALSE"
ide1:1.fileName = "/vmserver/iso-images/systemrescuecd-x86-0.2.19.iso"
ide1:1.deviceType = "cdrom-image"Das Problem besteht mittlerweile seit 2 Wochen und ich bin für alle Tips dankbar!!!