我有一个相对较小的链接克隆实例环境 – 当用户login到桌面时,通常有大约20%的机会/个人资料将无法加载,他们将获得一个空白的本地configuration文件。 通常注销和获取新的实例将解决问题,但有时可能需要多达5-6次尝试。
在失败的机器上的angular色日志(VMWVvp.txt)中,在login序列开始后不久,我看到以下错误:
[0][04/15/2014 09:36:36:0715][RTOGetStringSetting ] Failed Retrieving CentralProfileStore From Default Key: 0x2, Using Default [0][04/15/2014 09:36:36:0715][RTOGetViewSettingsFromRegistry] Failed Reading CentralProfileStore Value: 0x80070002 [0][04/15/2014 09:36:36:0715][RTOGetULONGSetting ] Failed Retrieving CentralProfileOverride From Default Key: 0x2, Using Default [0][04/15/2014 09:36:36:0715][RTOGetViewSettingsFromRegistry] Failed Reading CentralProfileOverride Value: 0x80070002 [0][04/15/2014 09:36:36:0715][RTOGetVMwareSettings ] Retrieved View Settings From Registry [0][04/15/2014 09:36:36:0715][RTOProcessLogon ] Retrieved VMware Settings: User: user, Remote Path: , Enabled: 1, UseAltPath: 0 [0][04/15/2014 09:36:36:0715][RTOGetMachineProfilePath ] Failed Reading MachineProfilePath, 0x80070002 [0][04/15/2014 09:36:36:0824][RTOGetUserADProfilePath ] DC Name: \\DC02 [0][04/15/2014 09:36:36:0824][RTOGetUserADProfilePath ] No Remote Path: User: user [0][04/15/2014 09:36:36:0824][RTOProcessLogon ] No Valid Profile Path Found, Processing As Local User: User: user
我一直在四处寻找,没有find任何关于这些错误的有用信息,或者是什么可能导致这些错误,VMware支持不断告诉我检查我的NTP /时间设置,但是当发生这种情况时,所有的机器都是同步的。
任何接下来要检查的想法都将不胜感激,因为这已经持续了好几个月没有解决的问题。
编辑:补充澄清,我已经检查http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2013263
这些设置都是正确的,并已被validation。
编辑2:所以肯定有NTP的东西是错误的迹象,但NTP在主图像上正确设置,它似乎几乎像新鲜克隆组成时有时不正确地同步最后一次启动时间。 我不知道下一步该怎么看 – composer php日志似乎没有指出任何东西,在vcenter或vcenter日志中没有任何重大事件,VMware工具已过时,但是自从实施以来,这种情况一直在发生当VMware工具是最新的)。