On Mon, Jan 23, 2017 at 6:28 AM, Willem Jan Withagen <wjw@xxxxxxxxxxx> wrote: > > Other nice tools to help you here to see where the socket has gone: > sockstat > lsof > > They can tell you if the socket is somewhere else opened. > And what the state is. > > Or they can tell you what other port(s) the monitor has opened. # netstat -putnl |grep 7000 <no output> # netstat -putna |grep 7000 tcp 0 0 192.168.0.1:7000 192.168.122.131:53240 ESTABLISHED 21980/ceph-mon Seems port 7000 is not listening, but still established with rbd client. root@rbd-client:~# netstat -putna |grep 53240 tcp 0 0 192.168.122.131:53240 192.168.0.1:7000 ESTABLISHED - -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html