Operating System - HP-UX
1833864 Members
2014 Online
110063 Solutions
New Discussion

Re: portmap on hpux 11.11

 
Luk Vandenbussche
Honored Contributor

portmap on hpux 11.11

Hello,

I am using NFS software from TUn make a connection between a PC and my server.
It is running well under hpux 10.20.
Now I am transferring to hpux 11.11, but is it say portmap doesn't run. I know it doesn't exist on HPUX 11.11. But what is the alternative?

Thanks.
4 REPLIES 4
U.SivaKumar_2
Honored Contributor

Re: portmap on hpux 11.11

Hi,
In HP-UX 11.x Alternative to portmap is rpcbind
To start it.
#rpcbind

regards,
U.SivaKumar
Innovations are made when conventions are broken
Luk Vandenbussche
Honored Contributor

Re: portmap on hpux 11.11

rpcbind is running but the client software doesn't connect .
T G Manikandan
Honored Contributor

Re: portmap on hpux 11.11

Use the rpcinfo utility to verify that the portmapper is the cause.

The portmapper services is known as
rpcbind
rpc.portmap
portmapper


THanks
G Manikandan
U.SivaKumar_2
Honored Contributor

Re: portmap on hpux 11.11

Hi,
On the server these processes should run
#rpcbind
and
#nfsd
regards,
U.SivaKumar

Innovations are made when conventions are broken