Hi there
I'm a bit stuck on this one.
I cannot seem to figure out how to stop the TIME_WAIT on this for UserParameter Requests.
I found some posts on how to create the request
I'm just using the agent2 on my license servers and making the requests in using the conf file.
I've managed to request everything I need.
But after a while my license servers freak out and this is the output of netstat -an
I thought to increase my ulimits but after increasing it, i found that rlm does this already by default already.
Has anyone resolved this before?
Is there something i can change in my .conf to eliminate this?
I'm a bit stuck on this one.
I cannot seem to figure out how to stop the TIME_WAIT on this for UserParameter Requests.
I found some posts on how to create the request
Code:
UserParameter=nuke_i.available,/opt/foundry/rlmutil rlmstat -avail -a -c 4101@foundry-lic | sed -n '/nuke_i/,$p'| grep nuke_i | awk -F'[^0-9]*' '{sum+=$4} END {print sum}'
I've managed to request everything I need.
But after a while my license servers freak out and this is the output of netstat -an
I thought to increase my ulimits but after increasing it, i found that rlm does this already by default already.
Has anyone resolved this before?
Is there something i can change in my .conf to eliminate this?
Comment