PDA

View Full Version : What is the recommended procedure for stopping the Webmethods Repository Server on Solaris


webmethods_user
05-27-2003, 09:36
What is the recommended procedure for stopping the Webmethods Repository Server on Solaris? I did not find any shutdown scripts for stopping the Repository Server.

mtjmchugh
07-03-2003, 13:30
I don't see any responses here. I wonder if there is a way, via the command line, to stop the repository server. I am thinking about righting a script that will look for the port and grab the PID of the id then do a kill on the process. If there is a better way, I would rather use that way.

lsatkey
07-03-2003, 13:45
do a ptree to get everything including the java job that starts the repo. kill -9 everything from child to parent. that what i used to do. has been working fine. no complain. no corruption of repo.

chipman
09-18-2003, 10:32
Under Linux I run "ps afx" and find the thread that has the highest CPU time. Doing a "kill -9" on that one usually brings the whole thing down with no adverse side effects. I *think* the Solaris equiv is "ps -elf" but I am not too Solaris-savvy http://www.wmusers.com/wmusers/clipart/happy.gif