• Find out the shared object dependencies in Linux. The result can show what files are missing libraries to run that file.
ldd <file_name>
  • File information in Linux
file <file_name>
  • Launching lmgrd manually via command line. lmgrd, cameo, and license file must be in the same directory:
 lmgrd -c <license_file_name> -l <logfile_name>

license_file_name - the path to the license file. Can use only the license file name if all files are in the same directory.

logfile_name - the path to the log file. Can use only the license file name if all files are in the same directory. Make sure the files have read/write privileges.

  • Checking server status:
 lmutil lmstat -a -c <server_port>@<server_host_or_ip_address>

server_port - the port the server is operating on (Not the cameo daemon port)

server_host_or_ip_address - the host/address the server is hosted on

Prior to using the command, locate lmutil for a particular OS in the downloaded <product folder>\Flex_Utilities_User_Guides_Vendor_Daemons\<FlexNet version>\Server utilities folder. Navigate to the file via the command line and then execute the command above.