There is a time when a geek has to say ‘enough’.

After 7 years, we are simi-retiring a Apple Xserve G5. Not because it could no longer do the job, but the noise.

Couldn’t tell you how many computers and servers we have in this place, no really I can’t. We normally get at least two need pieces of hardware a year. And with the life expectancy of a Mac near that of platinum, we are always trying to find new ways to use old computers and servers.

Well the xserve was just getting too loud, and we happen to have 2 Mac Mini G4’s laying around (one has an SSD drive, the other the standard 40 gb hd). But we also have a large assortment of external hard drives, we found an external firewire with a 300 gb drive. We cloned the old Xserve onto the external drive, then just plugged the external into the Mac Mini, set the boot drive and there you have it. Moved…. It is SLOWER than the Dual G5, but you can’t hear a thing.

We off loaded most of the tasks to one of our Intel Mac Minis, leaving the G4 Mini to handle OpenFire Chat server, DHCP and a couple of small web sites.. Surprised how easy that was..

There has already been a few ‘wow it is quiet around here’ comments.

Points we’d like to make:
1) In the past we learned that G4 Mac Mini do pretty well as servers, but beware the drives do wear out. Backup often.
2) Adding RAM would really help, but 1 gb is about all you can add. Not much overhead.

Life’s Little (Geeky) Joys.

One of my pet peeves at work is kids using the computers as their own personal game units. Mostly when the superintendent specifically said “computers in schools are for education, not gaming”. So when students visit sites like http://www.coolmath-games.com, http://www.kizi.org and http://www.kizi.com it just burns me up. You are right, I shouldn’t let it bother me, but when I go into these rooms and find keyboards destroyed I just can not allow it.

First, I work with K-5 grade students, not the junior hackers of Middle School and the determined hackers in high schools. Most can’t spell none the less type. BUT they can use search engines.

So I setup Work Group Manager (WGM) to force run a Login script each time a user logs in. It sets the wallpaper, clears the browser (Safari), empties the trash and opens the schools ‘student lab page’, which has links to all the district web applications. And the final command is to run a background hidden script that checks the safari’s url bar from time to time to see what site is being visited. If it matches one of the listed sites it BEEPs 7 times at almost full volume, displays a violation notice, closes the browser and reruns then reruns the login script.

I was blown away by how well this worked. The student would visit the site, select a game, then start to play. After a few seconds, bam. They normally do this a few times before they get the hint.

Now all I have to do is monitor the computers with Apple Remote Desktop (ARD) and see if they have found any new sites. When they do I add them to the scripts lists, and push the script out to all the student computers.

Didn’t have to spend a dime and only took a couple of hours to code, deploy and test.