Re: Linux kernel panic after moving Datastore Location
You need to answer exactly what you did. In this case, you moved it. Even if you copy, but you will discard the original copy, is a move. Now, if you will copy and keep the old VM (like a clone) the...
View ArticleRe: Controlling Connections to VMFS Volumes
At this point I will need to ask ow many ESX servers (and other servers) you have connected to this Equallogic pool. Are they more than 250?
View ArticleRe: Chance to Win VMware Backup Software Free for 1 Year
Or simply use VMware vSphere Data Protection (VDP), which is included with vSphere 5.1 Essentials Plus and higher. Better yet, invest in vSphere Data Protection Advanced (VDP Advanced), which adds...
View ArticleRe: Esxi5 Free version install Nic Issues?
There's no automatic update from Internet like in other operating systems. With the free edition (i.e. without Update Manager) you may install the patches which can be downloaded from Download Patches...
View ArticleRe: script to check a setting in a vmx file for specific entry
Sure, try something like this $vmName="VM*"$tgtFolder="C:\Temp\VMX\"$tgtString='scsi0:1.writeThrough = "true"'Get-VM-Name$vmName|%{ $dsName,$vmxPath=$_.ExtensionData.Config.Files.VmPathName.Split()...
View ArticleNeed some Major Help Here
I am currently running ESXI 5.1 on a brand new Shuttle XPC machine that has an Intel i5 cpu, 32GB Ram and 1TB HDD. I have installed vSphere Client 5.1 on my client machine desktop and have created my...
View ArticleRe: Export Compliance Reports
Very cool! I initially had a problem with it until I noticed the "|" after the text file. Once I added that in, everything ran perfectly. Output successful for both servers. And is there any downside...
View ArticleWorkstation 9.0.2 Ubuntu Host Unity Mode Taskbar
I'm running VMWare Workstation 9.0.2 installed on Ubuntu 13.04, with Windows 8 Professional guest. Applications running on the Windows 8 VM do not show up in the Ubuntu host taskbar as expected....
View ArticleRe: CreateCustomizationSpec
Apparently I forgot to enter a value for TimeZone. I updated the code above.Sorry about that, but good that you found what is required.
View ArticleRe: Help/Suggestions with setup
hi julien, what is the best way to connect the 2 hosts for HA? any ideas? thanks in advance!
View ArticleRe: Linux kernel panic after moving Datastore Location
Marcelo, Thank you very much for the explination (especially why it doesnt bother Windows).I will mount the ISO and boot from there and see if I can recover it. The owner of the VM isnt to worried...
View ArticleRe: Export Compliance Reports
The script provides more details about patches and upgrades, but if the info the last script produces is sufficient for your needs, use that one.
View ArticleRe: Export Compliance Reports
And the only prerequisite to running the script is to have an existing scan correct? It pulls against the compliance report right?
View ArticleRe: Need some Major Help Here
Welcome to the Community, Windows 2008 R2 blocks ICPM (pings) by default, so you need to allow this in the Windows firewall if required.ESXi presents a virtual hardware platform to the virtual machine...
View ArticleRe: VMware Workstation, тормозят ли видео и звук при включении опции Hyper-v?
Большое спасибо за тесты! Вы очень помогли! Хм, возможно, эта проблема случается не у всех. Видимо, Hyper-V, запущенный внутри VMware, не во всех случаях приводит к тормозам видео и звука. Похоже, что...
View ArticleRe: script to check a setting in a vmx file for specific entry
Thanks a lot Luc....it worked perfectly... Thanks a lot...
View ArticleRe: Linux kernel panic after moving Datastore Location
You're welcome. If you want to guarantee nothing will be lost, you can take a snapshot of the VM before doing the recovery. If something goes wrong, just rollback
View ArticleRe: Where to put VixDiskLib_Cleanup ?
Hi intripoon, As I understand it from Updating Applications for Advanced Transport the call sequence should be as follows: VixDiskLib_EndAccess(&connectParams, "MyApp");...
View ArticleRe: Export Compliance Reports
You can always run a Scan-Inventory from the script.That way it will always produce a result, even if there was no scan done before your script runs.
View Article