Trying to open .vmx file from vConverter yields error "Error" in Fusion
I'm trying to open a vm that I created using vCenter Converter on a Windows 2000 machine on my MacBook Air running Fusion v7.1.1.When I cmd+o the .vmx file I simply get the error message "Error"....
View ArticleRe: RDSH Apps on Horizon HTML Access
Thanks BSGuru. Want to know if we can update Windows Server hosting applications to HTML Access 3.4 and use it with 6.1.0 Connection Server? If not, we can do inplace upgrade of 6.1.0 to 6.1.1.
View ArticleNew Mirage Management Server Install Fails
I'm attempting to install Mirage 5.3 on Server 2008 R2 and management server install fails with below errors. VMware Mirage Server Tools has stopped working. A problem caused the program to stop...
View ArticleScript to get VM list and count on datastore
Hi All, I have one liner script which gives me number of VMs on datastore, i was looking to get both number of VMs plus VM names also. Get-Datastore | Select Name, @{N="NumVM";E={@($_ |...
View ArticleRe: Nested ESXi 5.5 host
Hello, Try this: In the virtual swith to which the virtual machines are connected enable Promiscous Mode in the virtual switch properties. Regards.
View ArticleRe: Script to get VM list and count on datastore
How do you want the result ?One line per VM in the CSV file, and repeat the count on each line ?
View ArticleThe recommendation doesn't make sense for SQL database VM
I set my SQL 2008 VM to 4GB. Nothing really running on it except a empty vCAC IAAS database.vRCop recommends add vRAM to 18GB.But if you see my memory utilization on Windows level, it's only 1.xGB.Does...
View ArticleRe: 'mem.usage.average" has value 0
If you select the interval as 60 seconds, the Get-Stat cmdlet will return samples for the next lower interval.In this case that would be the Realtime interval, with a 20 seconds sampling interval. Btw,...
View ArticleRe: How do you add an existing rdm to a VM using New-HardDisk?
Change the construction of the $lunTab something like this $lunNAA='naa.60050768011083af1800000000000071','naa.60050768011083af1800000000000072'$lunTab= @{}...
View ArticleRe: VMware Tools warnings in eventviewer
Any other ideas, someone? The problem still exists...
View ArticleRe: update vmware tools check powerstate vm first
You better do the power on and the wait in separate loops. $vmNames=Get-Content-Path'C:\vms2.txt'$vms=Get-VM-Name$vmNames # power on the VMs that are not powered on$vms|where($_.PowerState...
View ArticleRe: The variable String of the fault message in customized task can not be...
I have found a similar question, but also no answerExtendedFault message, variable substitution
View ArticleSchedule ESX shutdown
Hello all, for a maintenance operation, I need to shutdown an ESXi (vSphere 4 - Standard) at 5h00 AM. I don't want to wake up at this time only to press one button . I would like to schedule this.I...
View ArticleRe: Installing Client on Ubuntu 14.04
Hi LostSock,Did you end up sorting this out? I have a similar issue that generally occurs after 4pm in the office.I will be working on my VDI fine, disconnect to do something, try to reconnect and...
View ArticleRe: conversione di una macchina fisica in virtuale
Ciao, hai provato a disabilitare SSL? VMware KB: Disabling SSL encryption on VMware Converter Standalone 5.x
View ArticleRe: VDP DR
Ryan Thank you for the comments and advise.Is it correct that I need a VDP Advanced license in order to perform replication or can this be accomplished with the base VDP?
View ArticleRe: Can't login to Linux Virtual Desktop
Problem resolved. This is the video memory issue. I can connect without any error when increase video memory in vm settings.
View ArticleRe: Script to get VM list and count on datastore
one liner per VM will be better, so that i can sort it in csv or excel and get exact number of VMs and VM names.
View ArticleRe: Schedule ESX shutdown
Take a look at - Schedule Shutdown Esxi (v5) | something somewhere
View Article