Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rpcinfo(8nfs) [ultrix man page]

rpcinfo(8nfs)															     rpcinfo(8nfs)

Name
       rpcinfo - report remote procedure call (RPC) information

Syntax
       /etc/rpcinfo -p [ host ]
       /etc/rpcinfo -u host program-number [ version-number ]
       /etc/rpcinfo -t host program-number [ version-number ]

Description
       The  command  makes a remote procedure call (RPC) call to an RPC server and displays its findings based on the specified options.  The pro-
       gram-number argument can be either a name or a number.  If no version is given, it defaults to 1.

Options
       -p     Probe the portmapper running on host, and print a list of all registered RPC programs.  If host is not specified,  defaults  to  the
	      value returned by either or

       -u     Make  an	RPC  call  to  procedure  0  of  program-number  using the user datagram protocol (UDP), and report whether a response was
	      received.

       -t     Make an RPC call to procedure 0 of program-number using the transmission control protocol (TCP), and report whether a  response  was
	      received.

Files
       Names for RPC program numbers

See Also
       hostname(1), tcp(4p), udp(4p), portmap(8nfs)

																     rpcinfo(8nfs)

Check Out this Related Man Page

rpcinfo(8)						      System Manager's Manual							rpcinfo(8)

NAME
rpcinfo - report remote procedure call (RPC) information SYNOPSIS
/usr/sbin/rpcinfo -p [host] /usr/sbin/rpcinfo [-n portnum] -u host program-number [version-number] /usr/sbin/rpcinfo [-n portnum] -t host program-number [version-number] /usr/sbin/rpcinfo -b program-number version-number /usr/sbin/rpcinfo -d program-number version-number OPTIONS
Makes an RPC broadcast to procedure 0 of the specified program and version using UDP and report all hosts that respond. Deletes registra- tion for the RPC service of the specified program and version. This option can be executed only by the superuser. Uses portnum as the port number for the -t and -u options instead of the port number given by the portmapper. Probes the portmapper portmap(8), running on host, and print a list of all registered RPC programs. If host is not specified, rpcinfo defaults to the value returned by either hostname(1) or gethostname(2). Makes an RPC call to procedure 0 of program-number using the user datagram protocol (UDP), and report whether a response was received. Makes an RPC call to procedure 0 of program-number using the transmission control protocol (TCP), and report whether a response was received. DESCRIPTION
The rpcinfo command makes a remote procedure call (RPC) call to an RPC server and displays its findings based on the specified options. The program-number argument can be either a name or a number. If a version is specified, rpcinfo attempts to call that version of the specified program. Otherwise, rpcinfo attempts to find all the registered version numbers for the specified program by calling version 0. If version 0 exists, rpcinfo attempts to obtain this information by calling an extremely high version number. The rpcinfo command then attempts to call each registered version. EXAMPLES
To show all of the RPC services registered on the local machine, use: # rpcinfo -p To ping the mountd service registered on the machine named klaxon, use: # rpcinfo -u klaxon mountd To show all machines on the local network that are running the ypserv daemon, use: # rpcinfo -b ypserv 'version' | uniq where 'version' is the current NIS version obtained from the results of the -p option. To delete the registration for version 1 of the ypbind daemon, use: # rpcinfo -d walld 1 FILES
Names for RPC program numbers SEE ALSO
Commands: hostname(1), portmap(8) Networking: tcp(7), udp(7) rpcinfo(8)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

rpcinfo

I use HP-UX 11.0 I type a command: #rpcinfo #with no parameters And system gave the following messages: rpcinfo:can't contact rcpbind :RPC: Rpcbind failure - RPC: Failed(unspecified error) Why? (1 Reply)
Discussion started by: uxnt
1 Replies

2. Debian

NFS problems (Debian)

I'm trying to share some directories with NFS among Debian machines. In order to do so, I installed nfs-common and nfs-kernel-server on the server machine. It seemed that starting portmap daemon lasted a long time and I get the following messages in /var/log/messages: Jan 30 18:18:03 masternode... (26 Replies)
Discussion started by: bellman
26 Replies

3. UNIX for Dummies Questions & Answers

Is it possible to set a timeout for rpcinfo?

I've created a script that checks the health of a piece of equipment out in the field by first establishing that it is pingable, and then parsing log files to gather information. Today I realized that there are times where the equipment may be pingable, and will not show any immediate issues in... (1 Reply)
Discussion started by: DeCoTwc
1 Replies

4. Solaris

rpcinfo error

I get following error from one of my NFS server .. the tcp wrapper is turned off .. what else could be the problem ? rpcinfo -p 10.63.25.176 rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error) (0 Replies)
Discussion started by: fugitive
0 Replies

5. Solaris

Help in undertanding RPCinfo

Need help experts I am trying start a service that is required for my application (it was running fine till yesterday) to start my service, i will got to my application Install folder and /Serverroot/bin/run_tc_idsm I get a error below unable to register (rpc_prog_number = 536875586 ,... (0 Replies)
Discussion started by: karghum
0 Replies

6. Solaris

Rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error)

I have two servers with a fresh install of Solaris 11, and having problems when doing rpcinfo between them. There is no firewall involved, so everything should theoretically be getting through. Does anyone have any ideas? I did a lot of Google searches, and haven't found a working solution yet. ... (2 Replies)
Discussion started by: christr
2 Replies

7. AIX

AIX 5.3 NFS export not mounting, rpcinfo hang/timeout on server

Been trying to get a directory NFS-mounted with no success. I've tried both NFS v3 and v4, but currently trying v4. I can't figure out what's going on here. server: sbkovwadmd01 sbkovwadmd01# chnfsdom Current local domain: edw.dev sbkovwadmd01# lssrc -a | grep nfs | grep active nfsd ... (3 Replies)
Discussion started by: eckertd
3 Replies