Need help getting Loadrunner to work with freeBSD system monitoring rstatd/rup/rsysinfo

Hi there

I'm trying to use loadrunner with freebsd system monitoring tools like rstatd/rup/rsysinfo, but I keep getting this error from loadrunner:

Monitor name :UNIX Resources. Internal rpc error (error code:4). Machine: 192.168.1.15. Hint: Check that RPC on this machine is up and running. Check that rstat daemon on this machine is up and running (use rpcinfo utility for this verification). Details: RPC: RPC call failed.
RPC-TCP: recv()/recvfrom() failed.
RPC-TCP: recv()/recvfrom() failed.
WinSock: Connection reset by peer. (entry point: Factory::CollectData).    [MsgId: MMSG-47197]

If i execute this command on my server$ rpcinfo -p
I get the following results:

   program vers proto   port  service
    100000    4   tcp    111  portmapper
    100000    3   tcp    111  portmapper
    100000    2   tcp    111  portmapper
    100000    4   udp    111  portmapper
    100000    3   udp    111  portmapper
    100000    2   udp    111  portmapper
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    100227    2   tcp   2049
    100227    3   tcp   2049
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
    100227    2   udp   2049
    100227    3   udp   2049
    100021    1   udp  42058  nlockmgr
    100021    3   udp  42058  nlockmgr
    100021    4   udp  42058  nlockmgr
    100021    1   tcp  44271  nlockmgr
    100021    3   tcp  44271  nlockmgr
    100021    4   tcp  44271  nlockmgr
    100005    1   udp  33224  mountd
    100005    1   tcp  36239  mountd
    100005    2   udp  44818  mountd
    100005    2   tcp  50094  mountd
    100005    3   udp  44239  mountd
    100005    3   tcp  39123  mountd
    100024    1   udp  38596  status
    100024    1   tcp  53582  status
    100001    5   udp    967  rstatd
    100001    3   udp    967  rstatd
    100001    2   udp    967  rstatd
    100001    1   udp    967  rstatd

Everything above looks fine, but if I execute this command on the server $ rup localhost

I get the following and no statistics:

rup: RPC: Success

I believe the problem is related to how I configure rstatd, I have checked multiple times to make sure it is the newest version and I am doing everything right, but I'm stuck and loadrunner can't connect to RCP on my server.

Anyone have any suggestions or recommendations? :confused: