Thank you Trond. That's extremely interesting.
I've had a few emails off-list pointing out that IT Assistant does run on XP (and Vista -- though not 64-bit which we use) and I've managed to get it installed. I'm currently struggling to get it to actually communicate with our servers, but I think that's down to not having had snmp installed before I installed OMSA or something. I've not really dealt with snmp before now so that needs to be learned about too (yes, I have some big gaps in my knowledge). So I'm a bit lost at the moment, reading as many docs as I can etc but not really getting anywhere so far. I'm starting to think getting Nagios up and running (or using various simple scripts) would be easier than getting IT Assistant up and running as this rate. At least with Linux things you can see what you are doing, log files are where you expect them to be and so on, while Windows kind of hides an awful lot behind the scenes. Anyway, thanks again. Your advice is appreciated and very helpful. Faris. > You can for example use this plugin: > > http://exchange.nagios.org/directory/Plugins/Hardware/Server- > Hardware/Dell/check_openmanage/details > > Install it somewhere on your servers, and create a shell script similar > to this (very simple example): > > #!/bin/bash > host=$(uname -n) > err=$(/path/to/check_openmanage 2>&1) > if [ $? -ne 0 ]; then > echo $err | /bin/mail -s "Hardware error on $host" [email protected] > fi > > Then put this script in your crontab on the servers and run as often as > you want. > > But still, installing and running Nagios is probably worth it :) > _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
