September 2000
Beginner
1312 pages
33h 47m
English
/usr/sbin/rpcbind [-d][-w]
The rpcbind daemon is a server that converts RPC program numbers into universal addresses. It must be running on the host to be able to make RPC calls on a server on that machine.
When an RPC service is started, it tells rpcbind the address at which it is listening and the RPC program numbers it is prepared to serve. When a client wants to make an RPC call to a given program number, it first contacts rpcbind on the server machine to determine the address to which RPC requests should be sent.
rpcbind should be started before any other RPC service. Normally, standard RPC servers are started by port monitors, so rpcbind must be started before ...