Verifying that the license manager is running

Sybase supplies utilities with the license manager to check the status of the license manager daemon.

StepsTo verify that the license manager daemon is running

  1. Enter the following:

    On Windows:

    %SYBASE%\SYSAM-1_0\bin\lmutil lmstat -c
    

    On UNIX:

    lmstat -c
    
  2. Verify that both lmgrd and the SYBASE processes are running before you run Mirror Replication Agent.

If the license manager daemon is not running, you see a message similar to the following:

lmgrd is not running: Cannot connect to license server

As a result, you must start it manually, as described in the following procedure.

StepsTo start the license manager daemon on Windows

  1. From the Windows Start menu, select Select Programs | Sybase Software Asset Management (SySAM).

  2. The license manager daemon can run either as a service or as a process.

StepsTo start the license manager daemon on UNIX

  1. Enter the following command:

    $SYBASE/$SYBASE_SYSAM/bin/lmgrd -c $LM_LICENSE_FILE -l $SYBASE/$SYBASE_SYSAM/log/lmgrd.log &
    

NoteIf you need help, enter lmgrd -h.