×
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
Less
More
- Posts: 18
- Thank you received: 4
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.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
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
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
Less
More
- Posts: 18
- Thank you received: 4
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.
- gm.saran
- Offline
- Elite Member
Less
More
- Posts: 203
- Thank you received: 29
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
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.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
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
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
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.
GREP and find the Java process and kill the related JAVA process.
Please Log in or Create an account to join the conversation.
- gofer
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
9 years 2 months ago #18069
by gofer
Replied by gofer on topic Stop TC Server
cd ../../tcs/lib
java -jar tcserver.jar stop
java -jar tcserver.jar stop
Please Log in or Create an account to join the conversation.
Time to create page: 0.082 seconds