SUMMARY: rpcinfo -p output

2007-12-25 4:50:00

The solution was to modify the services line in my /etc/nsswitch.conf
file to look like this

services: files nisplus [NOTFOUND=return]

and then to restart
nfs.client

and now I see nlockmgr on udp as well as tcp.
Dave.

Below is my original quesiton

I have a solaris 9 machine that shows the nlockmgr running on tcp
when I do a

#rpcinfo -p

100021 1 tcp 4045 nlockmgr
100021 2 tcp 4045 nlockmgr
100021 3 tcp 4045 nlockmgr
100021 4 tcp 4045 nlockmgr

I have a different machine running solaris 2.7 that shows
nlockmgr running on tcp AND udp.

100021 1 udp 4045 nlockmgr
100021 2 udp 4045 nlockmgr
100021 3 udp 4045 nlockmgr
100021 4 udp 4045 nlockmgr
100021 1 tcp 4045 nlockmgr
100021 2 tcp 4045 nlockmgr
100021 3 tcp 4045 nlockmgr
100021 4 tcp 4045 nlockmgr

My question is how do I get the solaris 9 machine to
run the nlockmgr on udp as well as tcp?

Thanks much!
Dave Martini
LLNL

Comments

Got something to say?

You must be logged in to post a comment.