Re: Leap Motion Controller does not connect in Windows run by Fusion
It might be that we're not giving enough power to the device... I'm checking with the dev team about this.
View ArticleRe: Interact with ssh session?
If you schedule a workflow, value for input of type SecureString will be stored encrypted in the database. But there are also some other cases, eg. if you log it using System.log(), I think it will...
View ArticleRe: full clones or linked clones
I would recommend that you try linked clones first, if you can't make them work in your environment then you might consider a full clone.
View ArticleRe: Cannot view console on VM discovered via VCSA - "Failed to initialize SSL...
Hi, Have you seen this?Opening a virtual machines console with the vSphere Client or vSphere Web Client connected to vCenter Server 6.0 fails
View ArticleRe: VMWare Workstation not able to start
HelloThe instruction below worked for me.Note : It helps if your working off a fresh installation.## For info, I am on openSUSE Tumbleweed# STARTcd /usr/lib/vmware/modules/sourcetar -xvf ./vmnet.tarcd...
View ArticleFURIOUS with this software. USB simply does not work!
Wasted god knows how many hours of my time today. Connect my usb device and NOTHING SHOWS UP anywhere in vmware or its logs "No USB devices" is what is displayed. This software is garbage. Tried...
View ArticleRe: Need help with script to find vm's by IP
Could you please try this? function Search-VMAssociatedToIP{param($ArrayOfIPToCheck)process{ $VMsAndAssociatedIP = get-view -viewtype "virtualmachine" | foreach-object{ $VM = $_...
View ArticleRe: Guest with NAT networking: can't resolve hostname with SSH
So if I am trying to push to github.com, I would add an entry in C:\Windows\System32\drivers\etc\hosts: 127.0.0.1github.com Is this correct? I have tried this and it hasn't resolved my issue, so I just...
View ArticleRe: Guest with NAT networking: can't resolve hostname with SSH
Hi Raphytaffy. you need to add the github ip to host and not localhost
View ArticleRe: Guest with NAT networking: can't resolve hostname with SSH
Jeez, brain fart moment. Thanks! Looking forward to the fix though as I don't want to repeat for every host.
View ArticleRe: Migration from vSphere 5 to 6
If your new hosts have different CPU you may have problems to vMotion the virtual machines... if you got this problem and to avoid a long downtime, you can map the old datastores to the new cluster and...
View ArticleRe: Hot cloning virtual machine with database?
My recommendation is to stop the database services prior start the clone process since I'm not sure if VSS will work for MySQL like works fro MS SQL.
View ArticleUpgrade from ESXi 5.5 to 6.0 - Will old drivers remain?
Hello! Im planning on upgrading my home environment tomorrow from ESXi 5.5 to 6.0. On my Supermicro X10SLM-F motherboard i have two Intel NIC's. On of them wasn't supported when i was installing 5.5 so...
View ArticleRe: Export of ErrorRecord Category Information
Maybe the following commands could be a starting point?I guess all information are there somehow, but it is not that easy to dig into it. (([appdomain]::currentdomain.GetAssemblies()).Modules | where...
View ArticleRe: Find File Differences between Two Snapshots (or Snapshot and Current)
Hi Michael, Thank you for the reply. May I suggest this as a feature to add to a future version of VMware's products? This could be an incredibly powerful feature for analyzing malware. As I said...
View Articleunable to log on to esxi6.1
Installed a new server with ver6.U1a . I can login via DCUI, but unable to log on via sphere desktop client.The error message is "can complete login due to un incorrect user name and password"I can...
View ArticleRe: FURIOUS with this software. USB simply does not work!
I simply gave up. USB is broken on vmware fusion and I refused to waste any more time on it. I bypassed usb entirely using adb wireless mode over tcp. and yes, I checked the settings panel. All...
View ArticleRe: FURIOUS with this software. USB simply does not work!
First and foremost, please calm down. Second, please describe exactly what you are doing, what you are trying to connect, etc. Are you trying to connect one specific device and it fails? ... or have...
View ArticleRe: FURIOUS with this software. USB simply does not work!
What are you connecting via USB?Did you try several USB devices and they all failed?Which guest operating system are you running? P.S. USB works for me with multiple guests operating systems (Windows,...
View ArticleRe: Disable Multiple Monitors by default
vmware-view.exe --ServerURL connectionsvr3.home.com --desktopName Windows7-Persona --desktoplayout fullscreen will make the view session run on a full single monitor. vmware-view.exe --ServerURL...
View Article