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 |
what are soft links and hard links, and differentiate them.
What is lofs in zones
Difference between NFS version 2 and NFS version 3?
What is /etc/system for?
If you mistype a password, how do you clear it out to retype the password again?
Are kernel parameters tunable during runtime?
what is zone configuration file?
what r d boot options?
I AM MR SAGAR HAVING SUN SOLARIS 10, I AM NOT ABLE TO BROWSE THE INTERNET... I AM NOT HAVING NETWORK DRIVER WHICH SUPPORT SUN SOLARIS 10. I AM HAVING RTL 8111B GB LAN .BUT I AM HAVING RT8111B GB LAN DRIVERS WHICH SUPPORT XP,VISTA,UNIX,LINUX ...BUT IT NOT SUPPORTING FOR SUN SOLARIS 10 ...PLEASE GIVE A DETAILS FOR HAVING DRIVER AND HOW TO ACTIVATE THE NETWORK TO BROWSE THE INTERNET THROUGH SUN SOLARIS 10 THROUGH MOZILLA FIRE FOX ....MY E_MAIL ADDRESS IS \r\nsagar_nithin@yahoo.com
What happened if vxconfigd is disabled?
how to use Multipathing in Solaris
If ping command is not working then how to check the status of the server..?