Re: How to use ovftool command line utility Video Tutorial
Cool video. Thanks for sharing!
View ArticleRe: How to add export-csv in this simple script?
You cannot use the output of the foreach statement in the pipeline because foreach is not a cmdlet. Try to wrap the foreach statement in &{}. Like: &{ foreach { ... } } | Export-CSV ...
View ArticleRe: Best Practice for Resource Pool Creation and Maintenance
I just went through this for a client using Resource Pools as logical containers(Big No-No IMO). I break it down to 3 pools Dev Test and Prod and use Andrew Mitchell's script to re-balance custom...
View ArticleRe: Linux Kernel 3.9-4 Guest-VMware Tools fails to install
My graphics card is too primitive to support accelerated graphics in any VM. (NVidia 620 series). I could get good enough driver performance on a Windows Server 2012 host with the latest Nvidia...
View ArticleRe: 5.0.3 new install of Windows 7 x64 - massive black flickering!
Found the solution in this thread: Flickering screen using Fusion 5.0.3 on latest 2013 (Haswell) MacBook Air Have to manually edit the .vmx file and add the line mks.vsync="1"
View ArticleRe: СХД для бедных: NFS или iSCSI?
Эт' вряд ли! (с) товарищ Сухов Вы тут с Костиком ругайтесь дальше без меня, дискуссия давно покинула техническое русло, а у меня вроде поклевка какая-никакая образовалась --Антон, считайте это...
View ArticleUsing VDP with Data Domain
Hi, I have the following two question regarding VDP: 1. Can VDP work with Data Domain or it must be Avamar? 2. Is DNS a must or simply populating IP and host name in the /etc/hosts file sufficient?...
View ArticleRe: СХД для бедных: NFS или iSCSI?
За очевидным оффтопиком и образованием поклевки у его королевского высочества, снизошедшего до смертных в промежутке между рыбалкой, топик закрываю.
View ArticleRe: Need help for setting up a router inside ESXi 5
Well NAT is Network Address Translator. Before you learn NAT configuration you have tell me that which OS(Linux/Windows sertver2003/Win server 2008) you are using. Then I can suggest you how you will...
View ArticleQuery service VclFilter constructor missing
Hi, The API Explorer shows 3 constructors for the VclFilter class: new VclFilter(VclExpression)new VclFilter(VclExpression[ ], VclFilterType)new VclFilter(VclFilters[ ], VclFilterType) The first two...
View ArticleRe: Snapshot SQL Server
Please visit .. http://blog.sqlauthority.com/2010/04/05/sql-server-2008-introduction-to-snapshot-database-restore-from-snapshot/Regards,Milton
View ArticleVCAP5-DCA
Took my exam today for the VCAP5-DCA. Wow it was slow. I hope I passed. I'm sure it'll be close as I wasnt able to get to the last couple questions but if it didn't lag as bad as it did I would have...
View ArticleRe: need help my vmplayer wont install
Just remove temp file in you os and try this again.Regards,Milton
View ArticleCan't convert virtual disk from thin to thick in 5.1
I am attempting to convert a virtual disk from thin to thick in a 5.1 environment. I shutdown the VM, choose migrate, on "select disk format" I choose "thick eager zeroed". I choose the other...
View ArticleRe: How to separate backup traffic in virtual switches
Thanks for the input. I guess what I'm not clear about, is in the scenario above on ESXi host 2, is backup traffic flowing over a vmkernel port or just through a regular port group? If it is flowing...
View Article0x80072030 issue
Greeting, Got the error in the step 10 (document page 100) file: " loadgenreceipient.log" from "c:\program files\exchange load generator" can some one post the correct (working) information as below?...
View ArticleRe: Set CVDs to upload once a day
The way your snapshots are set up means that at a minimum, every 24 hours, there will be a snapshot taken of the CVD. This has nothing to do with the initializing upload as that happens according to...
View ArticleRe: Query service VclFilter constructor missing
I just did a test on my own and I get a similar error. I think you have found a documentation bug and/or a functional bug. If anyone has a working example I would like to see it. I took an existing...
View Article