PGS Documentation

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes the steps necessary to set up a FlexNet license server for Partek® Partek Genomics Suite® on Suite on a Linux server. You are not required to install the full version of Partek on your license server; only the license server executables installed by the Partek License Server installer or contained in FLEXnet11.12.zip are required to serve Partek FlexNet licenses on your network.

...

(make sure lsb-core is installed)

 


Automated Installation

1 . Download the Linux Installer.

...

This will add a FlexNet server for Partek licenses into your set of system services that will automatically start on system restart. You can use the standard systemctl command to manage the service.

 


SYSV Installation

To install FlexNet to run as an sysv system service (still using admin privileges or sudo root):

...

To run the license server manually, you may use the command line (where <path_to_FlexNet> is /opt/FlexNet or the folder where you installed FLEXNet):

 


cd <path_to_FlexNet>

./lmgrd -c <path_to_FlexNet> -L <path_to_FlexNet>/log.txt

 


Putting a "+" (plus) character in front of the path to the log file (log.txt) causes the license manager server to append logging entries.

...