Hi Angel:
Thanks, yea I need to keep learning so I appreciate it
So using ps --eaf pruduces...
Which does not tell me about the pid. LSOF is not installed
UID PID PPID C STIME TTY TIME CMD
root 0 0 0 16:58:14 ? 0:14 sched
root 1 0 0 16:58:14 ? 0:00 /etc/init -
root 2 0 0 16:58:14 ? 0:00 pageout
root 3 0 0 16:58:14 ? 0:04 fsflush
root 280 1 0 16:58:55 ? 0:00 /usr/lib/saf/sac -t 300
root 288 285 0 16:59:15 pts/1 0:00 -bash
root 250 1 0 16:58:51 ? 0:00 /usr/sadm/lib/wbem/cimomboot
start
root 49 1 0 16:58:27 ? 0:00 /usr/lib/sysevent/syseventd
root 51 1 0 16:58:27 ? 0:00
/usr/lib/sysevent/syseventconfd
root 247 1 0 16:58:50 ? 0:00 /usr/lib/utmpd
root 192 1 0 16:58:46 ? 0:00 /usr/sbin/rpcbind
root 231 1 0 16:58:49 ? 0:00 /usr/sbin/cron
root 241 1 0 16:58:50 ? 0:00 /usr/lib/power/powerd
root 224 1 0 16:58:48 ? 0:00 /usr/sbin/syslogd
root 236 1 0 16:58:49 ? 0:00 /usr/sbin/nscd
root 252 1 0 16:58:51 ? 0:02 /usr/sbin/vold
root 284 280 0 16:58:56 ? 0:00 /usr/lib/saf/ttymon
root 264 1 0 16:58:54 ? 0:02 /usr/local/sbin/sshd
root 285 264 0 16:59:11 ? 0:00 /usr/local/sbin/sshd
root 283 1 0 16:58:55 ? 0:00 /usr/lib/dmi/dmispd
root 299 264 0 20:23:23 ? 0:00 /usr/local/sbin/sshd
root 302 299 0 20:25:01 pts/2 0:00 -bash
root 318 302 0 20:30:39 pts/2 0:00 ps -eaf
Any other clues...?
anyway, hunting for the pid while the rpc is running using ps
> > Angel
> > rpcinfo -p
> > program vers proto port service
> > 100000 4 tcp 111 rpcbind
> > 100000 3 tcp 111 rpcbind
> > 100000 2 tcp 111 rpcbind
> > 100000 4 udp 111 rpcbind
> > 100000 3 udp 111 rpcbind
> > 100000 2 udp 111 rpcbind
> > 300598 1 udp 32772
> > 300598 1 tcp 32771
> > 805306368 1 udp 32772
> > 805306368 1 tcp 32771
> > not sure what this service is...can you enlighten me?
> >>>Hello all,
> >>>I have a question regarding a error message I am receiving in
> >>>/var/adm/messages on a Solaris 8 Sparc box ...patched Oct 8, 2002
> >>>I disabled the following
> >>>/etc/rc2.d
> >>>S73nfs.client
> >>>S74autofs
> >>>S80lp
> >>>S88sendmail
> >>>S71rpc
> >>>S99dtlogin
> >>>S69inet
> >>>/etc/rc3.d
> >>>S15nfs.server
> >>>S76snmpdx
> >>>I am assuming something is tring to use rpc.bind, but I can't figure
out
> >>>what it is.
> >>>error log looks like this...
> >>>Oct 18 16:16:33 hostname server[263]: [ID 514559 daemon.error]
> >>>svc_tp_create: Could not register prog 300598 vers 1 on udp
> >>>Oct 18 16:16:33 hostname server[263]: [ID 514559 daemon.error]
> >>>svc_tp_create: Could not register prog 300598 vers 1 on tcp
> >>>Oct 18 16:16:33 hostname server[263]: [ID 514559 daemon.error]
> >>>svc_tp_create: Could not register prog 300598 vers 1 on ticlts
> >>>Oct 18 16:16:33 hostname server[263]: [ID 514559 daemon.error]
> >>>svc_tp_create: Could not register prog 300598 vers 1 on ticotsord
> >>>Oct 18 16:16:33 hostname [263]: [ID 514559 daemon.error] svc_tp_create:
> >>>Could not register prog 300598 vers 1 on ticots
> >>>Oct 18 16:16:33 hostname server[263]: [ID 163226 daemon.error] unable
to
> >>>create (DMI2_SERVER, DMI2_SERVER_VERSION) for
netpath.
> >>>I would not like to have rpc running...any suggestions. Any info on
this
> >>>error would be helpfull, thanks.
> >>>Ulf
> >>I know this reply doesn't explicitly tell you what it is but as an
> >>option you start the rpc services again, the portmapper, etc. Then run
> >>rpcinfo -p to see what is registering to use rpc.
> >>angel
> Have you checked to actually see what PID 263 is?
> Sorry if I come across as being awkward but in the long rung it's more
> beneficial if I assist you in resolving it yourself rather than just
> telling you, although more time consuming ;)
> angel