rpc bind not working


 
Thread Tools Search this Thread
Operating Systems Solaris rpc bind not working
# 1  
Old 11-27-2008
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
# 2  
Old 11-27-2008
This could give you some more info:

Code:
# svcs -xv

# 3  
Old 11-27-2008
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
# 4  
Old 11-27-2008
post the output from


svcs -l /network/rpc/bind
# 5  
Old 12-02-2008
are all dependencies online?
# 6  
Old 12-04-2008
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,..
# 7  
Old 02-24-2009
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

RPC bind service in maintenance mode

Hi, I have an issue with RPC bind service and its failing with status 1. any help would be much appreciated. THanks (2 Replies)
Discussion started by: Yakub Humami
2 Replies

2. Red Hat

Bind 9.9.2 not working

Hello friends Internet query not working anymore with bind , i am not using forwarder dns server . 1. resolv.conf file => search local.server nameserver 127.0.0.1 2. named.conf file => // // named.conf // // Provided by Red Hat bind package to configure the ISC BIND named(8) DNS... (8 Replies)
Discussion started by: rink
8 Replies

3. Solaris

nfs mount: RPC: Rpcbind failure - RPC: Timed out

Fails to mount the server (10.125.224.22) during installation of a software on client, throwing the below error: nfs mount: 10.125.224.22: : RPC: Rpcbind failure - RPC: Timed out nfs mount: retrying: /cdrom This happened after complete shutdown of the lab. The server came up fine but most... (1 Reply)
Discussion started by: frintocf
1 Replies

4. Red Hat

Split DNS not working with Bind-9.7

Hi All, Distros of machines : RHEL6 Bind Vesrion : Bind-9.7-3.2 I am trying to set up a test DNS for my home network. I have two rhel 6 machines A and B. Machine A has 2 NICs and is acting as a router also, one NIC is facing intranet and the otehr is facing intranet. On machine A i have... (0 Replies)
Discussion started by: Rohit Bhanot
0 Replies

5. Solaris

rpc/bind maintanance error

My code Hi Folks, I am getting maintanance error for rpc/bind in one of solaris 10 server.I have tried disable,enabled,cleared all options and dont no how to make online.Please help me Please find the below for details :- Server1> svcs -a rpc/bind svcs: -a ignored when used with... (0 Replies)
Discussion started by: susindram
0 Replies

6. Solaris

RPC: Rpcbind failure - RPC: Timed out error (solaris)

C: Rpcbind failure - RPC: Timed out error (solaris) hello an nfs server on my sun fire v440 is not responding , i get the error bellow and lots of my networking services are not reponding, please helppppp its an emergency RPC: Rpcbind failure - RPC: Timed out i also get NFS server... (2 Replies)
Discussion started by: feg
2 Replies

7. Solaris

RPC: Rpcbind failure - RPC: Timed out

while i trying to mount from NAS i have this messages mount -F nfs -o rw 172.16.110.13:/tremabkup /tremabkup nfs mount: 172.16.110.13: : RPC: Rpcbind failure - RPC: Timed out nfs mount: retrying: /tremabkup nfs mount: 172.16.110.13: : RPC: Rpcbind failure - RPC: Timed out nfs mount:... (2 Replies)
Discussion started by: thecobra151
2 Replies

8. Solaris

Disable RPC Bind

I would like to disable RPC bind permanently since I am not going to use rpc bind to network to any other machines. How do I do this so I can stop getting all these error messages? (3 Replies)
Discussion started by: jastanle84
3 Replies

9. Solaris

rpc bind issue

Hi all, I am using Solaris 10 OS on X86 platform. Long back i tried to configure DHCP server on my system but because of rpc-bind, total went in vein.Even now i am unable to access even USB also. When i tried to look for "volfs" service it was offline because one of its dependant... (0 Replies)
Discussion started by: vvpotugunta
0 Replies
Login or Register to Ask a Question