AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only

How to check that rpcbind/portmap on AIX allowes updates from non privilaged ports?

  • 1.  How to check that rpcbind/portmap on AIX allowes updates from non privilaged ports?

    Posted Sun November 09, 2014 08:53 PM

    Originally posted by: DerekHsu(Taiwan)


    Hi,

    I am trying to implement a service on AIX based on ONCRPC protocal and I want to use  a RPC library called oncrpc4j(https://github.com/dCache/oncrpc4j/) because it is a non-blocked i/o library. I found it works fine on my work machine (WIndows 7) but failed on my AIX work station. I described the situation here (https://github.com/dCache/oncrpc4j/issues/6). The author of oncrpc4j told me that check that rpcbind/portmap on AIX allowes updates from non privilaged ports. But I just can find out how to do this, is anybody could provide help? Thank you.