Ich habe ein unglaublich großes Problem!! :/ WIe ihr vielleicht gelesen habt:
http://vmware-forum.de/viewtopic.php?p=112961#112961
Hatte ich ein Problem mit IPMI laden - das ist nun behoben. Ich musste in der Console etwas eintippen.
Ich habe folgendes gemacht:
Diese Umstellung:
http://kb.vmware.com/selfservice/micros ... Id=1017910
Und dann habe ich in der Console folgendes eingetippt:
Code: Alles auswählen
This is from the VMHelp Site
This mostly likely indicates a server or BIOS issue and it would be best to first ensure that the host is running the latest BIOS version. If you want to disable the IPMI driver to the following, but note that this will disable certain portions of the health status that is displayed in the VI client.
1) Access the console and run cd /etc/vmware/init/init.d
2) Run the command chmod +t 72.ipmi. This will enable the sticky bit on the file and ensure that it gets backed up into the system backup file.
3) Edit the file 72.ipmi. You can use vi or the command sed -i '/Exec/s/^/return ${SUCCESS} # disable IPMI\n\n/' 72.ipmi. This command will essentially change the file from
#!/bin/sh
# Copyright 2008 VMware Inc.,
Exec esxcfg-init -I || {
return ${NON_CRITICAL_FAILURE}
}
to
#!/bin/sh
# Copyright 2008 VMware Inc.,
return ${SUCCESS} # disable IPMI
Exec esxcfg-init -I || {
return ${NON_CRITICAL_FAILURE}
} Dann habe ich zum testen den Gast neu gestartetz und nun kann ich nichts mehr machen. Der FEhler mit dem IPMI ist nun weg.... aber nun kommt wenn ich "F2" drücke folgendes:
Authentication Denied
Direct console access has been disabled by the administrator for server.xxxxxxx
Bei uns im Netz gibbet die Domäne .... wie bekomme ich das nun weg?
Ich komme auch nicht mehr mit dem VMware Client drauf.... und die virtuellen Maschinen tun auch nicht mehr ihren Dienst!!
Ich brauch unbedingt hilfe... den die Kisten müssen laufen. PANIK!!
LG Chris
