Re: Problem with PowerCLI and Threads / Jobs
Hi, the try catch block did not turn up anything ... I am posting the (almost) complete code, maybe somebody sees something: from Deploy-VM.ps1: if(!$global:DefaultVIServer) { if(!(Get-PSSnapin...
View ArticleRe: Problem with PowerCLI and Threads / Jobs
Hi, that helped alot - thanks! Still I need some further assistance: This is the script that starts the threads. In this case 5 at a time. $job = { Set-Location $args[0] .\Deploy-VM.ps1...
View ArticleRe: Protecting vCenter and SSO with Replication
Hi, vSphere Replication is an extension to vCenter Server and relies on it. It requires vCenter Server on the target site to be up and running in order to invoke Recovery for a replicated VM. You can...
View ArticleRe: Error installing vCAC Manager (repoutil step)
Thanks for your answer ShibbiB. Yest I did the required MSDTC settings on the DB Host. I finally got it working by following this Microsoft KB: http://support.microsoft.com/kb/915599/en-usIt seemed to...
View ArticleRe: Vcentre 5.0 server stopped showing performance graph from last one day!!
Hi Shrikanth,Please look into the screenshot , both of the screenshot is of same VM. Thanks & regards,Masud Hussain
View ArticleRe: VmWare Update Manager Esx 4.0
Hi,just another information because it's not clear for me on documentation ... I can upgrade Esx using VCenter 4.0.0-934016 or I must upgrade first VCenter with 4.1 and after ESX ? I think that I...
View Articlepowercli script to poweron vm's status
Hi Team, How to collect the power on VM's un-used status.1) no average harddisk R/W above 0.5kbps from last 14 days2) no average NIC Utilization above 0.5 kbps from last 14 days3) last login from the...
View ArticleRe: VMware Horizon View 2.1 won't connect
This issue could be fixed with latest 2.1.1 which was going alive on July 24. Thanks.
View ArticleHow to get the Available CPU and Memory capacity in Cluster via Powershell ?
Hi All, I'm looking for ps1 command/script to grab the information of Available CPU & Memory from the Cluster using powershell commans of script. I instaled vCenter server/Powercli on Wn 2008 R2...
View ArticleRe: VMware Horizon View 2.1 won't connect
Hi, we have updated the Security Server to 5.2 also, and now we can login successful with an iPad View Client 2.1.1.So it seems that there has been sth. changed between 5.0 and 5.2 regarding the...
View ArticleRe: VMware vCenter Server Heartbeat or SRM ?
You can use vCenter Server Heartbeat to protect your vCenter server. While SRM addresses only VMs, with vCSHB you can protect both physical and virtual machines. vCSHB provides HA or DR, and can...
View ArticleRe: ILO hung after boot menu
Hi,I have same model server and its working fine with below BIOS and ILO firmware. System ROM: A22 07/10/2009; backup system ROM: 07/10/2009 ILO Current Firmware: 1.82 03/31/2010 Check the...
View ArticleIs this a normal situation in the VCAC Prereq Checker v 5.2 ?
VCAC Prereq Checker v 5.2 is already installed on my first server, but The Components on the core install tab is grayed out. Thank you.
View ArticleRe: How to get the Available CPU and Memory capacity in Cluster via Powershell ?
Have a look at Re: Cluster Statistics
View ArticleRe: multi select drop list - Copy entries within
It's not going to be possible without customising the screen. The javascript is very simple var mSelect = VSMCustomJS.GetFieldByDBName('FIELD_NAME');if (mSelect){ var vals = mSelect.GetValue();...
View ArticleRe: Problem with PowerCLI and Threads / Jobs
I just created a little test just to test the general functionality of threads: thread-ctrl.ps1$job = { Set-Location $args[0] .\thread.ps1 -name $($args[1])}$currentPath = (Split-Path -parent...
View ArticleRe: VmWare Update Manager Esx 4.0
If your upgrading the ESX from 4.0 to 4.1, you should have Update Manager version 4.1 and Update Manager 4.1 is compatible (VMware Product Interoperability Matrixes ) to work only with 4.1 vCenter...
View ArticleRe: Get vApp name from UUID
If that is a copy/paste, it seems you didn't use the correct method name - in my sample code, the method is: Server.findForType(<object type>,<object id>) based on your error, it looks like...
View Article