On Thu, Mar 18, 2010 at 01:19:02PM +0100, Dejan Muhamedagic wrote: > Hi, > > On Wed, Mar 17, 2010 at 02:03:49PM -0700, Cameron Smith wrote: > > A-HA! > > I see on node2: > > > > # netstat -lnup > > Active Internet connections (only servers) > > Proto Recv-Q Send-Q Local Address Foreign Address > > State PID/Program name > > udp 0 0 0.0.0.0:694 0.0.0.0:* > > 2214/rpc.statd > > > > What is statd and why is it running using the port I need for heartbeat? > > statd is a rpc program. Those convert rpc to ephemeral ports. > Obviously, sometimes it may clash with another process. You can > complain to your distributor.
it is part of nfs, and you may explicitly tell it which port to use (-o and -p options), which you can usually also configure in some /etc/default/nfs* or /etc/sysconfig/nfs* file. hth, -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
