Technology
VMWare to Hyper-V R2 and back.
May 25th
Well, I’ve finally gotten to testing out Hyper-V. To be completely honest, I’ve had one hell of a bad experience with it at first, but now it’s ok and I like the product (Server 2008R2 with Hyper-V Role – Not Hyper-V core). VMWare still has more of what I want, but I don’t think it will be long before it’s caught up. Keep reading for the good, the bad, and some overall useful nuggets of information.
Join the forum discussion on this post
OpsView tip (Windows service names with spaces).
Apr 6th
For those that don’t know what it is. OpsView is a free front-end for the popular network monitoring system known as Nagios. Thanks to OpsView (http://www.opsview.org), people like me can setup no hassle network monitoring of several critical systems and services managed on a day to day basis. I plan to be releasing an opsview virtual appliance on my website soon, but in the meantime, I’m writing my findings here.
In all my searching, I haven’t found instructions or an example of how to monitor a windows service with spaces in the name through OpsView anywhere. I’ve come close, but the example I found reports a green status whether the service is up or not. I can’t remember where I found that, but if you’ve searched like me, you’ve probably found it too. Anyway, below is a standard format in opsview for a standard windows service (I’ll use a Citrix PS service as an example here):
check_nrpe -H $HOSTADDRESS$ -c nsc_checkservicestate -a ‘ShowAll IMAAdvanceSrv=started’
However, what if I wanted to monitor the Citrix SMA service? The service name has spaces in it. No problem! Here you go:
check_nrpe -H $HOSTADDRESS$ -c nsc_checkservicestate -a ‘ShowAll “Citrix SMA Service’=started\\”
Yes it’s odd.. note the single and double quotes are intentionally inconsistent. The combination of double escape sequences and odd single/double quoting is what does it though. If you want OpsView to monitor a service with spaces in it, you need to replace “Citrix SMA Service” in the line above with whatever service you intend to monitor. This has been tested with OpsView 3.5.2. and I use it regularly to monitor dozens of services across dozens of servers.
Join the forum discussion on this post
Facebook facebook facebook.
Mar 27th
I just set it up so when I post on my website, it posts on facebook as well. One less thing to keep track of.. phew.
For those of you seeing this on facebook, my website is at http://www.groundtactics.com
Join the forum discussion on this post
Giving Hyper-V another look.
Mar 25th
Well, I’ve been reading and it looks like my 2nd virtualization device may get Hyper-V loaded instead of VMware.
According to various posts, an upcoming update to Windows Server 2008 R2 will introduce a feature called “Dynamic Memory”. While technically different in implementation and behavior, this feature can be used to obtain the same results as VMWare’s “Memory Overcommit” feature with few differences if properly configured. It is a key point that is often overlooked by those debating on which is better. Granted – it seems this dynamic memory feature appears to support far less operating systems, but it’s still a step in the right direction if you only intend to load the latest and greatest Microsoft operating systems.
I built a small 1u quad core xeon monster with 12 gb of ram. I’ve been feeling that ESXi was my only way to push the number VMs that I need for my testing. While not as complete as VMWares solution, if MS were to add a contender to VMWare’s “transparent page sharing”, It’d be enough for me to switch. Lets see what the future brings.
A side note: Maybe I’ll just go experiment with Hyper-V anyway. I want to check out RemoteFX when it’s out. With my technet plus subscription I’m already entitled to play with all that stuff.. I don’t have that luxury with VMWare so I’d have to pay for VMWare view if I wanted to see PCoIP in action.
Time will tell.
Join the forum discussion on this post
RT 3.8.7 VMWare appliance with RTFM
Mar 24th
Ok, it’s back…
My VMWare Request Tracker 3.8.7 Virtual appliance is back. This one has it all and is designed to be usable even for people with no linux knowledge. Here are some features:
- RTFM installed
- Easy to modify script for checking pop3/imap accounts (Works with Exchange 2003/2007 too!)
- No bug with network interface disappearing when copying it to another VMWare instance.
- Webmin interface installed (No linux knowledge needed)
- All features working (Graphing/Shredder to name a couple)
- And some other stuff but I can’t remember at the moment.
Here’s the product:
And here’s the documentation (first draft – could have some errors):
Groundtactics RT3 appliance documentation
Join the forum discussion on this post
I’m back!
Mar 21st
Well, I had a catastrophic hardware failure. It wasn’t pretty. For the tech saavy, I had a multi-hd failure on a raid 5 array after a motherboard burnout. What it boils down to is me kicking myself for figuring “Eh.. it’s a personal site, nothing business related – if I lose it, no big deal..” (That means I didn’t bother with backups…. ugh.. )
I’ve grown to like what I lost, and now have integrated this site with my production systems backup plans. I won’t be making the same mistake twice.
All user accounts are gone.. All posts gone.. Forums wiped.. The only thing still around are my torrent downloads as they were on a different server. I’ll be re-posting them in the forums within the week (or whenever I get to it).
Anyway, I’ve decided to upgrade to the latest wordpress, give the new forums a major upgrade, and update a ton of other crap here.
I’ve also changed the look a bit – hope you all like it.
Join the forum discussion on this post
Recent Comments