Re: lun input/output error
Looks like the two disks on this VM are pointing to the same -flat.vmdk file. This will be the cause of the I/O error as the first disk will open the -flat.vmdk file and lock it so when the second...
View ArticleRe: IaaS exam, what version of VCD to study?
I would study 5.1 but understand the differences especially in networking. You might look for "What's new" articles and extrapolate what you need to know for 1.5.
View ArticleRe: Files did not sync ...
Solved.For anyone to whom this may be useful : on the Data-va VM in the /opt/zimbra/log/mailbox.log file I came across this : Code:service.FAILURE.....Caused by: java.io.IOException: No space left on...
View ArticleRe: Post-VM Migration Issues
Hi guys, I am not sure about the pNIC configuration (as I did not configure any of the SAN / VM infrastructure, yet I am stuck supporting it the best I can). I will check the logs regarding the vCenter...
View ArticleRe: Help - Deleted VM by mistake
iburnell wrote: Indeed - Somebody was yapping to me at the time Yeah, blame it on someone else! (Just kidding! ) I've just downloaded and run a recovery tool and it doesn't appear to be on there - so I...
View ArticleRe: Creating a DR Site
Thank you very much for your reply. 1. A small clarification regarding vmware licensing and funcionality, because I don't have everything clear. Would it be enough to buy 2x vSphere with OM Standard...
View ArticleRe: Help - Deleted VM by mistake
If you are on Windows 7, and did not disable System Restore, you may be able to recover the VM from the Shadow Copy.Just open the Properties of the folder it was in, and click on Previous Versions.With...
View ArticleRe: Removable USB Drive - The Device is currently in use.
THe USB 3.0 port was my issue also. I changed to USB 2.0 and all is happy.
View ArticleRe: Starting VM using Vsphere API
To initialize it, you have to give certain parameters relating to your VM host.Run the run.sh script with the parameters --url [url] --username [username] --password [password] and an optional argument...
View ArticleNeed help setting up web server in W7 host, Ubuntu guest
Hello, I am trying to set up a web server so I can test some HTML/PHP code. I installed and configured Ubuntu Server in the guest machine, but can't get to it. What works so far:Accessing the webserver...
View ArticleRe: how to access additional hard disk partition using VMware
If you want to access as a Network Share you just need to map it permanently so you don't have to redo it. Otherwise you could add it to the VM as a Physical Partition/Disk. Have a look at the...
View ArticleMouse stuck on the left side of the screen
Seemingly at random, when I log into a VM in my test pool the mouse can move vertically up and down but only horizontally about an inch from the left edge. I reinstalled VM Tools and recomposed...
View ArticleRe: Cannot create Edge Gateway. Lack of resources
Not clue if this could be it for you - but do you have ANY hosts in maintenance mode? We have seen when all is setup 100% right - if a host is in maintenance mode this can happen. (If not please let...
View ArticleRe: lun input/output error
We checked this at the beginning. The icg4aida-flat.vmdk is opened only from the temp.vmdk file. The first disk of the VM is on a completely different LUN. Also there's the problem that we can't see...
View ArticleRe: lun input/output error
As cjscol said both the descriptor files are pointing to the same flat disk. Lets confirm the same. Post the content of icg4aida also. Also normally temp disk is not created by the VM, it might be...
View ArticleRe: how to access additional hard disk partition using VMware
please have a look... http://www.vmware.com/support/ws45/doc/disks_config_ws.html
View ArticleRe: Auto generated password returned as null by API
VMware told us this change was done on purpose for security. We had to work with them to correct this in our setup. I suggest you open a case and complain as well.
View ArticleRe: lun input/output error
run the below command from SSH and post result (run this from VM folder) less icg4aida.vmx | grep -i vmdk
View Article