I’m looking for shell script development services on HP-UX, basically i have some requirement to developer some monitoring script for our databases (Oracle) on menu base, to simplify the daily checking for our support team
I have number of cluster servers, in each server number of database, ssh equivalence is enabled between all the servers, so i can run any command across all the servers without the need to enter the password, so i need the script to be able to run some executable or binary from the existing node or across other nodes
I’m thinking to have this script to run as menu, showing me the status of the database instances by running this command for example:
ps -ef | grep pmon
also i need to view the entries for the last 24 hrs or last day for some logs files:
check the log_example.txt
I need also to add some menu commands the will show the output of .sql script .
