Re: Resolution in Ubuntu 13.04 (Retina Display)
Thanks for the answer, Mikero. That all makes sense. When I said that "it looks as if the operating system were trying to simulate a high resolution on a low resolution display", I was actually...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Thanks Luc, will give it a try soon.
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Hi Luc, I'm having a bit of trouble, I want to scan my Datacenter for all VM's and list guest machines / servers that doesn't have the vShield driver?
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Try something like this $script=@"driverquery"@Get-Datacenter-NameMyDC|Get-VM|%{ $output=Invoke-VMScript-VM$_-ScriptText$script $_|SelectName,@{N="vShield Agent present";E={$output-match"vsepflt"}}}
View ArticleChanging 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 ArticleNested ESXi using SSD LUN
I have Workstation 9.something and I have 2 esxi guests and a few 2008 R2 and 2012 servers.When I put the Windows based guests on the SSD LUN's, they get close to native speeds ~450 - 475MB/s.But when...
View ArticleNot able to install vSphere Web client 5.1
we are in the process of building new environment for vSphere 5.1, i installed SSO and inventory service but when am trying to install web client am getting the following error,OS am using is windows...
View ArticleRe: Check ESX Hosts via SNMP
In ESX4.1 there were two snmp agents, the net-snmp and one in 'hostd' process which provided the VMWARE-VMINFO-MIB.You'd have to turn on both agents, run hostd's agent on a different udp port then...
View ArticleRe: Process (ifrun60.exe) remains active (Taskmanager) after closing thinapp...
While I've never used Oracle forms, if all you want is to have entry points point to an already existing network share I would think something like this in Package.ini Copy CMD.EXE entry point and edit...
View ArticleRe: Examples of 3rd monitoring tools being integrated into vCops
I am assuming with the SQL adapter, you need to identify where the target tool stores its metrics and then update the SQL adapter with that information? Can you show an example of what a SQL to...
View ArticleTrigger VMHA to failover by script
Hi, Does anyone know if there is some command (or way) on VSphere CLI (or VCenter) or another CLI to trigger the VMware High Availability to failover a VM to another host ? I need to failover a VM in a...
View ArticleVM Studio 2.6 - VM building error -- Failure: (22, 'The requested URL...
I am using Studio 2.6 with a new vCenter, and I cannot build OVFs anymore. I get the error in the title. When looking at the debug from /opt/vmware/share/build/datastore is see this: 13/05/2013...
View ArticleRe: Not able to install vSphere Web client 5.1
"Unsupported 16-Bit Application" sounds like a corrupt executable. Please verify the vCenter installation package's checksum (MD5/SHA1) to ensure its integrity. André
View ArticleRe: View 5.2 - sysprep breaks USB redirection
Ended up with some time to test this today. Method 1 does not work. Still no USB connectivity after sysprep. Note that device manager was showing the latest (5.5.0) driver prior to me uninstalling and...
View ArticleAveriguar el Host de una VM
Buenas,¿es posible conocer el Host donde está registrada la VM? en el caso de:Sólo tener acceso a la VM por rdp, es un guest WXP con la Vmware Tools instaladas.Siento que la pregunta sea un poco rara,...
View ArticleTo resource pool or Not to resource pool
I have two esx host, clusted and setup for drs. There is an existing Resource pool that all vm's are included in. So I have 20 vms in this one resource pool, with mostly default settings. Would I...
View Article