Re: ESXi 5.1 hosts randomly disconnects from vCenter
No disconnects in the last week or two - haven't done anything yet.On next disconnect we will upgrade firmware and driver! Thanks everyone for sharing your experience.
View ArticleRe: We need to migrate 200 Windows XP/Windows server 2003 VM’s from one...
LucD, Is there in any suitable place to put ‘-RunAsync’ in script 1 or 2 to reduce the timeline futher? RegardsSuresh Dhanaraj
View ArticleRe: Serial Number - Where do i have to do an entry?
That's right. ESXi free (aka vSphere Hypervisor) is the same product used for vSphere it's just the licensing key that limits the functionality. Down the road you could upgrade to one of the...
View ArticleRe: Serial Number - Where do i have to do an entry?
Only for my understanding. The ESXi and the VSphere Client (V5.1) are free?Yes ESXi is the Free Edition and it has certain number of limitation like maxmim 32 GB RAM, read-only to API's etc.. If you...
View ArticleRe: We need to migrate 200 Windows XP/Windows server 2003 VM’s from one...
Several of the cmdlets in the scripts can indeed be run with the RunAsync parameter. But be aware that in this case you will have to coordinate the flow of the script yourself.For example, when you run...
View ArticleRe: Mapping from vmdk and drive letter on Guest OS
Hi SantoshKumar36, Thank you so much for your answer. So we just need to take a look on Bus Number and Target ID only (we don't care the LUN, is that correct?). I also found some script to spit out the...
View ArticleRe: "the connection to the remote computer ended"
Well done, I'm happy that its working for you now. // Linjo
View ArticleRe: We need to migrate 200 Windows XP/Windows server 2003 VM’s from one...
LucD, I have tried a lot to build the loop for VMware tools alone but I haven’t succeeded. In fact for the past 1 day I am spending all my time with this script only. I have just slept for couple of...
View ArticleRe: Which kinds of pci device will be added into hidden list
What do you mean with "hidden list"?Is this causing any problems or symptoms for you? // Linjo
View ArticleRe: Run Set-VMGuestNetworkInterface get "element not found" error
The following is the result of result. PowerCLI C:\tmp> $vm = Get-VM -Name 2008t1PowerCLI C:\tmp> .\Test-InvokeVMScript -VM $vmPowerCLI C:\tmp> I had copy the information of the script.Past...
View ArticleWhich EVC mode need for cluster with Intel E5645 and E5-2630
Hi All,We have one HA cluster with four identical nodes with the following configuration.Model=Fujitsu-Primergy RX200 S6CPU=Intel Xeon E5645 @ 2.40GHz Now, we need to add one host with CPU of Intel...
View ArticleRe: Run Set-VMGuestNetworkInterface get "element not found" error
That is in fact a function, so you will have to first dot-source the .ps1 file.PS C:> . ./Test-InvokeVMScript.ps1Note that there is a blank between the 2 dots. Once that is done your PowerShell...
View ArticleRe: Which EVC mode need for cluster with Intel E5645 and E5-2630
You can find the EVC mode for a processor in the VMware Compatibility Guide. You should choose the highest EVC mode that is support by both processors. In this case it is the Intel® "Westmere"...
View ArticleRe: VMDK Addition to VM
Finally ,I got the answer for this after a serious search attempt. Here is the below command vim-cmd vmsvc/device.diskaddexisting 272 /vmfs/volumes/datastore1/IOMETER/IOMETER.vmdk 0 1
View ArticlePatch for Vmotion | Vmotion_Storage_Vmotion
Hi! Is there anyone kind enough to share the vmware patch for the "Vmotion | Vmotion_Storage_Vmotion" series of tests. Its the one that replaces "migrate" with "vmotion" in some of the tests code....
View ArticleRe: Recovering a snapshot after a failed disk
It looks like the snapshot .vmdk files (files with "...-00000x..." in their names) have been deleted manually!?According to the file list there are no snapshot files which you can revert to. However...
View ArticleRe: загрузка vm с usb
Ответы только на часть вопросов:По крайней мере в 5.0.14 flp = img : переименовываете, подкладываете в папку с виртуальной машиной, проверяете что флопик в конфигурации VM есть и он в приоритетах...
View ArticleRe: Obtain vApp expiration date
Hi,You can check the expiration date like this: # Retrieve the corresponding API object ("view")$appView = $FrankApp | Get-CIView# Retrieve the Lease settings section (containing information about the...
View ArticleRe: vSphere 5.1 Licensing : vCPU rights
The number of vCPU refers to the total number of virtual sockets/cores. With an 8-vCPU entitlement you can have either 8x1core, 2x4core, ... André
View Article