Re: alert from host
The VIM Event is:com.vmware.vc.cim.CIMGroupHealthStateChanged This event occurs when the hardware' IPMI subsystem has reported some issue which is thensent via SFCBD to VWS process in vCenter and sent...
View ArticleRe: ESXI install hung
This just gets more and more confusing. So.... What are my options? Do I re-install windows server 2012 (which hopefully overwrites or removes the ESXi) and then partition the drive after the windows...
View ArticleRe: Fresh install of vCloud Director 1.5 fails to set up ESXi 5.1.0 hosts
hello,I am using the virtual appliance of vCloud director , freshly downloaded from the vmware website "vCloud-Director-VA-T2-5.1.2.0-1069180_OVF10" .So I think I am indeed using vcloud director...
View ArticleRe: Failed insertion of statistics - vSphere 4.1.0
Are you sure you aren't just over running your database server, disk i/o, memory, etc?
View Articlewebclient 5.1 and linked mode
HiI have 3 in 5.1 in vcenter linked mode, one of the three component is installed on the same xed and always the webclient. When I try not login via web I get the error:Client is not authenticated to...
View ArticleRe: Losing proxy setting continuosly
There are a couple ways Protect uses a proxy. It is defined in the Tools > Options > Proxy, and also from what it finds by defualt in the Windows internet options in the control panel. If the...
View ArticleAdd new portgroup to entire Cluster
Hello, Currently, I have the powercli script to add a new portgroup to an existing switch on one host. I'm looking to see how to do this on an entire cluster given that the vSwitch I want to add it...
View ArticleRe: .vmdk size doesn't match Disk size setting in Settings
I'm okay with a dynamically growing disk... the problem is; it's not growing! The disk itself is nowhere near full. Just for giggles, I tried to check the "Pre-allocate disk space" and let it spin for...
View ArticleRe: ESXI install hung
What's your goal? Do you just want to install ESXi to test drive it?Usually ESXi is installed natively and other operating system are installed as guest's in ESXi. André
View ArticleNew-VIPermission fails because AD has too many objects
I am trying to use vSphere PowerCLI to create new permissions in my vCenter. I am running the following command New-VIPermission -Entity (Get-Folder folder1) -Role (Get-VIRole PowerMan) -Principal...
View ArticleRe: .vmdk size doesn't match Disk size setting in Settings
It sounds like its the Windows partition of the imported Boot Camp partition Virtual Machine that is running out of space and if you want a better understanding of what is going on then read my replies...
View ArticleRe: Dell Wyse P25 Zero client
You cannot. The P25 runs a RTOS based on Thread-X its compiled into a firmware load that's loaded directly to the client or though the client management software from Teradici. It's built and developed...
View ArticleRe: Upgrade to vCenter 5.1 update 1 SSO failing
Well - it seems like the MASTER password is not working. Before this thread I did not know the MASTER password and the admin@system-domain password could potentially be different. So for previous...
View ArticleRe: Training Options: VSphere
VMware tightly controls the quality if their authorized training centers - so as long as it is a VMware Authorized Training Center (VATC) your should receive quality traiining. If you are wanting to...
View ArticleRe: ESXI install hung
I guess my goal is to try and virtualize a server using ESXi 5.1. If I'm saying that right? So if I have a server, lets call it server 1, I want that piece of hardware to be the host. Does it need...
View ArticleRe: New-VIPermission fails because AD has too many objects
Did you try the bypasses described in Re: New-VIPermission bug still exists in PowerCLI 5.0?
View ArticleRe: Configuring uplinks with 4 pnics
TheVMinator wrote: I have 4 pnics. I'm looking to use 2 for management, vmotion, ft and 2 for production traffic. You will be using FT? That feature is very sensitive to having undisturbed network...
View ArticleRe: Add new portgroup to entire Cluster
Did you already try something like this ?Get-Cluster -Name MyCluster | Get-VMHost | Get-VirtualSwitch -Name vSwitch1 | New-VirtualPortGroup -Name PG400 -VLanId 697
View Article