× Discuss about OFS, Temenos Connectors, Various OFS modes, OFS with Versions, OFS performance, Logging, EB.PHANTOM, OFS.SOURCE etc…

Stop TC Server

  • bejace
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #16215 by bejace
Stop TC Server was created by bejace
Does anyone know the one liner command to STOP TC SERVER?

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #16219 by jpb
Replied by jpb on topic Stop TC Server
Fastest way from jsh that I know is using telnet, e.g.

telnet localhost 9501

and then use function 1.

9501 is the default TELNETD_PORT from tcserver.xml

Please Log in or Create an account to join the conversation.

  • bejace
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #16220 by bejace
Replied by bejace on topic Stop TC Server
I know that standard procedure, But I need to stop the TC Server from a unix shell script. Can you help me in that?

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago - 10 years 3 months ago #16221 by gm.saran
Replied by gm.saran on topic Stop TC Server
put the two lines in a file and give exec perm and execute it (Port replace with yours)

telnet localhost 9600 <<!!
stop
Last edit: 10 years 3 months ago by gm.saran.

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #16223 by jpb
Replied by jpb on topic Stop TC Server
This works :

java -Xmx512M -Djava.endorsed.dirs=/TCServer/lib/endorsed/jaxp13:/TCServer/lib/endorsed/jaxb13 -jar /TCServer/lib/tcserver.jar stop

Please Log in or Create an account to join the conversation.

  • yoshan
  • Visitor
  • Visitor
10 years 1 month ago #16382 by yoshan
Replied by yoshan on topic Stop TC Server
You can kill the Java process running on AIX.

GREP and find the Java process and kill the related JAVA process.

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #18069 by gofer
Replied by gofer on topic Stop TC Server
cd ../../tcs/lib
java -jar tcserver.jar stop

Please Log in or Create an account to join the conversation.

Time to create page: 0.082 seconds