License manager

In HP-UX 11.23 the default value for the number of file descriptors is 2048 and is considered very high for the license manager daemon. There are two ways you can workaround this:

#!/bin/sh
ulimit -H -n 1024
Imgrd [...]

The [...] is for the Imgrd arguments.