Re: New to VMware need help following CBT Nugget videos
Ok. That is very disappointing that they skip that entire process in the videos because there is a lot of "Greek" in that guide you directed me too. Maybe i can figure it out. Thanks again for your help.
View ArticleRe: Moving guest level spanned volumes to a different VM
I am sorry, I am not understanding.
View ArticleRe: Connection refused: connect exception when retrieving service content for...
See the sample code I attached, it does this: vimService = new VimService(); vimPort = vimService.getVimPort(); etc. I am not a guru in this area :-) If that sample code doesn't help...
View ArticleTrouble with populating the Get-VIEventPlus function into html code
Hi I'm using Luc's Get-VIEventPlus function but having trouble populating my html code: The function works great but what am I doing wrong that the data is not being populated into the html file? Code:...
View ArticleHardware for small vmware view enterprise project 10 vDesktops
Good day everyone.I'm about to setup a small vmware view ENTERPRISE implementation for testing purposes.From what I´ve been reading this is what I think will work:One 2U Rack server (DELL, HP) 96 GB...
View ArticleHow to programmatically get the custom https port of vcenter server. This...
Hello My windows server has a vcenter server installation that does not use default https port (443). The https port is customized to 1443. So I believe I will need to specify 1443 as port in my...
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
Hi RvdNieuwendijkI could just do that but the format of the html code that I am using is so much nicer. Thanks for response.
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
Why don't you use the PowerShell ConvertTo-Html cmdlet to generate the html output? Remove the call to the writedata function from the code and change the line containing the last } into: } |...
View ArticleRe: vSphere Web Client and Mac OS X
I know I'm looking at other solutions because of the missing OS X support.
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
Can you try that routine like this ?$oneMonth = (Get-Date).AddDays(-31)$entity = Get-Folder -Name datacenters$events = Get-VIEventPlus -Entity $entity -EventType VmPoweredOnEvent -Recurse...
View ArticleMicrosoft 2012 Clustering Setup
Hi Everyone, We're working with a NetApp Filer and 10 ESXi Hosts (FlexPod). We wanted to know the best way to configure a cluster using Microsoft Server 2012.We have access to the OnCommand Management...
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
You can easily enhace the output of the ConvertTo-Html cmdlet by using a cascading stylesheet. via the -CssUri parameter. For example to use the Tahoma font as in your code you can create a file called...
View ArticleRe: Microsoft 2012 Clustering Setup
Welcome to the Community - Have you looked at this - http://pubs.vmware.com/vsphere-51/topic/com.vmware.ICbase/PDF/vsphere-esxi-vcenter-server-511-setup-mscs.pdf
View ArticleDeployment of edge gateway failed in vcd5.1.2a
Deployment of edge gateway gedgegw failed.com.vmware.vcloud.fabric.nsm.error.VsmException: VSM response error (10105): Failed to publish configuration on vShield Edge. The requested object :...
View ArticleRe: vSphere Web Client and Mac OS X
Yeah I've had numerous vmware reps tell me that the OSX client or app store app is right around the corner for the last 3 years and I'm still using vsphere client in a windows VM. It is literally the...
View ArticleRe: GatewayHub setDisableEventRelay removed from API in 6.6.X
Hi David, I think the best channel to get an specific version is to request by submitting a support ticket. Please post here if you find any issues with that.Thanks,~/William
View ArticleRe: how to enable predictive disk failure alerts
I've found a similar issue. http://communities.vmware.com/thread/259842?start=0&tstart=0 it seems that this issue is already there for a long time without a solution.According to this KB (...
View ArticleRe: Trouble with populating the Get-VIEventPlus function into html code
I'm getting the following error: The term 'writedata' is not recognized as the name of a cmdlet, function, sct file, or operable program. Check the spelling of the name, or if a path wancluded, verify...
View ArticleRe: Symlink bug in shared folders with Linux guest
Hi, This doesn't really explain why a symlink to an adjacent file does not work and a symlink to a file in another folder (or one with the fake long path././././foo) works with the default settings.It...
View ArticleRe: uninstall fusion problem
Hi Pedro, What's the version of Fusion are you trying to install? What is the version of Mac OS you are running on your Mac? Thanks,--Darius
View Article