2019년 5월 29일 수요일

DBT-06103


  • 코드
    • DBT-06103
  • 원인
    • Netstat -a | grep xxx 를 해도 결과가 나오지 않지만 (포트가 닫혀있음) 해당 Port가 사용중이라 Listener Port 로 지정할수 없을때 발생
  • 해결
    • /etc/hosts 에 hostname 이 등록되어있는지 확인해야한다
             # hostname 수행시 나오는
             oel75-12201.localdomain
             의 값을 적어주는데 이때 3번째 tab에는 .localdomain부분을 빼고 적어줘야함

             # cat /etc/hosts
             127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
             ::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
             192.168.56.2 oel75-12201.localdomain oel75-12201

             이렇게 적어준뒤 두군데 모두 ping이 나가는지 확인한다

             # ping oel75-12201.localdomain
             PING oel75-12201.localdomain (192.168.56.2) 56(84) bytes of data.
             64 bytes from oel75-12201.localdomain (192.168.56.2): icmp_seq=1 ttl=64 
             time=0.034 ms

             # ping oel75-12201
             PING oel75-12201.localdomain (192.168.56.2) 56(84) bytes of data.
             64 bytes from oel75-12201.localdomain (192.168.56.2): icmp_seq=1 ttl=64 
             time=0.050 ms

             # ping oel75-12201
             ping: oel75-12201: Name or service not known
             이런 상황에서 ERROR가 발생함
  • 참고 MOS 문서 번호 & 기타
    • [DBT-06103] The port (5,500) is already in use. ACTION: Specify a free port (Doc ID 2277154.1)

                                          댓글 없음:

                                          댓글 쓰기