Creating a local disk VMFS manually:
If the VMFS creation on the local disk fails through the GUI, we can create it via command line as a workaround. Putty into your ... Read More
Next Generation of Citrix Certifications
Great – More test to take. This was sent to me by Aaron Silber. Introducing the Next Generation of Citrix Certifications posted in Citrix Education ... Read More
Nice Uptime!
Here’s something you don’t see everyday! 455 days of continuous UPTIME! Ran across this server at a client today running ESX 2.5.2. Unfortunately I am ... Read More
Time for a new Server? I’ll take TWO!
When crafting VMware solutions for clients, I always stress the importance of buying HOST servers in at least pairs. This guarantees that every server will ... Read More
Setting Full Hardware Acceleration with VBS in a POST P2V script.
Here is another useful bit of code script that I came across surfing the big bad internet. Dim RegValueData Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\.rootdefault:StdRegProv") objReg.GetStringValue &H80000002,"HARDWAREDEVICEMAPVIDEO","DeviceVideo0",RegValueData objReg.SetDWORDValue &H80000002,Right(RegValueData, ... Read More