Changing VMware infrastructure from 4.x to 5.x
Hi, I have Six HP ProLiant DL585 G5 server in VMware environment with VMware ESX 4.1.0 build-988178. And additional to that I have purchased 2 New server of same hardware having ESXi 5.xNow I am...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Thanks Luc, I'm getting the following error PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> $script= @"driverquery"@Get-Datacenter -Name MyDC | Get-VM | %{ $output =...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Actually,I think I pasted it incorrectly, but when I run it I don't get any results PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> $script= @">> driverquery>>...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Looks like the <CR><LF> got lost during your copy/paste of the script.I'll attach the script, try it with that one.
View ArticleRe: Hyper-V to VMware
Shit, I missed your last post SBSE is da machine... I'll have a look at your possible solutions as soon as I find some time (right now I have a new machine up running). One question though, it may be...
View ArticleVM List on conditions to be generated.
Hi All, I am trying to create a list of Windows VMs where I can do, but any export is filled with empty lines. Regardless of whether I use Export-CSV or Out-File when a VM is not Windows I get an empty...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Thanks, Its seems to be giving me the results but I get the following error on each VM listed, please see image
View ArticleRe: VM List on conditions to be generated.
Although the script could be optimised, it returns results, and they are written to the file.Are you sure there VMs that fit the 2 conditions (powered on and running a Windows guest OS) ? Is there...
View ArticleRe: Modificar puerto html access en VIEW
Hola Zas, En tu caso soy de los que prefiere pedir la apertura de un puerto y esperar semanas a tener que cambiar puertos en view. Te paso un resumen de puertos, como dijo mi colega y amigo Ferrer, el...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
There seem to be some VM that have an older version of VMware Tools running.But that is a warning. The error indicates that the account under which you run the script, doesn't have the required vCenter...
View ArticleRe: VM List on conditions to be generated.
It does return results which are written to the file. In fact it actually returns the correct results, which is a bonus. The file looks like Name...
View ArticleNoisy neighbor with RDMs
We've got SQL server VM which puts a huge load on storage: 1,5k average commands per second, with 3,5k spikes (as reported by vCenter). It negatively impacts all datastores latency as a result. We are...
View ArticleHow can I record sound in Guest OS (Windows 7 64 bit) with VMware ESXi 5
Dear All I've created and setup few VM with guest OS Windows 7 64 bit and I'm able to listen to the sound from Guest OS locally (via RDP). However, I'm not able to record sound in Guest OS. Anyone have...
View ArticleRe: VM List on conditions to be generated.
Do you also get those blank lines when you change the last line to$allvms | Export-Csv "D:\temp\computers.csv" -NoTypeInformation -UseCulture
View ArticleRe: Aggiunta CPU
La macchina è comunque un server di nuova generazione e secondo me funziona bene anche con un solo processore (per il tipo e numero di VM che hai).Occhio che aggiungere un secondo processore comporta...
View ArticleRe: Come gestire le cpu
In realtà l'HT non aumenta veramente le prestazioni (basta fissare 2 VM CPU intensitive sullo stesso core fisico e si vedranno andare al 50% l'una), ma aiuta lo scheduler.E' comunque best practice...
View ArticleCreating Development Environment from Production
Hi Guys I've been asked to look at setting up a User Acceptance Testing Environment on our Vmware kit , Are there any experts that could point me in the right direction the most common way of doing...
View ArticleRe: Need help with ESXi host crashing every 9 days
This link might help you further: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1005184
View ArticleRe: VM List on conditions to be generated.
LucD wrote: Do you also get those blank lines when you change the last line to$allvms | Export-Csv "D:\temp\computers.csv" -NoTypeInformation -UseCultureYes, I get the same thing. I was using...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Hi Luc, Is this script intended only for VDI environment, I'm running it a multi tenanted server environment. I used higher privileges but still get the error bellow. I'm just wondering the vShield...
View Article