BAM Server support

I urgenly need to get BAM running. However after installing all modules and checking on the canopy i get the following error.
Please assist. am a i linux user dont know whether there is something that still needs be isntalled

Level: 0 Time: 2005-09-29 14:53:05 File:
businessrules/FlexLicenseManager.cpp Line: 264 Message: Unable to check
out BAMServer for this reason: Cannot connect to license server.
The server (lmgrd) has not been started yet, or
the wrong port@host or license file is being used, or the
port or hostname in the license file has been changed.
Feature: BAMServer
Server name: 172.16.0.19
License path:=20
/usr/local/Canopy/FLEXnet/license_files//bam.35006689.2005.Jun. -
29_license.lic
FLEXnet Licensing error:-15,570. System Error: 111 "Connection
refused"
For further information, refer to the FLEXnet Licensing End User Guide,
available at “www.macrovision.com”.

Make sure the License server is running (lmgrd). Type:

lsof -ni4TCP:27000 (…the 27000 is the default port)

You should see something like this:

COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
lmgrd 7499 nobody 0u IPv4 7043 TCP *:27000 (LISTEN)
motocnpy 7507 nobody 0u IPv4 7043 TCP *:27000 (LISTEN)

I recommend to read the documentation for the License Manager and then BAM.

If the ‘lmgrd’ is not listed, then try:

/etc/init.d/lmgrd status (…if you get a message that it is not running, then…)

/etc/init.d/lmgrd start (…if installed correctly, the daemon should start)