Answers Database


How to start the license manager automatically at boot time (Unix workstation)?


Record #3892

Problem Title:
How to start the license manager automatically at boot time (Unix workstation)?


Problem Description:
Urgency: Standard

General Description: How to automatically start the license manager
at boot time?


Solution 1:

You will need root privileges for this step because you need to edit
your UNIX system files. You may need assistance from a system
administrator.

Under SunOS4, to start the lmgrd license server every time your machine
reboots, edit your "/etc/rc.local" file and add the following long single
line:

<xilinx>/bin/sun/lmgrd -l /tmp/lmgrd.log -c <full_license_file_path>


Under Solaris, create a shell script with a name similar to S99start_license containing the followin g lines:

#!/bin/sh
<xilinx>/bin/sol/lmgrd -l /tmp/lmgrd.log -c <full_license_file_path>

and install the script with executable rights (chmod 744) in the directory, /etc/rc2.d. The license
  manager
will start automatically whey you boot at runlevel 2 or higher.


Under HP-UX, to start the lmgrd license server every time your machine
reboots, edit your "/etc/rc" file and add the following long single
line:

<xilinx>/bin/hp/lmgrd -l /tmp/lmgrd.log -c <full_license_file_path>




End of Record #3892 - Last Modified: 06/25/98 11:13

For the latest news, design tips, and patch information on the Xilinx design environment, check out the Technical Tips!