vSphere networking performance counters - pNic Throughput Usage versus Usage
I'm responsible for a vSphere 5.1 environment that is using NFS datastores and I'm trying to collect metrics on how much bandwidth is being used to access the NFS datastores. When I first did this a...
View ArticleRe: Get Status on ESXi 5.1 High Availability Agent
Hi,Ok, try this, i check from my side and it is ok. Get-VMHostService [ESX] | Where {$_.Key -eq "vmware-fdm"} And you can have the running status . Regards,Julien.
View ArticleRe: Enterprise Cloud Architecture
Hi Secuirty has been implemented through vshield manager and Edge .
View ArticleScheduled Task - Connect-VIServer
Hi all. I wrote a script to do some work but I am having trouble with authentication. Each time it runs it is running under my accout rather than the one specidied in the script. I have followed this...
View ArticleRe: View Desktop Printer is mapped (redirected) but not printing
Yes, that's the most interesting thing. On the physical client itself (from where i connect to the virtual desktop using the view client) the same printer works without any issues.I haven't tried yet...
View ArticleRe: Update Vcenter 5.1 to 5.1.1
yes I saw this link but the problem is this I do not know the original password :'(
View ArticleRe: Clear Performance data in ESXi 5.0
After several weeks the counters are still report very large latency figures on the guest VMs, while the host reports more sensible figures (<1000ms).Anybody have any other ideas. We are...
View ArticleRe: Does VMWare offer an alternative to terminal services in the following...
VMware doesn't have a Terminal Service comparable product, however the View platform can broker terminal services connections. You would create a Terminal Services pool inside of View administrator...
View ArticleRe: Building a private cloud: what are the business drivers?
Hi John Private cloud is used within the organization .User can deploy Vm's as per the requirement like CPU, Memory, storage User can deploy Vm’s with the duration of time .Chargeback is used to...
View ArticleRe: File sharing on Player betw host and guest doesn't work on Ubuntu 13.04
Wanted to report that I just applied WoodyZ's "vmtoolspatch" utility referenced above, and it resolved my problem getting VMware Player 5.0.2 file sharing working in my Mint 15 Cinnamon guest system....
View ArticleRe: Scheduled Task - Connect-VIServer
Connect-VIServer : Cannot validate argument on parameter 'Credential'. The argument is null or empty. Supply an argument that is not null or empty and then try the command again. Get-VCInfo.ps1:51...
View ArticleRe: Scheduled Task - Connect-VIServer
Try changing that last line toConnect-VIServer -Server VCSERVER -Credential $PowerCLICredentials
View ArticleRe: Scheduled Task - Connect-VIServer
There was an 's' missing at the end.That is the variable your script creates in line 3
View ArticleRe: openSSL certificate verification
How can this be done on a Windows machine with vCLI?
View ArticleWindows 98 - unidentified device drivers
Hello, I am trying to configure WMware to work with Windows 98se. Everything works fine but two single things - the device drivers for the ethernet controller and another device are marked with a...
View ArticleRe: Scheduled Task - Connect-VIServer
Well spotted. You spotted it without having access to the script! Sadly I am seeing the following now... Connect-VIServer : 17/07/2013 14:27:45 Connect-VIServer Permission to perform this...
View ArticleRe: Epicor 905.602A and VMWare sizing question
We went with FusionIO cards also. We were getting 950MB/sec with 0 latency with SQLIO from the Fusion card on the ESXi host. Epicor was still slow with the entire SQL 2012 VM on the Fusion card. We...
View ArticleRe: Esxi host unable to connect Vcenter server 5.1
It appears, when you added the host initially you were using 60 day evaluation license and everything was working fine. (except evaluation warning). Now you are trying to add a FREE ESXi license which...
View ArticleRe: Script to create multiple VM's from template not working for Network...
You can not use the -Template and -Networkname parameters of the New-VM cmdlet in one command, because both parameters are in different parameter sets. You should create the VM first and then use the...
View Article