Originally posted by: BruceSpencer
The "dsh" would run on the central server. It runs "command" the remote servers (see man page for setup). The results from each server are displayed on STDOUT on the central server. The STDOUT is mailed to whoever you want.
1. How often do you want the remote server to be polled?
This is your choice. I would use a cron job.
2. Will the actual code reside on the remote server or app server?
The "command" can be any AIX command or a shell script located on the remote servers
example dsh "prtconf" (this returns the configuration of each remote host)
dsh "/usr/local/bin/mycommands" (this runs a shell script residing on the remote hosts)
3. The mail id is local or external?
This is just the mail command. I left off the mail command details to keep it simple. You could use "mail -x
anybody@yourorganization.com"
4. If external do the servers have capability to forward the mail to the local mail gateway/internet mail gateway....firewall considerations.
N/A
I've tried ODM Error Notification. It works. A simpler approach is to use error notification in the AIX "websm" tool. It will set it up for you.
#AIX-Forum