I have limited experience dealing with linux, what i want to do is create a shell script that if our linux servers goes down that i can restart the server services without having to change directories and then do the serverstart command.
The servers will once and awhile give thus forcing me to go through 1 by 1 to each server and goign into the app directory and starting the services again.
Is there a way to kill a process without having to get the proc id and just use for instance somethign like this
kill -9 /etc/travel/wasp65.uat?
and how shall i run this script or create it.
The servers will once and awhile give thus forcing me to go through 1 by 1 to each server and goign into the app directory and starting the services again.
Is there a way to kill a process without having to get the proc id and just use for instance somethign like this
kill -9 /etc/travel/wasp65.uat?
and how shall i run this script or create it.