Potential Problem with ESX 3.0.x and VirtualCenter 2.5
We are still running ESX 3.0.x and VC 2.0.x. I thought about upgrading vcenter first and then just upgrading the servers has time permits. But if there’s going to be odd issues like this, even if its only when you install some patches. I think I’ll try to put together a much shorter timeline to move to 3.5
Heads up—I’ve been alerted to a potential problem when using ESX Server 3.0.x with VirtualCenter 2.5. Quoting from this VMware KB article:
ESX Server 3.0.x hosts managed by VirtualCenter 2.5 must have their Host Agent (hostd) specially configured to work with VirtualCenter 2.5. This configuration is done automatically during the initial installation of the VirtualCenter Agent (vpxa). If an ESX Server patch is subsequently applied that includes the esx-hostd RPM package, like ESX Server patch 1002435, the patch replaces the existing Host Agent (hostd) configuration file (/etc/vmware/hostd/config.xml) and undoes vpxa’s changes. This reverting of the Host Agent configuration file breaks connectivity with VirtualCenter 2.5.
Popularity: 4% [?]
Tags: AD, blog, esx, IE, IM, IT, lan, search, servers, site, storage, tags, vcenter, vmware, workRelated posts
April 5, 2008 No Comments
Twitter Updates for 2007-12-07
- fixing Trend AV issues today #
- hard labor today, we cleaned out our old storage area, 14 4×4x3 boxes of stuff. #
Powered by Twitter Tools.
Popularity: 1% [?]
Tags: IT, RDP, storage, twitter, twitter tools, updates, word, WordPressRelated posts
December 7, 2007 No Comments
ESX3: Storage Health Check
You can easily check the health of your storage by looking under the /proc filesystem in the service console.
The directory /proc/vmware/scsi/vmhbaX/ where X refers to your HBA number contains virtual files which correspond to LUNs on that HBA. Using "cat" you can view the contents of these and check for cmdsAbrt (command aborts) and busRst (bus resets), these should both be zero indicating healthy storage connectivity. If either of these numbers are higher, especially bus resets, it is advisable to investigate for storage sub-system issues.
For example, to check LUN 0 on VMHBA0, which is LUN 0 on local storage, you would use:
cat /proc/vmware/scsi/vmhba0/0:0
You can obtain a summary of attached storage volumes from /proc/scsi/scsi again using "cat".
From Xtravirt
Popularity: 3% [?]
Tags: esx, storage, vmwareRelated posts
November 25, 2007 No Comments
Dell purchases Equalogic
Wow, I’m really surprised about this. Concerning the Dell/EMC partnership, equalogic competes with EMC in the small and midsize markets.
Here’s links to more details about the deal:
http://esgblogs.typepad.com/steves_it_rants/2007/11/dell-just-bough.html
http://esgblogs.typepad.com/stor_wars/2007/11/dells-logic—t.html
http://storagemojo.com/2007/11/05/dell-wins-equallogic-emc-loses/
Popularity: 3% [?]
Tags: dell, emc, equalogic, storageRelated posts
November 7, 2007 No Comments
StorageMojo » HDS Goes For 25X Backup Data Compression - Almost
We have been reviewing new backup solutions for our data center. We’ve been looking at Avamar, data domain, and Exagrid. Here is a really good post about the differnet kinds of deduplication.
StorageMojo » HDS Goes For 25X Backup Data Compression - Almost
Popularity: 2% [?]
Tags: backups, d2d, deduplication, emc, storageRelated posts
November 7, 2007 No Comments
Twitter Updates for 2007-10-22
- BenwayNet: Configure Cisco routers to use Active Directory authentication — the Windows side:.. http://tinyurl.com/2tpvyp #
- BenwayNet: Links for 2007-10-21 [del.icio.us]:
JungleDisk - Reliable online storage powered.. http://tinyurl.com/2g6qp6 #
Powered by Twitter Tools.
Popularity: 2% [?]
Tags: active directory, cisco, IT, RDP, storage, twitter, twitter tools, updates, windows, word, WordPressRelated posts
October 22, 2007 No Comments
VMTSPatchManager: Free "Windows Update" For ESX Servers
Massimiliano Daneri has published antoher free tool on his website called VMTSPatchManager. This tool, as he call it himself, is the Windows Update for ESX Servers. Although it’s a version 1.0 and not an official VMware product it has some pretty interesting features and looks really cool.
Some of the more interesting features of VMTSPatchManager are:
• Automatic Patch downloading from VMware Web site
• Virtual Center Integration
• Support for Background Intelligent Transfer Service (Microsoft BITS)
• Password saved inside the Microsoft Protected Storage
• SSH Connection (with root or other users)
• Multi Thread implementation
Download it for free here. Thanks to virtualization.info for the pointer.
VMTSPatchManager: Free “Windows Update” For ESX Servers
Michel Roth - mrdizzz@thincomputing.net
Mon, 04 Jun 2007 05:04:00 GMT
Popularity: 3% [?]
Tags: AD, esx, free, IM, IT, microsoft, News, servers, site, storage, vmware, windows, wordRelated posts
June 7, 2007 1 Comment
Back Home
We got back about midnight on Friday. I was so happy to see Grace, but I didn’t wake her up. She’s gotten more hair and is geting so much better at stand on her own is just one weeks time.
EMCWORLD was great, wish I could have met some of the other storage bloggers well I was there, maybe next year at Vegas.
I’ll be getting into navisphere Analyzer on Tuesday to look at some of the reports I learned about. I’ll also be dicussing EmailXtender and Avamar with my local EMC rep.
later,jb
Popularity: 3% [?]
Tags: AD, blog, email, emc, friday, grace, IM, IT, storage, tagsRelated posts
May 27, 2007 No Comments
Windows Admin Script: Defrag Drives Based on Threshold
you should setup this script as a scheduled job to run after hours.
I’m going to start sharing some useful scripts that I use to automate many processes. Most of the ones I will share, I have gathered from the Internet and edited. Who knows just what I will share, but I can guarantee they can help you out with many system admin tasks!
The first one I will share is a Defragment script I have implemented to run every day on many of the XP workstations I manage. Defragmentation is a big problem if not taken care of every once in a while.
What is defragmentation? When a file is saved to the hard drive, it tries to keep everything in the same location (or cluster) Over the course of time files will be deleted, leaving blank areas between files. If you install another large program, the hard drive tries to fill the holes, thus breaking up the program storage block. This effects your system performance by as much as 200% since programs have to access more areas of the hard drive, just to run.
The script I will show below is based on a threshold of fragmentation. A drive will be defragmented only if it’s fragmentation percentage is determined to be equal to or greater than the FragThreshold value. You can edit to whatever you want.
REQUIREMENTS: The script has to be executed locally on only XP or Server 2003 systems and under account with permissions to defragment local fixed drives.
Source: Windows Admin Script: Defrag Drives Based on Threshold
Originally published on Sun, 22 Apr 2007 00:05:08 GMT by bcarderma
Popularity: 3% [?]
Tags: AD, admin, help, IE, IM, IT, lan, RDP, scripts, storage, txt, windows, word, WordPress, work, XPRelated posts
April 28, 2007 No Comments
CMU Chippewas Win Motor City Bowl
CMU Quarterback Dan Lefavour leads CMU to a win over Middle Tennessee State.
read more | digg story
Popularity: 1% [?]
Tags: AD, Digg, football, IT, News, storageRelated posts
December 31, 2006 No Comments








