My servers are running on different environment (application instances: sun java, glassfish etc web instances, database: oracle, postgre, informix). All of them have their own restart script on the individual servers.
Im thinking of doing this logic (actually this project is required by my boss
]
a. on the centralized host, script that will ssh remotely to all the servers and point to the path where the restart script resides).
The support admin (not unix admin) will then have a menu choices like. Restart a. server1 b. server2 c. server3 so on......
So if I choose letter a, I will still have a choice to restart a. application b. web c.database. I will choose say letter a. Like that.
Do you recommend that logic?