Skip to content

Tag Archives: vmware

Fishworks on the VMware HCL

11-Dec-08

I was checking out VMware’s new online search-able HCL and I noticed that the new Sun Unified Storage Systems were on the HCL. That was fast - and now I’m really curious as to how the systems with flash drives perform as storage for ESX.

VMware about ESX swap on NFS: It’s okay

24-Nov-08

Paul Manning, from VMware, in response to a question I asked in the VI:OPS forums:
The current best practice for NFS is to not seperate the VM swap space from the VMhome directory on a NFS datastore. The reason for the originial recommendation was just good old fashioned conservitiveness.
More at the forum post, including more on [...]

Links, 9/10/2008

10-Sep-08

Timekeeping best practices for Linux - “This article presents best practices for Linux timekeeping. These recommendations include specifics on the particular kernel command line options to use for the Linux operating system of interest. There is also a description of the recommended settings and usage for NTP time sync, configuration of VMware Tools time synchronization, [...]

Links, 8/30/2008: Usable space, licensing Windows, multiprotocol VMware storage

30-Aug-08

Your Usable Capacity May Vary - Chuck conducts a thought deployment comparing EMC, HP and NetApp usable space for a 120 disk Exchange deployment. And while he glosses over a couple perhaps non-minor issues (RAID-5 vs RAID-DP and whether EMC’s snapshots are adequately performant), he does hit one of NetApp’s weak spots dead on: [...]

8/14/2008 Link Dump

14-Aug-08

Performance Report: Multiprotocol Performance Test of VMware® ESX 3.5 on NetApp Storage Systems: A complementary whitepaper to VMware’s own work comparing Fibre Channel, iSCSI and NFS as storage protocols for VMware ESX. (Seen at blog.scottlowe.org.)

Quick and Dirty VMware ESX Patching

31-Jul-08

On the ESX console, do the following:

Read the documentation for each patch.
Group patches that can be installed together into a directory, possibly an NFS mount available on all your ESX hosts.
Cd into the patch directory and untar the patches:
for i in `ls *.tgz`; do
tar -xvzf $i
done
Install the patches:
for i in `ls`; do
if [ -d [...]

7/25/2008 Links: VMDK File Level Recovery

25-Jul-08

File Level Recovery from within a VMDK backup - Nick Triantos of NetApp covers file-level recovery from VMware (Windows) VMDK files again, in more depth than he has before. Nick notes that it can be a “a point-and-click process.”

More Links 7/22/2008: ESX 3i gets free

22-Jul-08

VMware to release ESX 3i for free next week - Yeah, the title pretty much says it all; I guess that’s one way to compete with the price of Hyper-V. Now what were those 3i vs 3.5 limitations?

Large Link Dump, 7/16/2008

16-Jul-08

VM HA - service console networking, isolation behavior - and other “under the covers stuff” - An overview of how VMware ESX’s High Availability works under the hood - making it much more apparent to me how important file locking is to HA’s functioning. (I’d love to see an overview of how file locking [...]

Monday 6/30/2008 Links

30-Jun-08

Prediction: Citrix will drop the open source Xen hypervisor for Hyper-V. The rest of the open source world drops Xen for KVM. - Lengthy speculation about the future of Xen now that Hyper-V is out. If this turns out to be correct, I think it leaves Sun in a particularly awkward spot, given that [...]