Re: Create Parameters for WriteData function
Hi Luc I was able to sort by Datacenter: # Function to perform the work for the data you needFunction GetCluster { & { foreach ($Datacenter in (Get-Datacenter | Sort-Object $Datacenter)) {...
View ArticleDUPs (resulting in terrible performance) when using a bridged NIC with WS 9
I am running Workstation 9 (trial) under WIndows 7 Ultimate. The physical machine has 2 nics but only one is connected. The guest OS is Centos 6.3 . VMWare tools have not been installed. If I set the...
View ArticleWindows 8 Virtual Machine Not Found
Running Fusion 5.0.2 with Mountain Lion on a MBPro. Created a Windows 8 VM and all seemed well. I got a message today when Windows 8 was running. I do not remember what it said, but it indicated...
View ArticleRe: DUPs (resulting in terrible performance) when using a bridged NIC with WS 9
I should have mentioned that I have only 1 NIC configred on the VM.
View ArticleRe: No network connectivity between guests and host
Thanks for your response I have checked on firewall is off on both machines and I was using NAT before in vmware workstation 9 with ip range from 10.0.0.1 to onward up to 10.0.0.127 and after that for...
View ArticleRe: Windows 8 Virtual Machine Not Found
To help figure out what is what, the best way to provide comprehensive diagnostic information is to use the "Collect Support Information" command from the VMware Fusion (menu bar)> Help > Collect...
View ArticleRe: Could not install vShield Components (Failed to Install error)
You are meeting the minimum requirements. Were you able to install the vshield ap. try to ping hosts from the vsm by ip.
View ArticleRe: Age of Empires II The Conquerors Black Screen and Colors go to 8-Bit
Found any workaround for this yet ? I too get screen-troubles with Age of Empires II after upgrading VMWare Fusion because of upgrading to Mountain Lion. I start multiplayer->create game, and after...
View ArticleRe: vmware host profile host requires reboot before previously applied config...
I ran into this same issue. There was an issue with the cache state and it not overwriting the orginal storage. Mine was a bug that when you have set it for stateful and then go to stateless the...
View ArticleRe: Sil3124 or 3132 controllers support in ESXi 5.x?
Hi, I found something on this Japanese site. They claim having a working driver for 5.x. I have not had a chance to test it myself, but since I was/am in search for the same thing, I thouhgt to publish...
View ArticleRe: DUPs (resulting in terrible performance) when using a bridged NIC with WS 9
jg167 wrote: If I set the NIC to be NAT, everything works fine getting an IP from the Workstation DHCP server, but of course the linux VM can not offer services on my network. That is not necessarily...
View ArticleRe: i am very new to powercli. I WISH TO USE JAVA TO EXECUTE THE cmdlet of...
Why would you want to execute PowerCLI cmdlets from Java ?There is a Java plugin available for Java, see Vi Java.With the help of VI Java you can call all the vSphere API, and I suppose that is what...
View ArticleRe: Create Parameters for WriteData function
How did you try to sort the clusters ?Like this ?foreach ($Cluster in (Get-Cluster -Location $Datacenter | Sort-Object -Property Name)) {
View ArticleRe: Vmware Player MSI Failed error on Windows 8
It finally installed after uninstalling Office 13 preview. Didn't even think of this would be an issue. Thanks to everyone who replied.
View ArticleRe: Capacity and Performance Trending reports
To get the number of vCPU for all the VMs in a resourcepool, you could doGet-View $rp.VM | Measure-Object -Property {$_.Summary.Config.numCPU} -Sum | Select -ExpandProperty Sum The memory figures are...
View ArticleQuestion about specific Scenario
Greetings, I'm newbie in vmware vsphere I wanted to ask 2 questions, 1st is Can I play with one ESXI via vsphere client without vCenter? is that possible and what I will be missing if I did not...
View ArticleRe: Question about specific Scenario
1st question: Yes, you can manage an ESXi host directly using the vSphere Client. What you will not have are features like cloning, migration, ... which are only available with vCenter Server in...
View ArticleRe: Question about specific Scenario
Thanks for replay one last question How I can create uplink in vsphere?
View ArticleRe: Question about specific Scenario
You just have to add one or more of the host's physical NICs (vmnic) to the vSwitch and connect it to a physical switch/router. André
View ArticleRe: Create Parameters for WriteData function
This is what I tried: foreach ($Cluster in (Get-Cluster -Location $Datacenter | Sort-Object $Cluster)) { What I am trying to accomplish is to have the report sorted in the order as ii looks when you...
View Article