./categories/server
JEUS6 vs JEUS7 JeusAdmin 명령
ja(JeusAdmin) 접속은 6/7 동일. Container → Managed Server(MS).
MS 상태
si # 또는 server-info → status Running 확인
MS 기동/종료 (Node Manager 필요)
stop-server <MS명>
start-server <MS명> # started 되면 완료
애플리케이션
# app 리스트/상태 → Target Servers별 State=Running 확인, 아니면 deploy
application-info
# (환경별 단축 명령은 매뉴얼 참고)
Thread (WEB-WAS 정체)
ti # thread-info, rt(runtime) 길면 hang 의심 → thread dump
Connection Pool (WAS-DB)
cpinfo -server <MS명>
cpinfo -server <MS명> -repeat 3 -interval 10
Idle Size=0이 장시간 → DB 커넥션 유실 의심.
JEUS7/8 명령은 거의 동일.
관련 링크: https://sicylove.tistory.com/m/41
./comments