Re: Script to set the CPU and Memory for VMs
you could do this with the column headers being: VMName,CPU,MEM $vmlist = Import-CSV C:\csvfile.csv foreach ($item in $vmlist) { $vmname = $item.vmname $cpu = $item.cpu $mem = [int]$item.mem *...
View ArticleRe: Script to set the CPU and Memory for VMs
Thanks for that. I have this cmdlet. But I need the script to enable the HotAdd for vCPU and vMem and then perform the Set-VM values. Should have made it specific, sorry. Best Regards
View ArticleRe: Script to set the CPU and Memory for VMs
It will require the VM's to be brought offline is that fine?
View ArticleRe: Persona Management
have a look.. http://blogs.vmware.com/euc/2011/08/vmworld-2011-persona-management-in-view-5.html abirhasan
View ArticleEsx 4.1.0 error vCLI when configuration backup
Hi, I have a Esx 4.1.0 Build 260247, when I try do configuration backup with the command vicfg-cfgbackup.pl --server <insert IP address of name of server here> -s <Where you want it saved...
View ArticleRe: Script to set the CPU and Memory for VMs
Yes, Absolutely. As long as the script can shutdown the VMs, ensure that the hotadd is enabled and set the vCPU and Mem values, bring up the VMs, it would be great.
View ArticleIs it possible to have a NAS device which all VMs have access to?
So we have an IBM storwize v3700 on our network, and ideally we'd like to have it so all out of virtual machines are able to access it, and share data across them. Basically mount it as one large...
View ArticleVmware View Connection Server
Can you run the Vmware view connection server over HTTP and not HTTPS? We are currently running it over HTTPS and would like to run it on Port 80 if possible. Please advise. ThanksMike
View Article256GB (16x16GB) @ 1600Mhz or 512GB (16x32GB) @ 1333Mhz?
Hi! We're looking at adding two blades to our cluster consisting of six BL460c G6 and two BL460c G7 all at 192GB. The two scenarios include two BL460c Gen8 with E5-2970 processors. The question is the...
View ArticleRe: VCP 4 exam
If you've yet to train on vSphere 4 and want to gain both VCP4 and VCP5 certifications, here's the path that you need to follow:abirhasan
View Articleassing fiber card to a virtual machine
How I could assign a fiber card to a virtual machine in ESXi 5.1?, I connected it, my Vcenter recognized it, but when I try to assign as device into a virtual machine, doesn't see it. Please a little help
View ArticleRe: Win 2008 R2 guest shutdown with MONITOR PANIC: vcpu-0:ASSERT error
Errors involving bugNr=676321 as well as other system instability issues can be the result of erratum BT-248 on Intel E5 series processors (and related errata on other processor series). If there is...
View ArticleRe: mount the replicated volumes
Hi Luc D, Can you please check if this part of the script looks good: $ResSpec = New-Object Vmware.Vim.HostUnresolvedVmfsResolutionSpec[](1) $ResSpec[0].ExtentDevicePath = $DevicePath...
View ArticleRe: Update Manager fails to update to 5U1 due to SQL error.
You can check the release note to get more information: http://download.microsoft.com/download/1/6/3/163A851B-D956-42E9-B426-F5C0EBE6B654/ReleaseNotes.htm abirhasan
View ArticleRe: Script to set the CPU and Memory for VMs
Try this. I took the hotadd function from here:http://ict-freak.nl/2009/10/05/powercli-enabledisable-the-vm-hot-add-features/ I tested against 1 VM and it works ok. it will loop and power all VM's...
View ArticleRe: How do I determine if I am running on a VM?
You could check bit 31 of CPUID[1].ECX (the HYPERVISOR bit), or you could check for the presence of the VMware backdoor port (0x5658).
View ArticleRe: Script to set the CPU and Memory for VMs
I left out -Confirm:$false on the start-vm and stop-vm cmdlets . You will want to add that in order to not be prompted
View Articlese puede asignar una tarjeta de fibra a un equipo dentro de un vmware
Bueno tenemos una tarjeta de fibra conectada a mi vmware ESXi 5.1, pero el equipo virtual al que quiero asignar la tarjeta de fibra no lo reconoce. Podrían darme una ayuda en este problema
View ArticleRe: ESXi 5.1 Host HA status is showing as Election
Correct.. there is only one master and rest all are slave host in HA cluster. But my question is post replacing the SSL certificate why only one host is showing normal status of HA and rest other are...
View Article