How RPC will work..?



How RPC will work..?..

Answer / c. anthony francis

RPC services started at boot time with startup scripts run
on available ports above 32768. The rpcbind process
associates RPC program numbers with port numbers. The
rpcbind service must be running on the server system for
you to make RPC requests to the server. When an RPC service
starts at boot, it communicates the following information
to the rpcbind process:
The port with which it is associated
The RPC program number
If a client wants to make an RPC call to a given program
number, it must first contact the rpcbind service on the
server machine to obtain the port address before it can
send the RPC requests. If the RPC service has registered
its current port number with the rpcbind daemon during
startup, the current port number of the RPC service is
returned to the client. When you boot the Solaris 10 OS,
the /lib/svc/method/rpc-bind startup script initializes the
rpcbind service. The port number used by the rpcbind daemon
is listed in the /etc/inet/services file. After the system
starts up, the rpcbind daemon starts listening at port 111.
To view the port number and protocol, perform the command:
# grep rpcbind /etc/services
sunrpc 111/udp rpcbind
sunrpc 111/tcp rpcbind

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Solaris AllOther Interview Questions

How to detect a newly added device if you are not able to detect the device using devfsadm?

1 Answers  


why u can't go for windows& why u chosen UNIX

3 Answers   IBM,


what file shows all available ports?

1 Answers  


Custom jumpstart works on which protocol? or What basis custom jumpstart works on?

4 Answers   IBM,


How to see the disk label and what information does that contains..?

2 Answers  






What is the difference between private and public regions in Veritas Volume manager?

4 Answers  


How to see open ports?

2 Answers   IATA, Locuz,


In solaris we have 2 directories for commands. what are they..? is there any difference b/w those..?

3 Answers  


Suppose if u want to reconfigure the kernel then how ur going to do?

3 Answers  


What is JASS?

1 Answers  


what is incident management and change management and prob management in ticketing tool ,can u explain briefly?

6 Answers   BlueStacks, HCL, IBM, TCS,


what are the questions that will be asked for a 3yrs experienced candidate in solaris system admin. how to face first hr round if one puts fake experience of 2or 3 yrs in solaris system admin. please respond with an opt answer. thank you in advance...

2 Answers   HCL, Wipro,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)