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


 
Thread Tools Search this Thread
Operating Systems Solaris RPC: Rpcbind failure - RPC: Timed out error (solaris)
# 1  
Old 06-08-2011
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


Code:
RPC: Rpcbind failure - RPC: Timed out

i also get

Code:
NFS server <servername> not responding still trying

error

how do i solve an rpcbind failure and nfs error problems
# 2  
Old 06-08-2011
Is RPC daemon running?, does it show any errors?

Code:
svcs -x rpc/bind

# 3  
Old 06-08-2011
rpc bind is online. but here are the last error messages


Quote:
tail -10 /var/adm/messages
Jun 8 14:28:45 scsi: [ID 243001 kern.info] /pci@1d,700000/SUNW,qlc@1/fp@0,0 (fcp2):
Jun 8 14:28:45 FCP: Report Lun Has Changed
Jun 8 14:28:45 scsi: [ID 243001 kern.info] /pci@1d,700000/SUNW,qlc@1/fp@0,0 (fcp2):
Jun 8 14:28:45 FCP: Report Lun Has Changed
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. HP-UX

RPC Error

Hi All, I am receiving RPC-Error 5 and sometimes RPC-Error 2 in my Hp-Ux servers. I have tried to kill and restart again.. Again same errors. Sometimes RPC process going down. Due to this other applications are not working in Hp ux servers. Kindly share some ideas for root cause... Or... (2 Replies)
Discussion started by: jakmani
2 Replies

2. 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

3. 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

4. Programming

[C][RPC][Solaris]Not compiling client/server

Hello, I have task to make a program that multiplies polynomials as client(input/output indexes)-server(multiplying) using RPC. However when I try to compile it with gcc it gives the next info: for client: Udefined first symbol referenced Clnt_create client.o for server: Udefined first... (5 Replies)
Discussion started by: manarina
5 Replies

5. Solaris

Error : "RPC: Rpcbind failure - RPC: Timed out"

Hello I am having an issue with a server SUN FIRE T2000 (Solaris 10). First of all the server didn't boot normaly so I did a full restoration of the file systems. Now the server boot, most of the services are available (not all the services), but I keep on seeing RPC: Rpcbind failure -... (4 Replies)
Discussion started by: feg
4 Replies

6. 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

7. Solaris

NFS and RPC in Solaris 10

I have been told to disable the rpc processes such as rstat and rusers on some servers for security concerns, what if I am running NFS on those servers. Would it affect the NFS since both rstat and rusers are nfs daemons?? I MUST have the NFS running on the server. Can I disable rstat and rusers... (2 Replies)
Discussion started by: mitsurughi
2 Replies

8. Solaris

RPC failure on yp operation

Hi....I just changed the hostnname on some of my servers.., changing the NIS master hostname first... I was able to bring the NIS master back up but when I tried to si - to a different group of users, I got the following error message: RPC failure on yp operation Anyone knows what else I... (1 Reply)
Discussion started by: Remi
1 Replies

9. Cybersecurity

Solaris 8, RPC, and CDE need some help.

I just installed Solaris 8 on an Intel based PC and am in the process of securing it. When I disable RPC my CDE desktop does not show up. I get my mouse cursor and a black screen. Also, anyone know how to disable SMC on Solaris 8. Thanks (3 Replies)
Discussion started by: Beauford
3 Replies
Login or Register to Ask a Question