Configure ONC RPC clnt_create Timeout


 
Thread Tools Search this Thread
Top Forums Programming Configure ONC RPC clnt_create Timeout
# 8  
Old 02-17-2010
Quote:
Would an issue arise if a client were TS and server TI (or vice versa)?
It is a few years since I actually get down into the guts of RPC but I believe the answer is no. The on-the-wire protocol is the same.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 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: 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

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

5. Solaris

Solaris: clnt_create fails on solaris x86

Hi, I am facing an issue with Solaris x86 machine Machine Details: uname -a SunOS sol10-64 5.10 Generic_137138-09 i86pc i386 i86pc .............................. Description: I am trying to register a programm with proramm ID 300760 with version number 1, and tryint to create a... (0 Replies)
Discussion started by: DivakarAdari
0 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. Programming

C Shell RPC help

Hello everyone, I am writing a rpc program, I have put the server program on a directory in another computer and i run the client program from my computer. I want that when i call a function in the server program it will have to execute a shell script and the retruning of the shell script be... (6 Replies)
Discussion started by: ermalguni
6 Replies

8. Red Hat

RPC Timeout

I have a RHEL 2.1 machine that I am trying to get to mount a remote nfs filesystem. Both servers have 2 network interfaces. My linux machine can mount the filesystem through one interface with no problems but if I switch over and try to mount it through the other interface using a totally... (1 Reply)
Discussion started by: darren.wyatt
1 Replies

9. UNIX for Dummies Questions & Answers

RPC service

Hi All, How can I add RPC service in SCO 5.0.7. I did not find in the sco cd please help me Alice (0 Replies)
Discussion started by: alisevA3
0 Replies

10. Programming

Rpc

Hello, I would like to do a program (in C) on which I would have to call 3 or more executables using execl command. But if the executables are situated on another machine say Y and I do a programe on the machine X, is it possible to invoke those executables (binaries) from the other machine... (1 Reply)
Discussion started by: driki
1 Replies
Login or Register to Ask a Question
rpc(3)							     Library Functions Manual							    rpc(3)

NAME
rpc, rpc_functions - Library routines for ONC remote procedure calls DESCRIPTION
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the server calls a dispatch routine to perform the requested service, and then sends back a reply. Finally, the procedure call returns to the client. The RPC subroutines and macros are grouped in the following categories: Client RPC routines (described in rpc_clnt(3)) Calls a remote pro- cedure on a remote system. Broadcasts a call message to all locally connected broadcast nets. Calls the remote procedure that is associ- ated with a specified client handle. Creates a generic RPC client. Change or retrieves various information about a client object. Destroys the client's RPC handle. Frees any data allocated by the RPC/XDR system. Copies the error structure out of the client handle. Prints a message to standard error indicating why a client RPC handle could not be created. Prints a message to standard error correspond- ing to a condition. Prints a message to standard error indicating why an RPC call failed. Returns a string indicating why a client RPC handle could not be created. Returns a pointer to a string that indicates why an RPC call failed. Returns a string that indicates why an RPC call failed. Creates a toy RPC client for a remote program. Creates an RPC client that uses the TCP/IP transport. Creates an RPC client that uses the UDP/IP transport. Server RPC routines (described in rpc_svc(3)) Destroys the RPC service transport handle. Specifies the RPC service side's read file descriptor bit mask. Frees any data allocated by the RPC/XDR system. Decodes the arguments of an RPC request. Gets the network address of the caller. Services an RPC request. Services an RPC request. Maps a program with a service dis- patch procedure. Waits and services RPC requests. Send the results of a remote procedure call. Removes the mapping of program to service dispatch procedures. Processes incorrect authentication errors. Processes parameter decoding errors. Processes procedure number errors. Processes program registration errors. Processes program registration errors. Processes system errors. Processes insufficient authenti- cation errors. Creates an RPC service on top of any open descriptor. Creates a toy RPC service transport. Creates a TCP/IP-based RPC service transport. Creates a UDP/IP-based RPC service transport. RPC XDR routines (described in rpc_xdr(3)) Encodes RPC reply messages. Describes UNIX credentials. Describes RPC call header messages. Describes RPC call messages. Describes RPC authentication information messages. Describes RPC reply messages. Describes RPC reply messages. Miscellaneous RPC routines (described in rpc_misc(3)) Destroys authentication information. Creates and returns an RPC authentication handle. Creates and returns an ONC RPC authentication handle that contains authentication information. Creates and returns an ONC RPC authentication handle that contains default authentication informa- tion. Retrieves the machine's IP address. Retrieves the network name of the caller. Converts from a domain-specific host name to an operating-system independent network name. Converts from an operating-system independent network name to a domain-specific host name. Converts from an operating-system independent network name to a domain-specific user ID. Returns a list of the current RPC program-to-port mappings on the host located at a specified IP address. Returns the port number on which waits a service that supports a specified program number and transport protocol. Instructs portmap on a remote host to make an RPC call. Maps a program to a port. Destroys the mapping of a program to a port. Registers a procedure with the RPC service package. Specifies an error value that is set by an RPC client creation routine. Converts from a domain-specific user name to an operating-system independent network name. Register transport handle with ser- vice. Unregister transport handle with service. RELATED INFORMATION
rpc_clnt(3), rpc_misc(3), rpc_svc(3), rpc_xdr(3), xdr(3) Remote Procedure Calls: Protocol Specification - RFC 1050 delim off rpc(3)