Re: Configure Advanced vApp Properties with PowerCLI
Have a look at Clinton's A PowerCLI vSphere OVF/OVA Import with Advanced Options post.His module might do the trick.
View ArticleRe: How to reset the root password on a headless ESXi server ?
http://satyanarayan-m.blogspot.com/2011/10/how-to-reset-your-vmware-esx-server.html Yours,Satya
View ArticleRe: Remote control and esxi 5
louis31 wrote: Hi, I've just migrate from esxi 4.1 to 5.0 but have some issues with the client remote controlwith esxi 4.1, I use The remote control plugin version 2.5.0 build-122581 to access VMs on...
View ArticleRe: Quick vSphere 5 licensing question
hi from this link you can gain both knowledge budget as well as technical requirement....
View ArticleRe: Impossible to get DHCP IP address on windows 2003 using bridge network
Hi have you installed any antivirus or firewall , if not check below settings Yours,Satya
View ArticleRe: Can some one please have a quick look and point out any flaws in the...
Please go through below linkhttp://www.vmware.com/resources/compatibility/search.phphttp://www.vmware.com/support/vsphere5/doc/vsphere-esx-vcenter-server-50-release-notes.html#beforeyoubegin Yours,Satya
View ArticleSAN Information Needed
Hey everyone, I need help outputting the following information in a csv. Hostname,Datastore NameLUN/Canonical NamePath State (Active/Dead)
View ArticleRe: VDR 2.0 no longer deleting old backups
HiPlease follow this linkhttp://satyanarayan-m.blogspot.com/2011/10/removing-old-backups-from-vmware-vdr.html Yours,Satya
View ArticleRe: adding 100GD D drive to 50vms
To add the harddisk to the VMs can be done with the New-Harddisk cmdlet.I assume the names of the VMs are in a CSV fileImport-Csv c:\vmanmes.csv -UseCulture | %{ Get-VM -Name $_.Name | New-Harddisk...
View ArticleRe: SQL Requirements VCenter
steve11554 wrote: I am getting confused regarding the use of a full SQL database instead of the built in SQL DB that comes with VCenter/ VSphere and it may be more related to my not being a SQL DB...
View ArticleRe: Dual-display support
Hi Carl, It does look promising as you seem to have had the same issue with the display driver. I'm pleasantly surprised at how well the Intel HD 3000 performs on your macbook according to your Windows...
View ArticleRe: Unable to browse internet from a VM on a private net connected to a router
coleman07 wrote: I am trying to setup a test lab on a R410 running vmware server. My goal is to have multiple networks connected via a virtualrouter running Win 2008 R2 and RRAS router software. The...
View ArticleRe: VMWare Workstation - clone an image but not the OS license?
Hi change the product id & check in regostryHKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Current Version Yours,Satya
View ArticleRe: Upgrade to VMware VMvisor Installer 5
Hi please check below linkhttp://satyanarayan-m.blogspot.com/2011/10/how-to-install-vsphere-esxi-on-to-usb.html Yours,Satya
View ArticleRe: bora/vmkernel/main/dlmalloc.c:4751
Hi, Can you please run the lspci command on the esx shell and post the output as the previous output is not complete.Please can you also mention which hardware are you using ? Thanks
View ArticleRe: VMware to Vista - screen lock
Did Windows Vista come preinstalled on the PC you're trying to migrate? If yes then you may not transfer it to another system, physical or virtual, as it is not allowed by its EULA and lives and dies...
View ArticleRe: IE not browsing certain websites getting error msg ?
Hi please check with latest mozilla or safari browser, Yours,Satya
View ArticleRe: Determine host profile compliance using PowerCLI
Use the Test-VMHostProfileCompliance cmdlet for that.
View Article