help with powercli error message
$path = @()$cluster = 'cluster_01'$parent = Get-View $cluster.ExtensionData.ResourcePoolwhile ($parent.parent){ $parent = Get-View $parent.parent $path += $parent.Name}Why am I getting this...
View ArticleRe: Share datatstore between 2 redhat 6.3
You can refer to this link:VMware KB: Disabling simultaneous write protection provided by VMFS using the multi-writer flag
View ArticleRe: Preparing for VCP 510 Exam - self study guide?
The facilities kept failing in the lab sessions too.This is a problem across the board unfortunately. Microsoft, Cisco, and VMware all (in my country at least) utilize the same testing facilities and...
View ArticleRe: Caught up on SSO registration
If you are trying Vcenter 5.1 Update 1, theres a known issue of Orchestrator hanging during install.To work around this issue, end one of the vCenter Orchestrator processes in the Windows Task Manager....
View ArticleRe: Detect if ESXi installed on internal SD flash
Hi maishsk, Thank You! For the sake of others, this is what to look for. See screenshot:
View ArticleVIX function to find guest OS volumes
hello I am trying to find volumes of guest OS is there any function or method in VIX.Thanks in advance
View ArticleStandard vSwitch Etherchannel
After much research I know it's clear that in order to use 802.3ad link aggregation on the upstream switches, the ESXi host vSwitch must be configured with a load balancing policy of "Route Based on IP...
View ArticleRe: Ошибка при установке vcentre server
GSergey wrote: а имя указываете vcenter.domain ?Да разумеется, имя win сервера как раз vcentre. Таким образом в процессе установки vcentre ссылается на vcentre.example.local, запись (А) и PTR указывают...
View ArticleOpenSuse 12.3 and VMWare Desktop 8 -- will this work?
I currently have VMWare Desktop 8 installed on an OpenSuse workstation. I recently upgraded to OpenSuse 12.3 which broke my installed VMWare desktop. I've been reading through some of the discussions...
View ArticleRe: Problem installing vCenter Server Update 2
Can you attach the logs? (viminst.log and the vim-vcs log) RegardsGirish
View ArticleRe: vCenter Appliance 5.1 Active Directory not functioning
Does the domain get listed under the SSO identity sources? In the webclient, login with root and navigate to SSO administration and see whether the domain is listed as an identity source. If not...
View ArticleRe: What is the best VMware suite for the following case
Thank you guys for your answersI don't need too much concurrent users - 5 concurrent users are more than enough. i need to build this setup to test VMware functionality and features, also to get...
View ArticleRe: help with powercli error message
Hello, bairstowscott- The problem there is that you are making the cluster variable a string value, rather than something that represents a cluster object. Instead of the previous line (the 2nd line),...
View ArticleRe: Installing vCenter Server 5.1 on Windows Server 2012
Ideally it shouldnt matter which edition is being used.. however vCenter is typically an enterprise level application and going by this will be mostly used on Standard or Datacenter editions IMO....
View ArticleRe: VDP Appliance shows guest vmdks attached to it and as the active disks...
Hi, How can you limit the number of concurrent backups? Never seen this feature but it would come in handy for me too.
View Articleall my VM's fail to start
get this while trying to power on any of my vm's, this is for my xp pro vm "VMware Player unrecoverable error: (vmx) ASSERT d:/build/ob/bora-812388/bora/vmcore/vmx/main/timeTracker_user.c:232...
View ArticlevSphere iSCSi not suport VM Cluster?
0down vote favorite I'm building a virtual machine cluster using vSphere 5.1.I'm finding solution for data storage.I want iSCSi but when I see information on vsphere documentation I see with iSCSi...
View ArticleAre Network Name and Network ID are synonymous to Network Label and VLAN Id?
Hello, I am trying to add condition in a user defined Alarm Trigger with condition that whenever the Network ID changed from the specified value, it should fire the alarm. But unfortunately it doesn't...
View ArticleRe: Standard vSwitch Etherchannel
Also, as a relevant follow-up question: when the option "route based on the originating port ID" is selected, that means that a certain vNIC will always be "pinned" to a given uplink - that much is...
View Article