Using Shell Scripts as Concurrent Programs in EBS Recently, I started looking at way to address a scheduling problem when moving files associated with our business partners. We currently have a three step process: Schedule a Concurrent Program to produce a file Set up a cronjob to schedule a shell script to move and archive …
Category: hobby
Monitoring Windows Services – The quick and dirty way
You’ve probably heard me mention that I don’t like for my users to be my “system unavailable” alerts. I want to know as soon as, if not before, they do. The challenge is how to monitor these service states (Discoverer, Hyperion, Informatica, and Glassfish) on Windows boxes in the absence of some tool I have …