How to start RPC service on sun solaris 10 machine -- Posted by inturi on Thursday, April 1 2010
First check RPC service enabled or not.

$/bin/rup mysunbox
mysunbox: RPC: Program not registered

Now enable RPC service:

#run this command as root
$/usr/lib/netsvc/rstat/rpc.rstatd

Add rstat as a service to start automatically after machine reboot.

$svcadm enable svc:/network/rpc/rstat:default

[Edit] Home
If this information is helpful to you then please click here and post one simple tip that you know. Share your knowledge!