assing 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 ArticleRe: 256GB (16x16GB) @ 1600Mhz or 512GB (16x32GB) @ 1333Mhz?
More memory is always better in my opinion at the expense of bandwidth. The performance difference is relatively minor compared to the cost of performance of under-sizing memory on your virtual machine...
View ArticleRe: How to allow a virtualized application to use Excel 2010 installed in the...
Could you please see the followings link... http://support.microsoft.com/kb/983462 abirhasan
View ArticleScript to set Virtual Machine Settings in Storage DRS?
Hello,I've looked but haven't found a script out there to do this and don't see it in the provided PowerCLI Cmdlets documentation. Does anyone know how to set the virtual machine options for storage...
View Articleh:x07 error in vmkernel
Dear Team On one ESX host we are not able to take image backup getting error "Failed to export disk" network disruption error, not able to take a clone, we have confirmed there is no network issue,...
View ArticleRe: VMWare Snapshots on another drive.
Here is the Snapshots best practice, Please have a look.. http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1025279 abirhasan
View ArticleRe: se puede asignar una tarjeta de fibra a un equipo dentro de un vmware
Lo ideal es que dejes que vmware maneje la tarjeta para evitar limitaciones pero podrías intentar usar DIRECTPATH IO o NPIV si tu servidor lo soporta. Vas a usar la tarjeta para acceder q disco o cinta...
View ArticleRe: How to access Data Object from Perl thread
Hi, So now I am forking off a child process passing it the lease object and it keeps updating the lease, but now the parent i getting some errors now trying to update same view after upload is done....
View ArticleRe: How to access Data Object from Perl thread
I wonder if you're VIM session is closing on the vim global going out of scope.
View ArticleRe: schedule copy of vmdk files to an external USB drive
This can be done easily with Vmwares own VCB client. Its free and works on ESX and the i versions.Just download and install the VCB client on any windows server that can store the backup files and...
View ArticleRe: How to access Data Object from Perl thread
Looks like - I even get error from Util::disconnect, so how do I prevent this?
View Article