Re: Regarding upgrade of license keys from Essentials plus 4.1 to Essentials...
Okay thank you for that information, then we will do the upgrade of the keys at the same time when we are upgrading the hosts and the vcenter server.
View ArticleRe: how do i use the UM across more than one vlan/network?
Please remember that Usage Meter does not talk directly to virtual machines. Usage Meter talks directly to vCenter itself, and the other VMware Products (e.g. vCOPs). One would hope that...
View ArticleRe: vmnic Status
Try something like this foreach ($dvSwinGet-VDSwitch){ foreach($esxin$dvSw.ExtensionData.Config.Host){ $esxObj=Get-View$esx.config.Host $nicTab=@{} $esxObj.Config.Network.Pnic|%{...
View ArticleRe: How to recover VMFS volume after a RAID controller failure
Hello, Thanks for your quick reply.Initially i have installed ESXi 5.0 and I am almost 100% sure that VMFS version was 5 (I have installed it more than 6 months ago and of course it wasn't...
View ArticleHow do I resolve ESXi boot problems?
Have tried an install of VMware ESXi 5.1.0.I downloaded iso and burned to dvd then proceeded.The installation went fine but on restart in fails to boot with just a flashing cursor on screen.The server...
View ArticleRe: Removing Network Adapters from Powered On VM's
Robert, I worked your script a bit to try and remove all NIC's with a certain port group name (e.g. an entire VLAN) and ended up with the following: $VMs = Get-VM test*$spec = New-Object...
View ArticleRe: CBT - How exactly does this work?!
Here is a nice article have look this.. http://wikibon.org/wiki/v/What%27s_Next_in_VMware_BackupRegards,Milton
View ArticleRe: Removing Network Adapters from Powered On VM's
Is there anything in the vmware.log around the time when you remove the NIC ?
View ArticleRe: Powershell script to see paths
Stunning, that has just saved me a huge amount of OAT testing time. Many thanks
View ArticleRe: Add Firewall Rules to a vCloud Director vApp Network via PowerCLI
Hi, I found my answer, here is the final solution. $vAppNet = Get-CIVAPP 111 | Get-CIVAppNetwork vApp_Network$vApp = Get-CIVAPP 111$networkConfigSection = (Get-CIVapp...
View ArticleRe: View 5 and RDP, tunneled or what?
I think you are right. VSG (not VCS) is the intermediary connection between internet clients and the VM desktops on PCoIP or RDP.Regards,Milton
View ArticleRe: problem with connection to local computer
Please make sure that while using Bridge mode your host and gust IP address are same subnet range. Think you missed out some think here. IP you got every think ok in NAT mode why not in Bridge...
View ArticleRe: VCAP-CIA Wait Time
Thanks for the advice, I sent an email. The urgency is primarily due to my exam fees. My employer will reimburse me if I pass, but I won't be able to request the reimbursement for much longer.
View ArticleRe: Question with Clustering
This may be a little off topic, but are we able to move hosts between hosts with vcenter? or did we need another app for something like that?If you mean Virtual Machines between hosts the answer is...
View ArticleRe: remove a snapshot without enough disk's space.
had the same problem and googled this thread. thumbs up indeed!
View ArticleRe: ESXi Hardening - host services/firewall
Even if it's not entirely accurate that is still better than anything I have found thus far. Thank you.
View ArticleRe: No Internet Access
Make sure that network adapter is enable. If your are using DHCP server then renew the IP address. Regards,Milton
View ArticleRe: Какой сетевой интерфейс используется при перемещении ВМ между хранилищами?
Подтверждаю, данные с хоста на хост бегают без участия менеджмент сети. Но!!! Если у 2-х хостов нет доступа к чужим датасторам , то вот тут трафик побежит уже по менеджмент сети.
View ArticleRe: Unable to select VMware Infrastructure Server
André, I did find the processor settings and the box was checked. So I reran it unchecked (I'm shooting in the dark at this point), and got an error that destination does not support 64 bit...
View Article