Re: cpu stats
To retrieve the metrics you'll need the Get-Stat cmdlet.Have a look at my PowerCLI & vSphere statistics – Part 1 – The basics to see how the Get-Stat cmdlet works. The following is a simple example...
View ArticleRe: Upgrade from ESXi 4.0 to Hypervisor 5.1
What do you use to backup the VMs now? You can use Export to OVF from the vSphere Client or use the Datastore Browser to copy them off to disk. The Datastore Browser will likely result in larger files,...
View ArticleGetting an error in Windows Explorer when mapping a vmdk
I am using Workstation 8.0.4 with a Windows 7 64 bit guest on a Windows 7 64 bit host. I am trying to map a 1TB vdmk but I keep getting the following message. It appears to map but I can't access...
View ArticleRe: is VCP-510 renamed?
It's only the certification that has been renamed from VCP to VCP-DV, The exam code is still the same (VCP510).see How do I register for the VCP5-DV certification exam? in the FAQs. André
View ArticleRe: Vmware ESXI within Hyper-v (server 2012) networking issue
I checked and there are no options in the virtual switch manager of hyper-v I'll try to get this working. If I have to I can pick up a cheap wireless USB dongle and see if I can try to route with...
View ArticleRe: Persistent Location for common functionality of plugin
Sorry we don't offer that yet in the SDK. The recommended place for your global actions is in a global view that is specific to your plugin and can be opened from a shortcut on the Home page.
View ArticleRe: Get-VMhostHBA WWN
The WWN property doesn't display in hex but in decimal.Try it like this Get-VMHostHBA-TypeFibreChannel|SelectVMHost,Device,@{N="WWN";E={"{0:X}"-f$_.PortWorldWideName}}
View ArticleRe: Unable to mount NFS datastore to 2 out of 3 hosts
Hi, check this KB out http://kb.vmware.com/kb/2009919 , might be helpful. RegardsMohammed
View ArticleUpgrading vCenter DB 4.1 to 5.1
Hi,I want to upgrade our Infrastructure from 4.1 to 5.1Host name of vCenter Server 4.1 is as05345I have installed 3 new servers:as10446 will get the following Services -> SSO + vCenter...
View ArticleRe: Unable to register to vCenter
Thanks Mohammed. I've tried connecting to both vCenters by IP as well as DNS name without success. I also verified that the account I used could connect to vCenter through the fat client. I also...
View ArticleRe: Unable to mount NFS datastore to 2 out of 3 hosts
ya didn't work we don't use wildcard for IP. i've done both using the FQDN as wel as the IP address and neither worked.
View ArticleRe: Unable to mount NFS datastore to 2 out of 3 hosts
Also I don't get the: WARNING: NFS: 959: MOUNT failed with MOUNT status 13 (Permission denied) trying to mount Server I only get the Got error 13 in the logs.
View ArticleRe: Context manu item name
Regarding your first question, this happens only in dev mode when your plugin is deployed from Eclipse/STS, the work-around is covered in the SDK doc (see the doc on the actions-ui sample in...
View ArticleRe: Attempting to add custom annotations to an existing 'Export-VMInfo' script
Try it like $VMInfo.Owner=$vm.CustomFields['Owner'] You only want the value of the annotation. The Select-Object cmdlet produces an object, not a value
View ArticleRe: How to extend data grid used in web client ui
At the moment you cannot integrate easily with the built-in Search UI, we are working on it.The best for your first release would be to create a simple custom Search feature in your UI, while still...
View ArticleRe: Upgrade
In addition to checking the VMware Compatibility Guide and VMware Product Interoperability Matrix that André mentioned, here are some things to consider:1) ESXi 3.5.0 64607 is the GA build, which is...
View ArticleRe: Get-VMhostHBA WWN
Found the earlier postings and came up with this: $hosthba = Get-VMHostHBA -type FibreChannel | Select VMHost,Device,PortWorldWideName foreach ($hostwwn in $hosthba){$hostwwn.PortWorldWideName =...
View ArticleRe: Upgrading vCenter DB 4.1 to 5.1
Hello and welcome to the communities. Check out http://kb.vmware.com/kb/7960893 for the procedure to move the vCenter Server database.
View ArticleRe: Access to Shavlik forums and transfer to new Communities/forums
I've asked the team that migrated the Shavlik discussions to have a look and respond to the questions. Corey
View Article