Mirror Activator for Oracle license files

A license file contains a set of information that enables a set of features of a Sybase product set. The LM_LICENSE_FILE environment variable is used to point to a license file.

ODR_AGENT is the license file identifier for Mirror Activator for Oracle.

On HP

You may receive the following error message:

(SYBASE) Vendor daemon can't talk to lmgrd (Cannot read data from license server (-16,287:22 "Invalid argument"))(lmgrd)

StepsTo correct the problem and restart the daemons after editing the start.sh file.

  1. Edit the $SYBASE/SYSAM-1_0/bin/startd.sh file and add the following two lines:

    	ulimit -n 1024
    ulimit -H -n 1024
    

    The file should then look like this:

    #!/bin/sh
    # startd.sh
    # P1 = component directoryulimit -n 1024
    ulimit -H -n 1024
    cd $1$1/bin/lmgrd -c $1/licenses/license.dat -l $1/log/lmgrd.log
    2> $1/log/stderr.out &
    
  2. Use this file to start lmgrd.