Re: running out of disk space on VM
According to the file name you mentioned the VM ran with one or more active snapshots, which grew over time and filled up the datastore. To find out how to resove this, please provide some details...
View ArticleView 5.2 PCoIP - Black frames around text boxes in apps - fix available
Been struggling with this issue for a while now, and tried everything listed in KB2034037 with no luck. I opened a ticket on Friday to see if there was anything else I could try, and as it turned out...
View ArticleRe: Remove-VM -DeletePermanently leaves files behind
Same result. Here's my current code: try { Stop-VM -VM $vmName -Confirm:$false while ($vmName.PowerState -eq "PoweredOn") {start-sleep -seconds 3} } catch [Exception] { $m += "Error...
View ArticleRe: running out of disk space on VM
I deleted the Snapshot not unless its stored on the datastore, the datastore capacity its 1.86 TB, free space its 6.33 GB, this VM its only one running on the Datastore.
View ArticleRe: running out of disk space on VM
This answers the first and the last detail I asked for. However, there's definitely a snapshot involved (even if it may not show up in the Snapshot Manager), so please provide the other details I asked...
View ArticlevCSHB Virtual-to-Physical deployment option
Hi, For vCSHB, there are V2V, P2V, P2P deployment option. Is there a V2P deployment option? If there is, how would you convert a virtual primary server to a physical secondary server? Thanks.
View ArticleGhost boot/recovery CD
Hello -- I am trying to restore an old windows 98 system. It was backed up by ghost (version 9). I created an empty VM noting that is is a win98 system. When the VM started, it found the Ghost...
View ArticleRe: login issues with vSphere client
Is that vCenter server configured with DNS servers pointing at domain controllers (and only domain controllers).
View ArticleVCM 5.6 - Jobs stays in running state
Hello everyone! Recentlly I installed VCM 5.6 and everything seems to be OK, but when I run a discovery rule the job stays in state running and didn't show anything And the EcmDebugEventViewer send...
View ArticleRe: ESXi 5.1 vMotion migration of VM with 2 vmdk: one on SAN storage and...
You may want to consider that the technical difficulties you are bringing on yourself around long term management are likely to significantly outweigh any perceived performance gain. With the majority...
View ArticleDefault Gateway changing when configured from DCUI
Hi Community, We have a couple of re-purposed ESXi 4.1 hosts. They were moved from one blade server chassis to another to be put into service for another project. We are re-configuring them (re-IPing)...
View ArticleIs it possible to create a link between CMDB items with the CSV connector?
I have a quick question regarding the CSV connector. I have 3 files:Desktop (ref, desktop name + info)Software (ref, software name + info)Software installed on Desktops (desktop ref, software ref) How...
View ArticleRe: vim.fault.invalidticket exception when passing AcquireTicket value to...
Keep in mind that AcquireCloneTicket() on the SessionManager returns the session for the entire vsphere and may pose security vulnerabilities, such as being able to access any vm. The...
View ArticleRe: How ESXi handles the Network requests of Guest vm's?
Hope someone can help me understand.
View ArticleRe: What is happening behind the scenes, when you run a Test Recovery Plan,...
Hope someone can help me understand.
View ArticleRe: How much free space
It errored out. Below is the original one without the "Used Space Comment" Maybe there was a typo when you made the changes. $report = foreach($esx in Get-VMHost){ foreach($hbaKey in...
View ArticleRe: VMware Workstation 9: Could not open /dev/vmmon: No such file or directory
Solved. The problem was that for another program I was using gcc-4.4 instead of the latest. Reverting the settings (through update-alternatives --config <name>) for gcc, g++ and cpp-bin. Not a...
View ArticleEnabling/Configuring IPv6
I have a basic configuration with a server runningWindows 2008 R2 on a Dell R610 system configured as both a DHCPv4 and v6 server. I have a Lenovo box installed with Windows 7 (x86). The Windows 7...
View ArticleRe: How Can I Set the Customization Script for all VMs in a vApp
Answered through testing. It's all about the double quotes. $civapp = Get-CIVApp TEST$script = "@echo offif ""%1%"" == ""precustomization"" (echo Do precustomization tasks) else if ""%1%"" ==...
View Article