Re: Index was outside the bounds of the array - Get-VirtualPortGroup
I see. Does this list all your portgroups ?foreach($sw in (Get-VirtualSwitch -Standard)){ foreach($VPG in (Get-VirtualPortGroup -VirtualSwitch $sw)) { $VPG }}
View ArticleRe: Dynamic Disk Across VMFS-3 and VMFS-5 Volumes
The one thing I would be careful of is the you vSphere 4 hosts will not be able to read a VMFS5 datastore
View ArticleRe: VMware Tools error
Did you update to ESXi 5.1 Update 1, and install the associated version of the VMware Tools (version 9.0.5) on your VMs? This is suppose to resolve the issue. Assuming so, deleting the unity.dll...
View ArticleRe: SAN Information Needed
Change the 1st line $output=foreach ($esxiinGet-VMHost|SortName)into$output=foreach ($esxiin GetCluster -Name "os 01" | Get-VMHost|SortName)
View ArticleiOS Keyboard Problem
Have other people been having problems inputting text in the iOS version of the SocialCast application? It looks like auto-correction has been turned off, which leads to a greater number of...
View ArticleRe: SAN Information Needed
Thanks, that didn't work at first, simple correct...appreciate the help like always! $output=foreach ($esxiin Get-Cluster -Name "os 01" | Get-VMHost|SortName)
View ArticleRe: Recover Snapshoted VMDK file
Although I'm afraid you are out of luck without a backup, I'd like to ask you to post a list of files with sizes, and time stamps.The first files you mentioned is most likely a descriptor file which...
View ArticleRe: Usually we share the Internet from Mac on Guest OS. But how to pass...
weinstein5 wrote: a guest can only gain access to the Internet through the host's physical NIC This is not true and there are other scenarios that can and do come into play that can require the Host OS...
View ArticleNew user with questions about VMware Workstation v9
Greetings all, I am new to VMware and am evaluating Workstion v9 with 30-day license. I have read most of the relevant documentation, installed and configured the product, created several VMs, twice...
View ArticleRe: full screen menu stuck
I've not seen the big black bars at top and bottom for a few days now, but as an extra treat here's a new one I just bumped into. After using a few VMs on this macbook pro today I now had one freeBSD,...
View ArticleIs this project dead?
I haven't seen any updates and a few people posted that the app will not work with vCloud 5.1. It's been a year since vcd 5.1 was announced and the app still doesn't work with 5.1. Has vmware killed...
View ArticleUpdating an existing layer - "layer ID# already exists"
I updated one of my app layers, and chose to select "Update an existing layer" and selected "a minor version". Then I realized that I missed one app that needed to be updated, so I deleted that...
View ArticleRe: Problem with "no available vRAM capacity" ESX5
The vRAM entitlement was introduced with vSphere 5.0, but eliminated some time later. If you are still running an early version of vCenter Server 5.0 you may still be affected. To resolve this you'll...
View ArticleCannot open the disk '/vmfs/volumes
Hi ! I'm installing Oracle Rac 110gR2 on Oracle Linux 6 update 4 on VMWare.I created one VM Rac01 server and cloned it to VM Rac02 and created share disk for CRSand voting disk.After edited...
View ArticleUpgrade 3.5 to ESXI 5.0
Yes I know 3.5 is ancient.. for this reason we are finally migrating some old servers.. We have some 3.5 that managed to run all this time remarkably.. We are now upgrading all servers to 5.0. I tried...
View ArticleRe: VMDK Ran Out Of Space - All Other VMDK Drive Shares Become Inaccessible -...
Are you working with thin provisioned virtual disks? In case a thin provisioned virtual disks cannot be increased due to disk space issues on the datastore, ESXi will pause the VM to avoid guest OS...
View ArticleAny options for 2 vCenters?
Is there any option for using one update manager with 2 separate vcenter instances? It seems illogical to create a separate update manager for each vcenter since they will be distributing the same...
View ArticleRe: Unable to run vbscripts during pre/post/un stages
Is there anything in the agent folder logs that suggest any issues? Remote-ExecutionPolicy changed from Restricted to RemoteSigned or Unrestricted on the server running the VBScript agent?
View ArticleRe: local storage vmfs on megaraid, stripe size for best performance
It doesn't matter to ESXi - it matters to your guest OS IO patterns. Those are what should dictate.... But even then, with the exception of synthetic benchmarks, it rarely makes much of a difference.
View Article