Apache Proxy for Filemaker 10 Advanced Server IWP

April 6th, 2009

This isn’t any major ground breaking discover, not even a minor hack. What it is, however, is a simple solution to a question that didn’t  turn up any good results when I tried to Google it earlier on.

The Problem: I have a user with a Filemaker database that they want to quickly share via the Internet, which is generally easy to do using the Instant Web Publishing (IWP). I don’t, however, want to have the Filemaker server exposed through the firewall. I want to be able to use an Apache server I have sitting on the edge of the network to proxy for it instead.

Read the rest of this entry »

Switch

April 6th, 2009

It has been a long time since my last blog post, and I couldn’t say how long since the blog software was updated. I typically use the time of posting a new blog entry as a window to look at updating the blog software as well. This time I decided to not just update the software, but to switch platforms as well.

So I have decided to go over to WordPress from Movable Type. It is GPL and all other sorts of good stuff, plus a friend of mine who uses his own blog far more frequently described it as moving from “Outhouse to Flush Toilet”. That seems like qualifications enough to me.

check_megaraid_sas Nagios plugin

June 7th, 2007

This is somewhat related to my earlier posting about updating the megaraid drivers. I use Nagios at work for system monitoring and one thing that I like to check is the status of the volumes managed by the RAID controller. When I first started configuring the Nagios on my new PowerEdge 1950 and 2950 systems I found a check_perc5i over on Nagios Exchange.

Unfortunately the plugin only looked like it worked properly. It would report back correctly things like the number of volumes you had online, the number of disks, failed disks etc., but if you had a failed disk it would not actually return the proper error status. It just kept on going blindly saying OK : Bad Disks=3.

So I have written my own script to check the RAID controller status, check_megaraid_sas. It is somewhat similar to the work I did for the PERC3Di with afacli and Nagios quite a while back.

In order to use it you need to have LSI’s MegaCli utility installed and the user executing the script will need to have sudo privileges (w/o a password) to execute it. Then you will end up with output like:
OK: 0:0:RAID-1:2 drives:68GB:Optimal 1:0:RAID-5:7 drives:2792GB:Optimal Drives:10 Hotspare(s):1
or (less good)
WARNING: 0:0:RAID-1:2 drives:74GB:Optimal 0:1:RAID-5:4 drives:1396GB:Optimal Drives:6 (3 Errors)

The warning is due to the detection of “other” disk errors on the drive. I am trying to find out from Dell if I can reset this count in the controller. Otherwise if it is cumulative I will probably modify my code to take a n argument for a threshold under which to ignore non-fatal errors. The output above is basically in the form:
<status> <controller #>:<volume #>:<RAID level>:<volume drive count>:<volume size>:<volume status> ... Drives:<total drives attached to controller(s)>

Fender Eliminator

May 30th, 2007

I just recently setup my bike with the Skyking fender eliminator. I am quite happy with how it looks, although I would like to do a better job of finishing off how the wiring is managed (see the third pic).
Fender1.jpg
Fender2.jpg
Fender3.jpg

SLES10 and megaraid_sas dkms

May 10th, 2007

This is a quick write-up of the problem I had (and subsequent solution) with installing the latest version of the megaraid_sas driver (as used by the Dell PowerEdge 1950/2950/etc family for their PERC5 RAID controllers) on SLES 10.

Read the rest of this entry »