[Unix/Linux] 프로세스 확인 및 죽이기
·
OS/Linux&Unix
2022.10.06 - [OS/AIX] - [AIX] 포트 프로세스 확인 [AIX] 포트 프로세스 확인 1. netstat 명령어로 해당 port의 ID 알아내기 netstat -Aan | grep [PORT] # netstat -Aan | grep 7000 Example # netstat -Aan | grep 7000 f100100012387000 udp4 0 0 *.* *.* f100100001a07000 udp4 0 0 127.0.. nomajorkorean.tistory.com 1. 프로세스 확인 후 2. kill -9 [PID번호] 를 사용하여 프로세스 죽이기 * 가동중인 프로세스를 죽일 때는 부모프로세스와 자식프로세스를 구별해야한다. 부모프로세스를 물고 들어갔다면 자식프로세스임을 확인할 수 있..
[Unix/Linux] 포트 프로세스 확인
·
OS/Linux&Unix
1. netstat 명령어로 해당 port의 ID 알아내기 netstat -Aan | grep [PORT] # netstat -Aan | grep 7000 Example # netstat -Aan | grep 7000 f100100012387000 udp4 0 0 *.* *.* f100100001a07000 udp4 0 0 127.0.0.1.51196 *.* f10010000c3f7000 udp4 0 0 169.254.172.xx.51470 *.* f100100000cf7000 udp4 0 0 169.254.172.xx.51481 *.* f10010000b2d7000 udp4 0 0 169.254.172.xxx51786 *.* f100100008287000 udp4 0 0 169.254.172.xx.54..
[TUXEDO] tmloadrepos command
·
Middleware/Tuxedo
tmloadrepos(1) Name tmloadrepos - creates or updates the binary Tuxedo Service Metadata Repository file and loads it with service parameter information Synopsis tmloadrepos [-e|-d service1[,...]] [-y] [-i repository_input file] repository_file Description Use this command to create or update the binary Tuxedo Service Metadata Repository file and load it with service parameter information. If no ..
[TUXEDO] TMMETADATA *SERVERS
·
Middleware/Tuxedo
TMMETADATA(5) Name TMMETADATA - Tuxedo service metadata repository server Synopsis TMMETADATA SRVGRP="identifier" SRVID="number" CLOPT="[-A] [servopts options] -- -f repository_file [-r] [-o filename] Description TMMETADATA is a Tuxedo system server that processes requests to retrieve and/or update Tuxedo service metadata repository information. TMMETADATA provides and supports just one service,..
[Tuxedo] CMDTUX_CAT:6774
·
Trouble Shooting
TMMETADATA start가 되지 않아서 ULOG 확인 160052.node1!TMMETADATA.49414602.1.0: CMDTUX_CAT:6774: ERROR: Error reading repository file /ofm/jwchoi/sw2/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp/jrepository 해결 jrepository 파일 내의 내용에 빈칸 또는 잘못된 소스가 들어가있음. 파일 수정
[Tuxedo] LIBTUX_CAT:715 / LIBTUX_CAT:341 / LIBTUX_CAT:248 / TDM_CAT:2322 / CMDTUX_CAT:403
·
Trouble Shooting
Questions/Symptoms SYMPTOM:Getting memory fault coredump message when doing tmboot. SYMPTOM:tmadmin fails and logs LIBTUX_CAT:715 SYMPTOM:LIBTUX_CAT:715: ERROR: Cannot attach bulletin board - magic number mismatch SYMPTOM:LIBTUX_CAT:341: ERROR: Could not allocate bulletin board shared memory SYMPTOM:LIBTUX_CAT:248: ERROR: System init function failed, Uunixerr = TPESYSTEM - internal system error ..
[Tuxedo] CMDTUX_CAT:6760
·
Trouble Shooting
TMMETADATA.36766388.1.0: CMDTUX_CAT:6759: WARN: Invalid command line argument '?' ignored TMMETADATA.36766388.1.0: CMDTUX_CAT:6759: WARN: Invalid command line argument '?' ignored TMMETADATA.36766388.1.0: CMDTUX_CAT:6760: ERROR: -f option is not specified TMMETADATA.36766388.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed CMDTUX_CAT:6759 6759 WARN: Invalid command line argument 'opt' ignored Desc..
[Tuxedo] CMDGW_CAT:2043
·
Trouble Shooting
154325.node1!GWTDOMAIN.49742382.1.0: LIBTUX_CAT:262: INFO: Standard main starting 154325.node1!GWTDOMAIN.49742382.1.0: CMDGW_CAT:2043: ERROR: Multiple /Domain gateways not allowed within the same group 154325.node1!GWTDOMAIN.49742382.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed 해결방법 중복된 IP:PORT 사용 금지
[Tuxedo] CMDTUX_CAT:8401
·
Trouble Shooting
CMDTUX_CAT:8401: WARN: The JREPSVR has been deprecated and replaced with TMMETADATA Please load the jolt repository into the Tuxedo Service Metadata Repository. WARN: UBB configuration file is changed. New configuration info is stored in /tmp/TUXoTxMib1 8401 WARN: The JREPSVR has been deprecated and replaced with TMMETADATA. Description From Tuxedo 12.2.2.0, JREPSVR and jolt repository are depre..
[Unix/Linux] AIX 자동완성기능
·
OS/Linux&Unix
리눅스에서는 tab키로 자동완성기능이 완벽하게 구현가능하지만 AIX(unix) 유닉스 계열에서는 자동완성기능이 not easy하다. 이방법 외에도 *를 붙여서 자동완성기능을 하는 방법도 있지만 이포스팅에서는 다른 방법을 다룬다. 만약 내가 simpapp.html 파일로 이동하고 싶다면 # ls META-INF README SimpAppServlet.java WEB-INF simpapp.html simpapp.properties simapp 까지 편집모드로 작성 후 , ESC로 명령모드로 진입 후 \ 를 클릭해주면 simpapp. 까지 완성될 것이다. 왜냐하면 simpapp.html 과 simpapp.properties 파일의 명칭이 simpapp. 까지 겹치기 때문이다. # simpapp. 그래서 sim..
giroke
기록