Re: 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 ArticleRe: Mutiple cache creations in Gemfire
Your client region named "region" is a local cache. "CACHING_PROXY" makes it so, so everything you store in that region will be cached locally and sent to the server as well. A client-cache provides...
View ArticleRe: vmmark2.5 Error log "help"
Before you try to scale up to 13 tiles, let's make sure we can get tile 2 working correctly first. It's true that you can try replacing tile 2 DS2DB and DS2Web VMs by cloning from a different tile, and...
View ArticleRe: could not connect to management server
Trying to connect via Serengeti CLI via port 8080 I found the following error message in /opt/serengeti/logs/serengeti.log 2013 Aug 06 17:18:21,545+0000 INFO main|...
View ArticleHow to script changing IP and hostname on 600 Windows 2008 R2 (64bit) VM's
I have 600 VM's that I am currently cloning. Once the clone process is completed I need to assign each server a unique IP and Hostname. What is the best way to do this? Server names are like,...
View ArticleRe: How to List networking information for an ESXi host using virtual...
Try something like this $esxName="MyEsx"$esx=Get-VMHost-Name$esxNameforeach($dvSwinGet-VDSwitch-VMHost$esx){ $pg=Get-VDPortgroup-VDSwitch$dvSw|%{$_.Name} Get-VMHostNetworkAdapter-VMHost$esx-VMKernel|...
View ArticleRe: Use All Displays In Full Screen will only clone, not extend
Hello Dale, Please have a look at my reply in the following thread.Dual-display support I've got a feeling your display driver might be playing up and needs to be reinstalled via vmware tools. --Wil
View ArticleRe: Guest OS slow with solution
Check guests disk space, not from guest but under host, check to be sure that You have fiscally enaugh space for guest, and space is configured right from...
View ArticleRe: Merging clusters?
This is taken directly from the High Availability best practices guide;The overall size of a cluster is another important factor to consider. Smaller-sized clusters require a larger relative percentage...
View Article