Re: Storage vMotion possible with ESXi Std Edt or not?
OK I will log a case but just for information as soon as i assign vSphere Enterprise license to host the Storage vMotion option becomes available in same setup.
View ArticleRe: vmware vsphere ICM v5.1 beginners
I too am on the VCP5 quest. After searching for several weeks, I found this -...
View ArticleRe: Workstation guest fails to restart or resume
Hi Thank you for your answers I tried to remove .lck but there was no such file Removing following files: .vmsd, .nvram had no effect on this error Solution : Commenting out the checkpoint.vmstate...
View ArticleRe: Configuration issue
A better option would be to setup the redundancy, unless it's a home lab or similar where redundancy might not be required...
View ArticleRe: vmware vsphere ICM v5.1 beginners
As always in these situations, I'd recommend 3 things: 1. Exam blueprint - to guide you2. Software - to play with (search online for "autolab")3. Documentation - to instruct you and to study from
View ArticleRe: Which OS does vCenter appliance ova file uses ?
If I remember correctly Suse Enterprise Linux 11
View ArticleRe: small linux vm to test network connectivity
You could also try this one..http://virtuallymikebrown.com/2012/02/05/a-small-virtual-machine-for-a-test-lab/
View ArticleRe: having a trouble with installing windows xp in vmware workstation
Can you confirm you didn't select the 64-bit versions of XP while creating the VM? Anyway, in order to support newer and 64-bit guests, boot you host into the BIOS and enable "VT-x" as well as "No...
View ArticleRe: Appear to have poor storage performance. Best test(s) to confirm?
Here's a capture of the show run of one of my switches. Both are configured the same except for host IP address & some of the interface descriptions. I did remove the 47 port-channel configs that...
View Articlerunning out of disk space on VM
Hi allI`ve got a VM that is out of space and the challenge now I can`t logon on it so that I can free up some space and I can`t expand the disk because that option its inactive "Greyed out" and I can`t...
View ArticleRe: Workstation guest fails to restart or resume
By default the settings.ini file is zero length and probably is not the cause of the issue. If the Virtual Machine will not resume then you'll need to manually remove the suspended state. Locate the...
View ArticleRe: Workstation guest fails to restart or resume
Jocke1 wrote: Removing following files: .vmsd Sorry, it should have been .vmss not .vmsd and if the Virtual Machine had Snapshots you'll need that .vmsd file back!
View ArticleRe: Problem Accessing VMWare Tools
Appreciated. I mistakenly followed some old posts (and needed a second cup of coffee!). I tried the "Compact" command under Utilities but it took a long time and stopped with an error (which I failed...
View ArticleRe: 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 ArticleRe: Connecting to internet
First of all please make sure that if you have proxy server then you have configure proxy address in your ubuntu browser. Also make sure that you can ping your gateway.Cheers, Udin
View ArticleRe: DHCP and NAT stop working after linux kernel update!
Have you missed somethings in this files "/etc/sysconfig/network" and "/etc/sysconfig/network-scripts/ifcfg-eth0"?Cheers, Udin
View Article