Answers Database
M1.4/M1.5: Instructions on how to install and run the license manager standalone on sun/solaris/hp workstationsRecord #2851
Product Family: Software For example: $XILINX/bin/sol/lmutil /lmgrd /xilinxd (2) Where to place the license.dat file? $XILINX/data/license.dat or /usr/local/flexlm/licenses/license.dat(the default for flexlm) (3) Setup LM_LICENSE_FILE variable: - Set an environment variable in your user setup(.cshrc) file that points to the license.dat file. For example, if the license.dat file is installed in $XILINX/data, you would enter the following command: setenv m1_license=$XLILNX/data/license.dat - Set the LM_LICENSE_FILE variable in your user setup(.cshrc) file to point to the m1_license variable. - Use an If statement to consider two conditions: (a) Users who have not yet set the LM_LICENSE_FILE variable during the install process (b) Users who have LM_LICENSE_FILE set Following is an example statement: if ( ! $?LM_LICENSE_FILE ) then setenv LM_LICENSE_FILE $m1_license else setenv LM_LICENSE_FILE $ (LM_LICENSE_FILE) :$m1_license endif - Source the .cshrc file (4) Set Server and path to point to xilinxd in license.dat file. Example of license.dat file: SERVER gene 80361d08 2200 DAEMON xilinxd /user/xilinx/bin/sol/xilinxd (5) How to start License Manager? $Xilinx/bin/sol/lmgrd -c <path_to_license_file>/data/license.dat (6) Please refer to following resource for additional documentation on licensing. -Release Document ( From your M1 package) -Solution 2547 at http://www.xilinx.com/techdocs/2547.htm -Solution 2499 at http://www.xilinx.com/techdocs/2499.htm -Answer Database at http://www.xilinx.com/support/searchtd.htm (7) If some client machines run M1.3 and some run M1.4, use the license manager v5.12. End of Record #2851 - Last Modified: 11/29/99 15:58 |
For the latest news, design tips, and patch information on the Xilinx design environment, check out the Technical Tips! |