Middleware_Tuxedo
[Tuxedo] tmshutdown 명령어
최선을 다하자!
2022. 8. 23. 14:44
tmshutdown 명령어는 tuxedo 기동을 종료 시에 사용
주로 사용하는 옵션은 아래 표와 같습니다.
tmboot (tuxedo 기동 명령어) 와 비슷하지만 추가적으로 유용하게 사용할 수 있는 옵션들은 아래와 같습니다.
ex)
tmshutdown -g GRP1 -s svr1
: GRP1에 속해있는 svr1 서버 프로세스를 종료한다.
tmshutdown -cy w1
: 전체 종료
tmshutdown -y
tuxedo@/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp > tmshutdown -y
Shutting down all admin and server processes in /sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp/tuxconfig
Shutting down server processes ...
Server Id = 1 Group Id = GROUP1 Machine = simple: shutdown succeeded
Shutting down admin processes ...
Server Id = 0 Group Id = simple Machine = simple: shutdown succeeded
2 processes stopped.