Hello there,
Thanks for reporting this.
We ever tried tools on Win10 TechPreview edition (both x86 & x64) but haven't observed any issue. So would you mind elaborating more on your scenario, including
1.May I know with which version you update ESXi from?
2.May I know the exact version/arch of your Win10?
3.169.154.x.x always indicate a reserved IP and it usually happened when it could not be allocated a DHCP IP. So would you mind checking if that is due to used up of all DHCP IPs?
4. Would you mind elaborating more about "kill the VM"? Do you mean the VM is shutdown/deleted after tools installation?
5. Would you mind helping to collect tools logs? For guest side logs, you could add the following lines in tools.conf
[logging]
log = true
# Enable tools service logging to a file.
vmtoolsd.level = debug
vmtoolsd.handler = file
vmtoolsd.data = c:/tmp/vmtoolsd.log
# Enable 'vmsvc' service logging to a file.
vmsvc.level = debug
vmsvc.handler = file
vmsvc.data = c:/tmp/vmsvc.log
# Enable VMwareResolutionSet.exe logging to a file.
vmresset.level = debug
vmresset.handler = file+
vmresset.data = c:/tmp/vmresset.log
# Enable new "vmusr" service logging to a file.
vmusr.level = debug
vmusr.handler = file
vmusr.data = c:/tmp/vmusr.${USER}.log
# Set the following configuration if you want to collect the logs for vmware-toolbox-cmd utility
toolboxcmd.level = debug
toolboxcmd.handler = file
toolboxcmd.data = c:/tmp/vmtoolboxcmd.log
# Enable old VMwareUser/vmware-user logging to file.
log.file = c:/tmp/vmtools.log
And then collect those log files (*.log). It would be great if you could also run ""Program Files\VMware\VMware Tools\vm-support.vbs"" and collect corresponding bundles on guest side.
For host side logs, vm-support bundle generated by (/usr/bin/vm-support) should be enough.
Thanks
Yike