Re: How does HP iLO and Dell iDRAC be configured in vCAC?
I've done WIM based provisioning on both HP and Dell hardware, but can't speak to the HP SA and BSA integration that I believe is mentioned in the documentation. In the case of WIM to physical, the DEM...
View ArticleRe: How do I observe current and past traffic history?
Looks this functionality doesn't exactly exist right now. Here are some options:SYSLOG ServerPoing the vShield appliance at a SYSLOG serverAllows you to look back in timeRequires you to setup a syslog...
View ArticleRe: Security Question
After the session is started the connection is direct between the client and VM. It's encrypted using the crypto of the protocol. This is true for RDP and PCoIP. The Security Server also called the...
View ArticleRe: vmotion on two esxi hosts (non-shared storage) with different hardware spec
Between the two esxi hosts, is not sit on the same storage, they have their own storage, which mean vmotion will not be supported in this situation ? i have a question, in previous post i have asked...
View ArticleRe: VMware View Android client: How to hide status bar at the top
After upgrading the view client to latest version(>2.0), it supports the full screen mode. You can enable it through clicking the full screen button in the dock menu bar.
View Articlevmotion issue
Hi I have a vcenter, both esxi server i have added them by host to vcenter, & then i have two esxi5.1 Server, they are esxi A & esxi B, they have their own storage, its not sharing the...
View ArticleRe: Unable to login to VDP restore client
I confirm that reinstalling vcenter on the standard port 443 solved my problem.Be sure not to have anything listening on port 443 on your vcenter server. Il giorno 03/mag/2013 07:58, "matteo vadagnini"...
View ArticleRe: Tooltip remains on screen - Fusion 5, Win7x64, Visual Studio 2010/2012
Hi,I have this same issue, running VMWare Fusion 5.0.3: Here is a screenshot of what happens in Visual Studio 2010:When you hover over code in Visual Studio 2010, a tooltip will show, then if you...
View ArticleRe: Exporting Group-Objects by entities to CSV
LucD wrote: Split the grouping in 2 (1st the VM, then the timestamp).Something like this $report | Sort-Object Time | Export-Csv ".\$($vmName).csv" -NoTypeInformation -UseCulture }}Hi Luc, It...
View ArticleRe: What is the file inventory.vmls and how can I open it?
Hi Andre. Thanks for getting back to me so soon. . Notepad is the default for Windows Server 2012. I just installed what will become Window s8.1 and this is what is looks like when I opened...
View ArticleRe: copy-vmguestfile
According to the Copy-VMGuestFile help it is currently only for RHEL5 I'm afraid.You can of course write your own script and look at the possibilities with the methods available in the GuestFileManager...
View ArticleRe: Sending Email in Secure mode
Hi Bruke, You got it right. I am using 5.1.0.Do you know any public smtp server which allows non-secure connections, so that I can test the vco mail feature?Thank you for your quick reply. Best...
View ArticleRe: Cannot Backup Virtual Machine using VDP
Same problem here. According to KB: 2035736 this issue should be resolved with VDP 5.1.10, but it seems the problem still exists. My VDP is 5.1.10.32.Any new findings on this topic?Cheers.
View ArticleEsxi 5.1 Server Certification without VGA port???
Hi Support Team, We have a blade ATCA-7370-0GB without VGA port. But we are able to install ESXi 5.1 on the board using PXEBoot (by doing some changes in kick start file) and also able to access the...
View ArticleRe: vmotion issue
the esxi hosts is using different hardware spec & brand name, but it is using intel CPU for both serversBoth the host might be having a CPU from different family set with different features. So...
View ArticleRe: vmware dhcp crossing over interfaces
jkyle wrote: I'm trying to set up a virtual lab to test network services. The topology looks like vm-dhcp-server vm-client |...
View ArticleRe: Fusion 5.0.3 and mouse problem on Moutain Lion
Hi, could you provide us more info about it by click the menu Help->Collect Support Information and attach the .tgz file?
View ArticleRe: Fusion 5.0.3, Mountain Lion, Windows 7 and Crazy Mouse
Hi, could you provide us more info about it by click the menu Help->Collect Support Information and attach the .tgz file?
View ArticleRe: Exporting Group-Objects by entities to CSV
Strange, I can not reproduce that behaviour.Does it change when you replace$vmName = $_.Namewith$vmName = $_.Group[0].Entity.NameThe $($var) notation is not really necessary in this case. You can...
View Article