Re: VEM install issue- URGENT
Got the answer from Cisco: The VIB file is downloadable as part of a package from http://www.vmware.com/patch/download The following link shows which VEM bundle has the corresponding VIB file....
View ArticleRe: Snapshot hanging
Hi I had wrote that post last december, i wrote how i had restored the situation, but it could happen sometimes not 3 day a week.this night i have stopped the replication appliance, and 4 of 7 vm gone...
View ArticleRe: Remove detached device using powershell scripts.
1) All the LUNs in the text file$luns = Get-Content luns.txt$luns | %{ $e01.storage.core.device.detached.remove($_) }This one works fine.
View ArticleVCP Cloud Certification
Hello Experts, I am new to VMware and planning to perceive the VCP Cloud Certification, hence wants to get some information with regards to that. I dont have any VMware Certification currently, Can i...
View ArticleRe: Remove detached device using powershell scripts.
2) The first 5 LUNs$e01.storage.core.device.detached.list()|Select-First5|%{ $e01.storage.core.device.detached.remove($_) } 3) The last 5 LUNs$e01.storage.core.device.detached.list()|Select-Last5|%{...
View ArticleRe: vCO Presentation/User Interaction Resources
Hi,see the discussion here: http://communities.vmware.com/message/2064922You can change the behavior with a configuration setting, mentioned in this thread.I am not aware of any more documentation...
View Articlemonitor Vm using vcloud director sdk
Hi, I have to monitor performances of VirtualMachines configured in a Vapp in vcloud director (i.e cpu, RAM and disk usage). Can you suggest me some examples using vcloud director sdk? thanksluca
View ArticleSetting the boot order does not work
Hi all, I'm trying to set the boot order of a VM with the help of a perl script. (VSphere 5.0.0) What I would like to achive is, that the VM tries to boot from network first and then from the first...
View ArticleHelp: Troubles downloading English documentation
Hi! I can’t download the English documentation of vSphere 5.1 from the vmware.com website. I’m connected to the US version of the website, the web site itself is English, but when I download for...
View ArticleCannot connect the connection server to composer
hi, I installed Vmware view composer on the vcenter server and tried to connect it with connection server. but it fails with the following error. both servers are firewall disabled.and can ping from...
View ArticleRe: Can't install VMWare Tools - no CD appears
Hi Install from a network share.Unpack it and put it on a network share for your VM. Or try the most simple way, add a ide cdrom to your vm Regards
View ArticleRe: Thinapp sync failing with errors
Can you try leaving the domain and then rejoin on the connector?
View ArticleRe: Need help on mounting 4TB USB External Storage device to ESXi 4.0.
Welcome to the Community, firstly, ESXi versions prior to 5.0 do not support LUN/disk sizes larger than ~2TB and secondly VMFS is not supported on USB devices. I'd suggest you consider to backup the...
View ArticleRe: Help: Troubles downloading English documentation
You basically have two options to view and download documentation in another language.Open http://pubs.vmware.com/vsphere-51/index.jsp and switch to "English". As long as your browser session is...
View ArticleRe: Planning a Fileserver
Is it the same performance wise, if you have 1 target with 10 LUN compared to 10 targets with 1 LUN each?
View ArticleRe: Planning a Fileserver
I'm not sure what you mean when you state 10 targets. Can you clarify? A good way to consider luns are like highways. The more paths "highways" to disk the better your overall performance will be...
View ArticleRe: VMWorkstation 9 - ubunto merge split vdisk
Something to think about before you convert the virtual into a single/monolithic file using the vmware-vdiskmanager command. With a single/monolithic .vmdk file, shrinking and expanding a virtual disk...
View ArticleRe: Reducing RAM reservation of an allocation pool below 20% via PowerCLI
Hello Karthic,many thanks for your fast reply! Can I ask you then what the 20% minimum reservation is for? Do you know why this value can't be lowered? Thanks a lot,mattia
View ArticleWhy is VMNAT.EXE eating up my cpu?
I have VMwarePlayer 5.0.2 installed on Win 7 SP1, fully updated. I have a Linux Mint KDE 13 (now 14, see below) installed as a guest O/S. I see the following behaviour: after a period of browsing...
View ArticleProblems with vCloud Org Networking
Hello All, I'm experiencing below networking issue with vCloud director 5.1. Below is a scenario explaining the same. I have created an external routed organization network for an organization. I have...
View Article