Operating System - Tru64 Unix
1748156 Members
4074 Online
108758 Solutions
New Discussion юеВ

Re: pdntfs[1596943]: unable to RPC register tcp.

 
SOLVED
Go to solution

pdntfs[1596943]: unable to RPC register tcp.

What is the cause of the problem/message "pdntfs[1596943]: unable to RPC register tcp". The log file "/var/adm/syslog.dated/current/lpr.log" indicates that this message gets created about every 2 seconds. A detailed event has the following informations:

Formatted Message:
pdntfs[1682130]: unable to RPC register tcp.

Event Data Items:
Event Name : sys.unix.syslog.lpr
Priority : 400
PID : 1573392
PPID : 1572865
Event Id : 23873480
Member Id : 3
Timestamp : 12-Jan-2004 12:05:00
Host IP address : 10.1.5.77
Cluster IP address: 10.1.5.79
Host Name : orfdevdb.dallasisd.org
Cluster Name : devdbcls
User Name : root
Format : pdntfs[1682130]: unable to RPC register tcp.
Reference : cat:evmexp.cat:200


The system is a ES40 with Tru64 5.1B, patch kit 3.

Thanks

Mathias
6 REPLIES 6
Ralf Puchner
Honored Contributor

Re: pdntfs[1596943]: unable to RPC register tcp.

please try

rpcinfo -p

to check if rpc is still running. If not configure nfs and rpc will be started automatically.

pdntfs is an advanced printing component. Message is generated by lpr.
Help() { FirstReadManual(urgently); Go_to_it;; }

Re: pdntfs[1596943]: unable to RPC register tcp.

Thanks.

Yes, rpc is still running:

# rpcinfo -p orfdevdb
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
300717 0 tcp 1023
100005 1 udp 825 mountd
100005 3 udp 825 mountd
100005 1 tcp 829 mountd
100005 3 tcp 829 mountd
100003 2 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 udp 2049 nfs
100003 3 tcp 2049 nfs
100024 1 udp 1125 status
100024 1 tcp 1140 status
100021 1 tcp 1141 nlockmgr
100021 2 tcp 1141 nlockmgr
100021 3 tcp 1141 nlockmgr
100021 4 tcp 1141 nlockmgr
100020 3 tcp 1141 llockmgr
100021 1 udp 1126 nlockmgr
100021 2 udp 1126 nlockmgr
100021 3 udp 1126 nlockmgr
100021 4 udp 1126 nlockmgr
100020 3 udp 1126 llockmgr
100011 1 udp 1115 rquotad
100068 2 udp 1114 rpc.cmsd
100068 3 udp 1114 rpc.cmsd
100068 4 udp 1114 rpc.cmsd
100083 1 tcp 1134 rpc.ttdbserverd
105005 1 tcp 1133
105004 1 udp 1113
390113 1 tcp 7937 nsrexec
1342177279 4 tcp 3813
1342177279 1 tcp 3813
105005 1 udp 4518
#

Re: pdntfs[1596943]: unable to RPC register tcp.

Some additional info:
I think the program gets started by inetd:

from /etc/inetd.conf:

# APX - notification server, prog 105005
105005/1 stream rpc/tcp wait nobody /usr/pd/lib/pdntfs pdntfs

This is the entry from "daemon.log":

Jan 13 08:19:40 orfdevdb inetd[1574124]: /usr/pd/lib/pdntfs: exit status (1)
Jan 13 08:20:11 orfdevdb last message repeated 354 times

I did not find any reference to this program (pdntfs) in the Tru64 documentation. Any hints where to look?

Thanks

Mathias
Ralf Puchner
Honored Contributor
Solution

Re: pdntfs[1596943]: unable to RPC register tcp.

as written in my previous posting. It is part of the advanced printing toolkit. The port 1133 is still used as seen by the rpcinfo output:

105005 1 tcp 1133
105004 1 udp 1113

so ports seem to be used, another start of pdntfs doesn't work if trying to register via portmap.

Please check if advanced printing is properly configured and post output of

grep nobody /etc/passwd


Help() { FirstReadManual(urgently); Go_to_it;; }

Re: pdntfs[1596943]: unable to RPC register tcp.

Thanks, I will check the printing configuration. Her is the output:

# grep nobody /etc/passwd
nobody:*Nologin:65534:65534:anonymous NFS user:/:
nobodyV:*Nologin:60001:60001:anonymous SystemV.4 NFS user:/:

Mathias

Re: pdntfs[1596943]: unable to RPC register tcp.

Yes, thanks. It looks like the Advanced Printing Software was not configured correctly.

Mathias