Re: Powershell Plugin system.outofMemoryException
When iinvoking PowerShell scripts winrm connection is created. MaxMemoryPerShellMB parameter controls the maximum memory that can be used while executing the script on the remote machine. I would...
View ArticleRe: "Disable alarm actions" for a vm
Well, I know this cmdlet. But if I understand it right the cmdlet let me disable one alarm, not all of them for a vm, isn´t it?
View ArticleRe: "Disable alarm actions" for a vm
True, that is for the alarm itself.For a specific VM have a look at my Alarm actions – enable – disable – report post.
View ArticleRe: Safe to delete snapshot from failed vdp backup
See if this KB helps you by any chance - http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2036109
View ArticleRe: Could not power on VM : Invalid metadata - storage
Hi,I have ESX 4.1 on both hosts ( 4.1.0., 260247 ) and vspahare client/server version 4.1.0 build 258902. I just need to instal critical patches for esx 4.1.0Could you help me with the procedure ?...
View ArticleRe: Vmware tools generates Windows events: Event ID: 1000
We have it on 100 servers. So we could reinstall vmware tools, but still it be nice to know what it is first...
View ArticleОтказоустойчивость сети
Добрый день.Возник такой вопрос. Есть vSphere 5, несколько хостов, в каждом по 4е сетевых карты, две смотрят в один физический блейд-свитч, две другие в другой. Портгруппам на VDS розданы сетевухи...
View ArticleRe: [Script / Code sample Request] Get Total Network throughput for given set...
Try it like this $esx=Get-VMHost$stat="net.received.average","net.transmitted.average"$start= (Get-Date).AddMinutes(-30)Get-Stat-Entity$esx-Stat$stat-Start$start-Realtime|Group-Object-Property...
View ArticleRe: Отказоустойчивость сети
В настройках группы портов можно изменить Teaming and Failover Policies с Link Status only на Beacon Probing.Подробности здесь: Edit Distributed Port Teaming and Failover Policies
View ArticleESXi boot env check
Hi expert I want to know how to check boot device and Stateless, Stateless Cache, Statefull Install, normal USB boot? In USB Bootesxcli system boot device get command show "Boot Filesystem...
View ArticleRe: "Disable alarm actions" for a vm
I´ve found your great website a few days ago and gave your script a try but it doesn´t work. I´ve leave you a message with the error message in comments. But anyway: now I´ve updated PowerCLI to 5.1R2...
View ArticleRe: "Disable alarm actions" for a vm
The -Entity parameter requires a PowerCLI inventory object as value and does not accept names. You can try it like this: Get-AlarmActionState -Entity (Get-VM -Name VMTEST1) -Recurse:$false
View ArticleRe: "Disable alarm actions" for a vm
Sorry, I'm a bit behind in answering all the comments Try running it like this (the function doesn't do Object By Name I'm afraid).Get-AlarmActionState -Entity (Get-VM VMTEST1) -Recurse:$falseor...
View Articleset switch tag vlan
Hi,I'am installing esx 5.1.I have 3 vlan (prod, vmotion, vmkernel). I look that when on dcui (yellow screen) I put vlan correct, I cannot ping esx host. If Iremove vlan tag I can ping esx host.I...
View ArticleRe: "Disable alarm actions" for a vm
Thanks a lot - I´m not very familar with the syntax and the differences. Now it works like a charm
View ArticleTime Zone in Win7 guest 'not recognized'
Hello, first of all, I have to appologize, I fear that this is not the exactly right forum to post. I could not find the old VDI Forum for VMware View v4.6: We are using VMware View Administrator 4.6,...
View ArticleRe: ESXi 5.0 and MSCS (Microsoft Failover Clustering) on iSCSI SAN
Sorry guys but no luck. I have set the SCSI controller bus sharing to Virtual and created a new virtual hard disk (Thick Provision Eager Zeroed) but the MSCS Validation Checker doesnt see any...
View ArticleHow to put vCloud Director behind Edge?
Hi! We have vDirector 5.1.2Director has 2 internal ip-address and I created edge with NAT for translation from internal to external address. Now user has connection to vCloud http-site, but VMRC...
View ArticleVMware Horizon View只针对windows 应用吗?
许多企业的虚拟化应用中linux 也有需求,对于桌面来讲,VMware Horizon View只针对windows 应用吗?
View ArticleRe: View Desktop Printer is mapped (redirected) but not printing
thodie wrote: On the virtual desktop all registry values for ThinPrint are existing, but on the client where I've installed the View Client (x64) there are no registry keys as described in the KBDid...
View Article