Hi,
I do not understand what kind of IP configuration you believe to find but maybe this helps ...
from the manpages:
statd
Daemon
Purpose
Provides crash and recovery functions for the locking services on
NFS.
Syntax
Code:
/usr/sbin/rpc.statd [-t threads]
Description
The statd
daemon interacts with the lockd
daemon to provide crash and recovery functions for the locking services on Network File System (
NFS). The statd
daemon should always be started before the lockd
daemon.
The statd
daemon is started and stopped by the following SRC commands:
Code:
startsrc -s rpc.statd
stopsrc -s rpc.statd
The status monitor maintains information on the location of connections as well as the status in the /var/statmon/sm directory, the /var/statmon/sm.bak directory, and the /var/statmon/state file. When restarted, the statd
daemon queries these files and tries to reestablish the connection it had prior to termination. To restart the statd
daemon, and subsequently the lockd
daemon, without prior knowledge of existing locks or status, delete these files before restarting the statd
daemon.
Kind regards
zxmaus