Die Foren-SW läuft ohne erkennbare Probleme. Sollte doch etwas nicht funktionieren, bitte gerne hier jederzeit melden und wir kümmern uns zeitnah darum. Danke!

Default resource used for 'FirewallInfo ??

Hilfe bei Problemen mit Installation & Benutzung des VMware ESX Server 4/VMware vSphere 4.0.

Moderatoren: Dayworker, irix

Member
Beiträge: 47
Registriert: 02.05.2007, 10:14

Default resource used for 'FirewallInfo ??

Beitragvon cicero » 05.01.2010, 10:35

Folgender Block im hostd.log
füllt mir 2/Minute das Logfile - hat jemand ne Ahnung woher das kommt?
Danke, cicero

Code: Alles auswählen

'Locale'] Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.

[NFC DEBUG] NfcFssrvrGetIoBuf: returning 0xf55c9008
[NFC DEBUG] NfcFssrvrRead: reading 786432 bytes from 213605679104


Default resource used for 'FirewallInfo.esxupdate.label' expected in module 'host'.
Default resource used for 'FirewallInfo.faultTolerance.label' expected in module 'host'.
Default resource used for 'FirewallInfo.httpClient.label' expected in module 'host'.
Default resource used for 'FirewallInfo.esxupdate.label' expected in module 'host'.
Default resource used for 'FirewallInfo.faultTolerance.label' expected in module 'host'.
Default resource used for 'FirewallInfo.httpClient.label' expected in module 'host'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.label' expected in module 'enum'.
Default resource used for 'host.SystemIdentificationInfo.IdentifierType.AssetTag.summary' expected in module 'enum'.

King of the Hill
Beiträge: 13063
Registriert: 02.08.2008, 15:06
Wohnort: Hannover/Wuerzburg
Kontaktdaten:

Beitragvon irix » 05.01.2010, 11:00

Hmm... hast du in /etc/vmware/firewall ein eigenes Profil hinzugefuegt oder aber ist an den vorhandenen was kaputt gegangen?
Management Service auf dem ESX schon neu gestartet?

Gruss
Joerg

Member
Beiträge: 47
Registriert: 02.05.2007, 10:14

Beitragvon cicero » 05.01.2010, 15:10

Hi,

nein, liegt leider an beidem nicht.
Consolenneustart ohne Besserung
auch das Firewallprofil ist Standart, bzw. testweise schon mal ganz deaktiviert.

was istn der AssetTag von
host.SystemIdentificationInfo.IdentifierType?

cicero

Member
Beiträge: 47
Registriert: 02.05.2007, 10:14

Beitragvon cicero » 13.01.2010, 14:49

known issus - gefixed mit nächstem Update.

dieser Workaround klappt:

To workaround this issue, modify enum.vmsg (make a backup before), located in the esx at /usr/lib/vmware/hostd/locale/en/enum.vmsg and change all Health States (green, yellow, red, and unknown) lower case. For example, green becomes Green.

Before change:

###
host.NumericSensorInfo.HealthState.green.label = "Green"
host.NumericSensorInfo.HealthState.green.summary = "Sensor is operating under normal conditions"
###

After change:

###
host.NumericSensorInfo.HealthState.Green.label = "Green"
host.NumericSensorInfo.HealthState.Green.summary = "Sensor is operating under normal conditions"
###

You can also avert the unwanted hostd log messages on the ESX host by modifying enum.vmsg located at /usr/lib/vmware/hostd/locale/en/enum.vmsg.


After that, please restart hostd process with service mgmt-vmware restart and this will solve your problem.


cicero

King of the Hill
Beiträge: 13063
Registriert: 02.08.2008, 15:06
Wohnort: Hannover/Wuerzburg
Kontaktdaten:

Beitragvon irix » 13.01.2010, 15:06

Danke fuer die Loesung. Es waere schoen wenn du mit auf die Quelle KB,VMTN verlinken koenntest weil dann kann man evtl. Updates zum Thema dort verfolgen.

Gruss
Joerg

Member
Beiträge: 47
Registriert: 02.05.2007, 10:14

Beitragvon cicero » 13.01.2010, 15:09

Support Request# 1474969381

Lg, cicero


Zurück zu „vSphere 4 / ESX 4“

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 23 Gäste