Operating System - HP-UX
1834504 Members
3232 Online
110068 Solutions
New Discussion

Re: Cannot start rstatd !

 
navin
Super Advisor

Cannot start rstatd !

if i run ps -ef |grep rpc , rstatd is missed. I did kill hup rstatd. after that also i can't start rstatd. Why?
Learning ...
5 REPLIES 5
harry d brown jr
Honored Contributor

Re: Cannot start rstatd !


Not knowing what version of HPux you have, I'll direct you to the 11 docs for rpc.rstatd:

http://docs.hp.com/hpux/onlinedocs/B2355-90681/00/03/318-con.html

live free or die
harry

Live Free or Die
Roger Baptiste
Honored Contributor

Re: Cannot start rstatd !

hi,

rpc.statd is a part of NFS daemons.
If you need to restart it do:
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start

HTH
raj
Take it easy.
Anthony deRito
Respected Contributor

Re: Cannot start rstatd !

Be carefull messing with RPC services. If you can afford to, reboot your system to clear up and restart your RPC services. You may want to try shutting down and restarting NFS but your better off restarting your server. Are your other RPC services running?

Here are some of them...

/usr/sbin/rpc.lockd
/usr/lib/netsvc/yp/rpc.ypupdated
/usr/sbin/rpc.pcnfsd
/opt/dce/sbin/rpcd
/usr/sbin/rpc.mountd

Run rpcinfo -p to check out your RPC services.

Tony
Sridhar Bhaskarla
Honored Contributor

Re: Cannot start rstatd !

I wonder if you can be able to see this running everytime. It is spawned by inetd upon the connection through rstat command.

Edit /etc/inetd.conf and uncomment the line that has rpc.rstatd and restart inetd by inetd -c.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
support_5
Super Advisor

Re: Cannot start rstatd !

I think many of you are sadly mistaken. rpc.rstatd has nothing to do with NFS. Rpc.rstatd is an RPC server that returs performance statistics obtained from the kernel.

I have a question about it also: how to make rpc.rstatd startup using a specified port!

- Andy