Recent, instrumentele noastre de monitorizare raportează un port ca fiind defect, numărul portului este 19000.
Nu am mai văzut acest port până acum și nu aflu informații bune. Făcând câteva teste, am văzut că îl pot telnet folosind localhost, dar nu ipaddres/hostname:
[root@server01 ~]# telnet 10.122.96.60 19000
Încercați 10.122.96.84...
telnet: conectare la adresa 10.122.96.60: conexiune refuzată
[root@server01 ~]# telnet localhost 19000
Încercați 127.0.0.1...
Conectat la localhost.
Caracterul de evacuare este „^]”.
De asemenea, este folosit de unele procese java și de baze de date informix:
[root@server01 ~]# lsof -iTCP:19000
COMANDA PID UTILIZATOR TIP FD DIMENSIUNEA DISPOZITIV/OPRIT NUMELE NODULUI
java 14492 java_user 93u IPv6 133689854 0t0 TCP localhost:38902->localhost:grid (ESTABLISHED)
oninit 25235 informix 12u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25277 informix 3u IPv4 33431811 0t0 TCP localhost:grid (ASCULTARE)
oninit 25277 informix 6u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25278 informix 7u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25280 informix 4u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25281 informix 4u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25282 informix 6u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25283 informix 11u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25284 informix 6u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25285 informix 6u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25286 informix 6u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25289 informix 6u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25290 informix 12u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25291 informix 12u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25292 informix 12u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
oninit 25315 root 5u IPv4 33431811 0t0 TCP localhost:grid (ASCULTARE)
oninit 25319 root 22u IPv4 133689855 0t0 TCP localhost:grid->localhost:38902 (STABILIT)
Ce este asta? Cum pot permite acest port pentru conexiuni la distanță (instrumentul nostru de monitorizare)? Recent, serverul a migrat de la o mașină fizică la o mașină virtuală și acum instrumentul de monitorizare nu poate ajunge la acest port.
The /etc/services
are:
igrid 19000/tcp # iGrid Server
igrid 19000/udp # iGrid Server