Skip to content

Monthly Archives: July 2008

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 [...]

Links 7/27/2008: S3 Outage Post-Mortem, Update 2 for VI 3 version 3.5

27-Jul-08

Amazon S3 Availability Event: July 20, 2008 - Amazon’s post-mortem on the 7/20 S3 outage. Excerpt: “We’ve now determined that message corruption was the cause of the server-to-server communication problems. More specifically, we found that there were a handful of messages on Sunday morning that had a single bit corrupted such that the message [...]

Thought you fixed that DNS spoofing bug? You might need to think again.

27-Jul-08

So you thought you fixed the DNS spoofing vulnerability that was all over the news this month? You applied the patches and moved on to the other fifty-seven things crowded on your to-do list, thinking that you were safe? If your resolvers are behind a NAT, you might want to think again, smart [...]

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?

Links 7/22/2008: NetApp and Flash

22-Jul-08

Flash Forward - Jay Kidd, CTO of NetApp blogs that “NetApp is in the process of certifying enterprise-grade SSDs that you can use in our existing storage shelves.” No dates or pricing announced yet, of course, but he does make an excellent point about SSDs in storage arrays: “For the next few years, you [...]

Linkage, 7/21/2008

21-Jul-08

Storage virtualization doesn’t exist - This needed to be said: “Virtualization.info doesn’t cover the so called storage virtualization because at today this term doesn’t mean anything. Unlike what happens for hardware virtualization, OS virtualization and application virtualization, the storage vendors seems unable to find an agreement on the definition. The term is abused [...]

Link Dump, 7/17/2008

17-Jul-08

Elektronkind: OpenSolaris 2008.11 - A Preview For The Storage Admin - A look at upcoming storage technologies in OpenSolaris 2008.11, including ZFS, iSCSI, NDMP, COMSTAR, AVS and SAM-QFS. These products really set OpenSolaris apart from Linux distributions, although I wonder how official this list is, and have some doubts about the status of some [...]

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 [...]

My small contribution to the update-your-DNS-server panic

14-Jul-08

How to find the version of BIND that you’re running:
> dig @localhost version.bind txt chaos
; <<>> DiG 9.3.2 <<>> @localhost version.bind txt chaos
; (2 servers found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7775
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;version.bind. [...]