Re: Bridged non funziona correttamente..!!
Prova con uno sniffer di pacchetti a cercare di vedere se almeno arrivano. Perché messo così sembra proprio un problema di firewall.
View ArticleRe: Errore nella creazione di uno snapshot
I file vanno modificati a VM spenta.Comunque io farei un bel clone o una copia con il converter.... Giusto per avere una versione sicuramente funzionante e senza snapshot.
View Articlevmware 5.1
Can you please provide more information on the factor in vCloud Networking and Security – it is the replacement forvShield in vmware 5
View ArticleRe: Need a script for audit purpose
It looks as if these events are not captured anymore in vSphere 5.x.I'm going to look for an alternative.
View ArticleRe: Cannot connect through home router
So what is the error? Do you get to the login-stage or not even there? // Linjo
View ArticleRe: VM List on conditions to be generated.
I mean, do you also get the blank lines when you open the CSV file with Excel ?
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
No, the script should work with any VM, provided the VM's guest OS is supported for Invoke-VMScript.Which guest OS are we looking at ? Did you run the script from my post I mentioned earlier ?It could...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
The info you see in the vSphere client comes from the vShield plugin.You can query vShield with some REST calls, Alan did a module for that.I'll have a look.
View Articlesnapshot certain vms
Hello together, as you can read in the title of this thread, i´m searching for a possibility to snapshot certain virtual machines including their memory using a powercli-script. So far I was able to...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Hi Luc, I'm just interested in Windows 2003, 2008 and 2012. Yes I ran the script you attached earlier. Also if you see the image attached, the result "False" Those servers have vShield driver install...
View ArticleRe: VM List on conditions to be generated.
Yes. The same thing. I can accept why. The array which gets created has elements which are unset. Whether that is blank or null is not really for argument, as it is behaving as I expect it would. It is...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
I just found this, is this what you were talking about http://www.virtu-al.net/2012/01/04/vmware-vshield-powershell-module/
View ArticleRe: Bought Fusion 5 pro and can't get the VMware Tools to install
Additional solution after Woodys' - Please check whether Mirror Folder is checked or not, if it's checked, please disable it then try to install Tools again.
View ArticleRe: snapshot certain vms
You can add the RunAsync switch on the New-Snapshot cmdlet.That way the cmdlet will return immediately and your script will continue with the next line.Just make sure not to overload your environment...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Yes, but I'm not sure how to query the vShield Manager for the information you're after.
View ArticleRe: VM List on conditions to be generated.
Can't you just update the script like this$allvms = @() $vmlist = Get-Vm | where {$_.PowerState -eq "PoweredOn"} ForEach ($vm in $vmlist){ $vmv = $vm | Get-View $vms = "" | Select Name #, OS...
View ArticleCitrix Desktop machines unavailable on VCenter 5.1
Hello Experts, We are doing Citrix VDI Testing on Cisco UCS Blade. We are going to find out the performance and scalability of the UCS Blade using Vmware 5.1 as the Hypervisor, and Citrix for...
View ArticleRe: snapshot certain vms
Hi LucD, thanks a lot for your fast reply. I just tried the RunAsync command and it worked out. Concerning your annotation to watch out not to overload the environment, do you also have an idea how to...
View ArticleRe: Windows Server 2012 slow on ESXi 5.1U1
Dear reyntjensw, thanks for reply.The ready time of my host is as follows: * Last: 578ms* Max: 1045ms* Min: 533ms*Average: 603ms Can you explain me in short what these values mean? Best regardsMatthias.
View Article