How 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 ArticlePowerCLI to collect inventory information
I am trying to update an inventory database and one thing that I cannot seem to get is the creation date of a VM and who created the VM. I have a PowerCLI script to obtain other information; Name,...
View ArticleRe: My options for fault tolerance, nic teaming, and link aggregation
Dan, Thanks this is really helpful. I'm just a little confused though about running etherchannel and nic teaming, can we clarify -> Nic teamning does not always = link aggregation (on the VMware...
View ArticleRe: Datastore not formatting larger than 2TB
Mako77 wrote: In which case how do people provide disks which need more than 2TB to VM's ??? Add multiple VMDKs to a VM and combine them inside the guest OS. Regards
View ArticleRe: Datastore not formatting larger than 2TB
Use RDM in Physical Compatibility Mode if you need that in one disk otherwise you can attach multiple Virtual HDD's in one vm.
View Article