Re: Cluster with two generations of AMD Processors
I'm afraid the you cannot mix these two models in the same cluster, i.e. use vMotion/DRS. According to the VMware Compatibility Guide, the 22xx CPU models support EVC modes "AMD Opteron™ Generation...
View ArticleDR-IP-Customizer on Shared SRM Instance
Getting an error when executing the DR-IP-CUSTOMIZER on the target vCenter server: error: unable to locate the srm extention on the vmware vcenter Has anyone successfully run the tool with a shared...
View ArticleRe: Kernic Panic after waking Mac up
Hi coolerkid9090! I don't think Fusion is actually implicated in this failure. Read this thread, which describes the same problem and its cause: Looks like the drivers for the EnGenius USB wireless...
View ArticleRe: Using Powercli I having trouble modifying vm hardware and nic portgroup...
Awesome, the function may have slipped in from another script I borrowed from, I made the changes you suggested and everything is working. The script i have is below,along with what I have in the csv...
View ArticleRe: Script esxcfg-vswitch -l info
The PowerCLI equivalent of the 'esxcfg-vswitch -l' command is Get-VirtualSwitch. I have no experience with the Cisco Nexus 1000v switch, so I don't know what the Get-VirtualSwitch cmdlet does with the...
View ArticleRe: Report to list vm name disk(s) name disk capacity and used space
The ForEach statement doesn't place any objects on the pipeline.You can achieve that by using the call operator, like this $vm = gc vm.txt&{ForEach ($VM in (Get-VM -Name...
View ArticleRe: 98% FAILED: Unable to reconfigure the destination virtual machine. Win...
No need to have the VM powered on. Run the Converter from another system and select the powered off VM in the Converter wizard. André
View ArticleRe: Report to list vm name disk(s) name disk capacity and used space
No, I took your code as-is, but the ForEach loop was not correct.I updated the script above (the Name parameter on the Get-VM)
View ArticleRe: Using Powercli I having trouble modifying vm hardware and nic portgroup...
Great news, and thanks for sharing.
View ArticleRe: Script esxcfg-vswitch -l info
Have a look at VDS and 3rd Party VDS InfoDoes this produce the info you're after ?
View ArticleRe: Kernic Panic after waking Mac up
I never installed drivers for the EnGenius USB dongle and don't see that installed anywhere on my Mac, how can I find it?Thanks
View ArticleRe: hgfs file corruption when using different file handles to the same file...
Hi Paul, Thanks for forwarding and reporting your issue. It does seem like the same issue that I am currently working on with Dominic's test application.I am making progress but there seems to be a...
View ArticleRe: It is absolutely impossible to obtain a license for HP Custom Image for...
Thank you again André, especially for your patience, as I probably missed something obvious. I've a got a license, how do I apply it to my existing VMware? I'm concerned that I cannot and I will have...
View ArticleESXi 5.1: can't mount .iso files more than 3GB to Windows VMs
Hello. I do have one server with ESXi 5.0 and another server with ESXi 5.1. Both used for Windows based VMs.When I mount .iso file on ESXi 5.1 VM with size more than 3GB VM can't see it (no disk in the...
View ArticleRe: How to Set Node's Hostname with REST APIs?
Can you specify the hostname as part of blueprint or deployment profile instead? This way you don't need to set that as part of API request. I filed a bug about lack of support to set hostname as part...
View ArticleRe: VCAP5-DCA exam - That lab is slooooooowwwww!
Congrats! Yeah, DCD next... That blueprint is pretty open ended, though. I really have no idea what to expect. I might need a month or two to figure out what's going on there. Anyway, thanks everyone...
View ArticleRe: Script esxcfg-vswitch -l info
This is the output I get when I run the esxcfg-vswitch-l command. While the script you mentioned will be helpful, Im just looking for the MTU setting on the 1000v and that script doesnt seem to grab...
View ArticleRe: Report to list vm name disk(s) name disk capacity and used space
That was it. As always Luc Thanks!
View ArticleRe: Script esxcfg-vswitch -l info
You can try the Get-VDSwitch cmdlet. That will show the MTU size in the default output.
View ArticleRe: It is absolutely impossible to obtain a license for HP Custom Image for...
To enter the license key/assign the license to the host follow the steps in e.g. http://kb.vmware.com/kb/2014295. E.g. "Licensing a standalone ESXi host" in case the host is not managed by vCenter...
View Article