Seite 1 von 1

Default resource used for 'FirewallInfo ??

Verfasst: 05.01.2010, 10:35
von cicero
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'.

Verfasst: 05.01.2010, 11:00
von irix
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

Verfasst: 05.01.2010, 15:10
von cicero
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

Verfasst: 13.01.2010, 14:49
von cicero
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

Verfasst: 13.01.2010, 15:06
von irix
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

Verfasst: 13.01.2010, 15:09
von cicero
Support Request# 1474969381

Lg, cicero