TroubleShooting

[Tuxedo] ERROR: Could not establish listening address on network //192.168.56.xxx:xxxx

최선을 다하자! 2022. 11. 4. 17:42

MP모드시 

 

master node1에서 부팅을 하게되면 BBL과 WSL 기동이 되지 않는 상황이다.

 

 

8시간동안 테스트중.

 

 

한가지 알게 된건 netstat -an | grep  [PORT]  커맨드를 사용하면 

 

내 포트가 ESTABLISHED됐는지, LISTEN하고 있는지 확인할 수 있다..

 

 

 

내가 알게 된 건 listener는 활성화되었지만 

BRIDGE가 연결되지 않은 걸 확인할 수 있었다. NADDR 옵션 문제인 듯하다.

 

방법 : tmboot 전과 tmboot 후의  listener / bridge 상태와 비교한다.    부팅 후 netstat으로 확인해보면 둘다 올라와있음 

 

[tuxedo@olr6-6|/sw/tp/tuxedo11gR1/samples/atmi/simpapp]$ netstat -an | grep 7071
[tuxedo@olr6-6|/sw/tp/tuxedo11gR1/samples/atmi/simpapp]$ netstat -an | grep 7070
tcp        0      0 192.168.56.ㅇㅇㅇ:7070         0.0.0.0:*                   LISTEN

 

만약 listener 와 bridge가 둘다 기동되면 

이런식으로 보인다.

[node2@jwchoi:/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp]# netstat -an | grep 9090
tcp4       0      0  211.110.82.ㅇㅇ.9090    *.*                    LISTEN
f100100019090008 stream      0      0                0 f10010001729b500                0                0
f100100019090c08 stream      0      0                0 f100100018d8cb00                0                0
f100100020f90900
f100100019090808 stream      0      0                0 f100100018524200                0                0
f100100019090408 stream      0      0                0 f100100018bfa500                0                0
f100100021e5e008 stream      0      0                0 f100100020f90900                0                0
f100100014909008 stream      0      0                0 f100100010c70c00                0                0
f100100022bb3808 stream      0      0                0 f100100022290900                0                0
f10010001d290900
f100100022290900
f100100010f90900
f100100022c57808 stream      0      0                0 f10010001d290900                0                0
[node2@jwchoi:/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp]#
[node2@jwchoi:/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp]#
[node2@jwchoi:/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp]# netstat -an | grep 9091
tcp4       0      0  211.110.82.ㅇㅇ.38698   211.110.82.ㅇㅇ.9091    ESTABLISHED
tcp4       0      0  211.110.82.ㅇㅇ.9091    *.*                    LISTEN
f100100019091c08 stream      0      0                0 f100100017252500                0                0
f100100019091808 stream      0      0                0 f100100018b98200                0                0
f100100019091408 stream      0      0                0 f100100018bb2300                0                0
f100100019091008 stream      0      0                0 f100100018ee9f80                0                0

 

 

하...

 

 

문제점 파악

 

LINUX -> AIX 로 ping을 날리면 수신을 받지만 

AIX->LINUX 로 송신이 안된다. 

 

tlisten은 뜨는데 왜 NADDR은 안될까? 

 

 

 

아무튼 AIX 네트워킹 문제인 것 같다. 

 

테스트는 종료.