close

1. rpc: remote procedure call (遠端呼叫程序)

功能:

1.各種程式服務會像rpc註冊一個 port  number (有點像機場的gate); 之後程式便可在自己註冊的port nubmer 對外停工相關服務

2. rpc 本身會在 port 111 聽取各方需求

ex: client 想要像server 要求nfs 服務

   a. client  會對server rpc port 111發出需求;詢問 nfs 服務對應port number

   b. server rpc port 111 會回給client  相對應的port number

   c. client 直接對相對應的port number 要求服務

 

2. install & start rpc service

pkg:

[root@pc01 /]# rpm -qa|grep rpcbind

rpcbind-0.2.0-11.el6.x86_64

start

[root@PC ~]# /etc/init.d/rpcbind start

確認rpc 服務已啟動

[root@PC ~]#cat  /var/log/messages|grep rpc

rpc.statd[3302]: Version 1.2.3 starting

or 

[root@pc ~]# service rpcbind status

rpcbind (pid  2915) is running...

加入開機啟動服務

[root@PC ~]# chkconfig rpcbind on

確認rpcbind 服務已加入開機即啟動

[root@pc ~]# chkconfig | grep rpcbind

rpcbind        0:關閉1:關閉2:開啟3:開啟4:開啟5:開啟6:關閉

 

 

 

 

arrow
arrow
    全站熱搜
    創作者介紹

    quantum2nd 發表在 痞客邦 留言(0) 人氣()