cuwiner 发表于 2007-03-13 10:34

rpcinfo -p表示什么实际意义?

rpcinfo -p
   program vers proto   portservice
    100000    4   tcp    111rpcbind
    100000    3   tcp    111rpcbind
    100000    2   tcp    111rpcbind
    100000    4   udp    111rpcbind
    100000    3   udp    111rpcbind
    100000    2   udp    111rpcbind
    100232   10   udp32772sadmind
    100083    1   tcp32771
    100221    1   tcp32772
    100229    1   tcp32773metad
    100229    2   tcp32773metad
    100230    1   tcp32774metamhd
    100242    1   tcp32775metamedd
    100422    1   tcp32776
    100068    2   udp32773
    100068    3   udp32773
    100068    4   udp32773
    100068    5   udp32773
    100011    1   udp32774rquotad
    100001    2   udp32775rstatd
    100001    3   udp32775rstatd
    100001    4   udp32775rstatd
    100002    2   udp32776rusersd
    100002    3   udp32776rusersd
    100002    2   tcp32777rusersd
    100002    3   tcp32777rusersd
    100008    1   udp32777walld
    100012    1   udp32778sprayd
    100024    1   udp32779status
    100024    1   tcp32778status
    100133    1   udp32779
    100133    1   tcp32778
    100021    1   udp   4045nlockmgr
    100021    2   udp   4045nlockmgr
    100021    3   udp   4045nlockmgr
    100021    4   udp   4045nlockmgr
    100021    1   tcp   4045nlockmgr
    100021    2   tcp   4045nlockmgr
    100021    3   tcp   4045nlockmgr
    100021    4   tcp   4045nlockmgr
    300598    1   udp32783
    300598    1   tcp32782
805306368    1   udp32783
805306368    1   tcp32782
    100249    1   udp32784
    100249    1   tcp32783


看书上说The rpcinfo command makes an RPC call to an RPC server, and reports
what it finds.

不知道这个rpcinfo 有什么实际意义?

nus 发表于 2007-03-13 10:40

man rpcinfo

NAME
   rpcinfo - report RPC information


-p                      Probe rpcbind on host usingversion
                           2   oftherpcbindprotocol,and
                           display a list of all registered RPC
                           programs.If host is not specified,
                           it defaults to the local host.This
                           optionisnot useful for IPv6; use
                           -s (see below)instead.Notethat
                           version2ofthe rpcbind protocol
                           was previously knownastheport-
                           mapper protocol.

cuwiner 发表于 2007-03-13 10:42

原帖由 nus 于 2007-3-13 10:40 发表
man rpcinfo

NAME
   rpcinfo - report RPC information


-p                      Probe rpcbind on host usingversion
                           2   oftherpcbindprotocol,and
    ...

看英语的字可以看的明白,但是还是不明白他说的是什么意思?

小鹭 发表于 2007-03-13 10:58

首先要弄明白什么是rpc机制

a55569769 发表于 2011-03-04 22:45

远程过程调用
页: [1]
查看完整版本: rpcinfo -p表示什么实际意义?