rpc bind not working

Hi all,
Was hoping someone could shed some light on my problem,

rpc bind is in maintenance mode on Solaris 10 and won't fire up.

contents of the error log are:

[ Nov 27 11:26:36 Leaving maintenance because clear requested. ]
[ Nov 27 11:26:36 Enabled. ]
[ Nov 27 11:26:36 Executing start method ("/lib/svc/method/rpc-bind start") ]
rpcbind failed with 1.
[ Nov 27 11:26:36 Method "start" exited with status 1 ]
bash-3.00#

Because rpc-bind isn't working, it's stopping nfs and autofs from working too

Any ideas on this would be gratefully received.

Thanks in advance

Marty

This could give you some more info:

# svcs -xv

Used svcs -xv, points me towards the log file which just tells me exit status one. Original post is the error msg from the log.

Anymore ideas anyone?

Looking on google, lots of people seem to have the problem, but no one seems to fix it

post the output from

svcs -l /network/rpc/bind

are all dependencies online?

mine worked after I did an fsck on the root fs and after patching. I did
# svccfg import /var/svc/manifest/network/rpc/bind.xml
# svcadm refresh rpc/bind
Somehow.. I found that weird too,..

Hi INCREDIBLE,
I have same problem and it is stopping me starting nfs, volfs services also. Please give me the patch name and procedure to fix issue.