Re: Confusing help for Set-VMhostNetwork -DNSaddress and -SearchDomain
Apparently this works too:Get-VMHostNetwork -VMHost (Get-VMHost -Name "Your ESXi") | Set-VMHostNetwork -DnsAddress 10.10.1.1,10.20.2.2 -SearchDomain test.com,other.comand based on your point, this must...
View ArticleHow to add javascript to plugin?
Hi, Now I created a vSphere Web Client plugin, and I wanna my plugin communicate with JavaScript.So now I do not know where should I put it. I checked my plugin html source code as...
View ArticleRe: Error in mapping prefixes; Waiting for prefixes map to be fetched from...
Hi banit, I'm having similar issue with viewplanner 3.0 which I recently setup. From the user guide it mentioned View Server is optional. I created a new pool manually from the View Connection Server...
View ArticleWhich Folder for CloneVM in vApp?
Hi, I have a working script that I want to use with vApps. But when I create linked clones, I cannot figure out what 'folder' to specify (below):functionnew-linkedClone() { param(...
View ArticleRe: Fusion6 - VMware Tools Problem
Far to often I found that nether worked correctly and why I always say completely uninstall/reinstall VMware Tools!
View ArticleRe: Fusion 6 and MacBook Pro Retina support - still useless
Everything is pixelated. But ... Fusion called me yesterday as they've been doing some more research on this. Latest settings:- There is a Win 7 option to set the DPI manually, so I'm now at 200%...
View ArticleRe: Set-CDDrive hangs with "override the lock" question
The only solution I can think of right now, is to check inside the guest OS (Invoke-VMScript or Get-WmiObject) if there is a CD/DVD mounted, and if it is unmount it.The disadvantage is that this...
View ArticleCacheClosedException: The cache is closed
I've found this problem in my applications. The problem is that i found this exception when the application try to do a put in a Gemfire Region. I attache the exception. In the gemfire.log ican see...
View ArticleI have a question about Hyperic alerts and actions
Hi,Can someone tell me if there's a way to configure Hyperic to do the following: I want an alert to fire when a specific condition is met like low disk space, high cpu, etc. and I want the alert to...
View ArticleRe: Change of Question
Welcome to the Community - I moved your question to a more appropriate forum
View ArticleRe: Install a Custom SSL Certificate for Log Insight
Will do, and no, I modified my command. I will update my question with the commands I am running
View ArticleRe: fusion 6 - upgrade vm from win 7 32bit to win 8.1 32bit gives "This PC...
yes, this is interesting: C:\Windows\system32>wmic OS Get DataExecutionPrevention_AvailableDataExecutionPrevention_AvailableTRUE
View ArticleReplacing the Log Insight SSL certificate with a CA signed cert
I am trying to generate a cert for Log Insight by using the method that is described in this blog post (at the bottom) using an automated batch...
View ArticleRe: VSphere/Vcenter/ESX 5.0.0 issue: Unable to upload...
This is about all I can find:/opt/vmware/share/build doesn't succeed here.. I will try again.-- also I have never seen the console of the vm being built-- it never shows up.. 11/09/2013 12:35:41...
View ArticleView desktop occasionally locks up (approx once a week).
Hello, I've recently deployed View in our network, and all generally works well (we have a couple of pools, windows 7 and windows 8), however every so often a user will complain that they cannot...
View ArticleRe: Move/migrate a VM to a new datastore and convert to eagerzerodthick
I tried Again using the following code and incorporating an anti-affinity rule in hopes it would work. But failed again: $vmtomigrate = Get-VM -Name mytestvm$vmtoavoid = Get-VM -Name 'mdczr1186'$dsc =...
View ArticleRe: VMware Fusion 6: auto snapshot revert when vm shuts down
I too am disappointed in the huge differences in the settings between Fusion and Workstation. What disk numbers are you talking about? I don't see any number in the vmdk names.
View ArticleRe: fusion 6 - upgrade vm from win 7 32bit to win 8.1 32bit gives "This PC...
So, Windows 7 also believes that DEP (NX) is available. Is DEP disabled in the Windows 7 VM? From a command prompt, type sysdm.cpl. Under Advanced -> Performance -> Settings, check the Data...
View ArticleRe: Installation of free Hypervisor on HP Proliant ML310e Gen8 fails
Ok this sounds like a plan. I will test it out on friday and provide feedback if it worked out as described.Thanks a lot for your assistance!Best regards, Bernd
View ArticleRe: VMware Fusion 6: auto snapshot revert when vm shuts down
If you look in the .vmx file is should be blatantly obvious! As an example if it shows: scsi0:0.fileName = "Virtual Disk.vmdk" Then add: scsi0:0.mode = "independent-nonpersistent"
View Article