View desktop not the same number of vcpu than the parent vm
Hi, I created a Pool from a 4 vcpu (2 cores X 2 sockets). The desktop created only uses 1vcpu... any idea?
View ArticleRe: Web Console doesnt load
I found out the answer myself in the end so heres the solution : C:\ ProgramData\ VMware\ VMware Server\ hostd\ datastores.xml Delete datastores.xml Restart VMware Host Agent service. Sorted...
View ArticleHelp - Automating the AD-Groups to Roles Assignment for a VM
Hi all, I have this doubt - We are migrating from vSphere 4.1 to 5.1Not through update manager, but by manually adding hosts to a 5.1 build !! Here is the thing, every VM that will be...
View ArticleRe: Reuniones del Colombia VMUG
Hola davidmirror un gusto leerte por aquí. La iniciativa de VMUG es bastante joven para LATAM, pero en otras regiones está bastante desarrollada, sin embargo de a poco se está desarrollando en nuestra...
View ArticleRe: No special characters with unity
Which Workstation version are you running? The bug about AltGr not being recognized by an Ubuntu guest was fixed in WS 8.0.1.
View ArticleRe: snapshot deletion stackd at 99% on production server
Hi, Andre & Mohammed, Many Many Thanks for your help. My Snap Shot Deletion process completed successfully. So Now I've 3 Snapshot. If I want to delete one more then the process should be the same...
View ArticleRe: Persona Management: Make the User Desktop Folder Read Only
Hmm, I got part way there. I was able to drop xcacls.vbs into the NETLOGON share and use it in a logon script to remove permissions from the user's desktop folder. cscript.exe...
View ArticlevCenter 5.1 Tags Not in the Database
It appears that "custom attributes" are being replaced by "tags", which I am certainly a fan of, except I can't find them in my vCenter 5.1 Database. Definitions for custom attributes can be found in...
View ArticleRe: Help - Automating the AD-Groups to Roles Assignment for a VM
I assume you have the VM name in variable $vmName, then you could do$vm = Get-VM -Name $vmNameNew-VIPermission -Entity $vm -Principal ("SVR_" + $vmName) -Role $roleYou can place those lines in a...
View ArticleRe: Getting smashed on vCenter 5.1 SSO Install
Are there any steps or documents available on how to configure SSO in a HA mode using F5 load balancer?What are the steps we need to achieve this goal?
View ArticleRe: ESX 4.1 Frozen
Which log should I start with? Here is the vmksummary at the time this started. Jan 17 18:01:15 lax-virthost2 logger: (1358474475) hb: vmk loaded, 5646409.36, 14, 348481, 348481, 777260,...
View ArticleRe: How do I install Fedora 18 on VMware Workstation 9 for Windows?
@geeehbee - I had the same problem (no login screen) with a Fedora 18 64-bit install, disabling 3D acceleration in the VM settings fixed things for me. - Brian
View ArticleRe: Digital Signage Application - Multiple Monitor Outputs from Host
Maybe this would work for you: Run multiple copies of Workstation and have one VM open in each copy. Move each VM to the monitor it needs to drive and switch it to full screen mode.
View ArticleRe: Multipathpolicy change
That is correct, you will have to select 1 preferred path when the policy is set to Fixed.You can find the available paths withGet-ScsiLunPath -ScsiLun $lunBut you will have to pick one. Most...
View ArticleRe: help with finding action gethostfolder
Hi. I'm Brian (from the Orchestrator videos). Thanks for watching. Glad to hear how excited you are about demoing Orchestrator! Jörg is correct that some of the actions in the video come from a package...
View ArticleVSA Storage Offline
I have an odd issue with my 2 node VSA implementation - Each host sees both datastores however, each on each host one of the datastores is offline/inaccessible. For each host a different datastore is...
View ArticleRe: GemFire Hangs tcServer Startup in SpringTrader
The defaults are the same because they were never changed for sqlfire, which is built on top of gemfire. So, sqlfire just inherited gemfire's defaults. I haven't head of it being a common problem,...
View ArticleRe: Drag & Drop issue with Workstation 9
If I run Workstation elevated (ie ‘Run as Administrator’) then I can only drag files from the guest to the host. Dragging files from the host to the guest I simply get the “cannot drop here” mouse...
View ArticleRe: snapshot deletion stackd at 99% on production server
Good to hear the process succeeded. Yes, always delete the snapshot closest to the base disk. This will merge the data in the "delta" file to the "flat" file. André
View Article