Re: does it make any difference what version PowerCLI to use??
OIC -- thank you very much!!Thank you, tom
View ArticleMy VMWare Fusion Will NOT Load - PLEASE HELP!!!!
Yesterday I started my VMWare Fusion software to load Windows XP and everything came up like normal. My Kaspersky Anti-Virus needed updating, as did Windows. After downloading and installing the...
View ArticleRe: vCenter Operations Manager 5.7.1 now available
Nice to have the custom side with out of the box vcenter focused dashboards. Those top25 take a long time to render though.
View ArticleRe: PowerCLI translation to Perl?
My script is basically adding a single VM to a rule. This is super and works (more or less), but when I use "add" as the array op it throws a SOAP Invalid Argument. When I use "edit", it removes all...
View ArticleRe: Issue with Remove-VDSwitchVMHost
DG, When you pass the $vmhost as an object it already knows that identifier. I can use the remove-vdswitch command with no problem on my 5.1 U1 lab environment. Do you have all of your physical...
View ArticleRe: Get-VM | Select-Object question
The command is not that hard to understand and use once you understand what it's doing. Everything up to the @ sign is just selecting those properties to display them to the output. Below is what the...
View ArticleUsing VCO to assign external IP addresses on vApp deployment.
A while back Christophe wrote an article on the vcoteam site explaining how to use the AMQP integration to extend vCD functionality in VCO (link here: Extend vCloud Director with vCenter Orchestrator)....
View ArticleRe: start menu and task bar missing when RDP into win vm in unity mode
bgarner wrote: I would be happy with a way to script changing the vm from unity to single window mode. Ideally this would be from within the guest but a host script would also work. The following is a...
View ArticleRe: vMotion and large VM memory configurations
If you are only going to run 1 VM, why do you have to have a reservation set? Just turn off the reservation. You may be getting the error because of the Admission Control Policy settings. There has...
View ArticleRe: Compress CVD or Layer size?
That's the right place to what Robert is referring to. You can change the frequency of snapshots.
View ArticleRe: Using VCO to assign external IP addresses on vApp deployment.
You simply configure the VM's network connection to use a MANUAL ip address in vCD, then provide that detail from your IPAM solution. Take a look at my Custom Deploy vApp package & workflow on the...
View ArticleRe: List VMs in DRS Group
For anyone referring in the future, here is some fairly primitive code that should work (nearly) out of the box. This was quickly pulled and edited from a larger script, but should be ok. foreach my...
View ArticleRe: VdcStorageProfiles missing in Orgvdc object (version5.1)
I wonder if there needs to be an intermediary step to first create an instance of the storage profile. The search-cloud statement returns one instance of "myProfile" for every Org that uses it - each...
View ArticleRe: How to migrate hosts from one vCenter to another with vDS?
In 5.1 you can export and import the configuration settings listed here, but you will be unable to do that in your case.VDS Export/Import with PowerCLI | VMware PowerCLI Blog - VMware Blogs It appears...
View ArticleRe: Host disconnect after few minutes
Also make sure that you do not have any firewalls or networking in front of it that could be causing timeouts.
View ArticleRe: vMotion and large VM memory configurations
Hello, Thanks for the answer. I have set the memory reservation in order to save the ~500GB swap file created... with all my big VM servers, I am saving TB of space with way.I had the same idea about...
View ArticlePowerCLI translation to Perl? (Add VM to DRS Rule)
I am working on a script and a PowerCLI commandlet seems to already be written for it. The script adds an existing vm to an existing DRS Rule. Here is the code for the commandlet I would like to...
View ArticleRe: Issue with Remove-VDSwitchVMHost
The command works great if your esx host is up and has the links defined in the vDS. The issus only presents itself when you rebuild a host. The switch hangs on to the old configuration. I have 2...
View Article