Distributed server installation guide Issue
You are setting up the network license manager for AutoCAD® 2002 software, and you need to know the procedure for installing the distributed server model.
Note: The network license manager for AutoCAD 2002 software uses FLEXlm® technology. Solution
With the distributed server model, the available licenses are divided (distributed) among more than one license server. The client machines are then pointed to the license server using the environment variable, ADSKFLEX_LICENSE_FILE. When the environment variable is used, the client automatically attempts to get a license from the second license server when the first license server has no more available licenses, or when the first server is unavailable. For the client machine to be able to request a license from more than one server, the environment variable must be set.
Note: If the licpath.lic file and the ADSKFLEX_LICENSE_FILE environment variable are both used, the environment variable takes priority.
The following process is used to implement distributed license servers:
- Install and authorize the license servers in the same manner as for a single license server.
For information about installing and authorizing a single license server, see related solution TS64756.
Note that each server must be individually authorized.
- Set the ADSKFLEX_LICENSE_FILE environment variable (the procedure varies depending on the operating system).
To set the environment variable
Use the procedure described for your operating system to set the environment variable:
For Microsoft® Windows 98 and Windows Me:
- Open the autoexec.bat file in a text editor, such as Microsoft® Notepad, and add a line to set the ADSKFLEX_LICENSE_FILE environment variable. The at sign (@) must precede the server name, and multiple license servers can be listed by separating them with a semicolon (;). Use one of the following examples as a guide:
set ADSKFLEX_LICENSE_FILE=@server1
set ADSKFLEX_LICENSE_FILE=@server1;@server2;@server3
- Save the autoexec.bat file with the file type set as All Files (*.*).
- Restart Windows for the new setting to take effect.
For Windows NT® 4.0:
- In Control Panel, double-click the System item to open it.
- In the System Properties dialog box, click the Environment tab.
- Under System Variables, select any variable listed.
- In the Variable box, replace the current value with ADSKFLEX_LICENSE_FILE.
- In the Value box, replace the current value with the at sign (@) followed by the host name of each license server to which you want to point the client. Separate each server name with a semicolon (;). For example:
@server1;@server2;@server3
- Click Set.
The values you set should be displayed in the System Variables box.
- Click OK.
For Windows 2000:
- Right-click My Computer and click Properties, or open the System item in Control Panel.
- In the System Properties dialog box, Advanced tab, click Environment Variables.
- In the Environment Variables dialog box, under System Variables, click New.
- In the New System Variable dialog box, enter ADSKFLEX_LICENSE_FILE in the Variable Name field.
- In the Variable Value field, enter an at sign (@) followed by the host name of each license server to which you want to point the client. Separate each server name with a semicolon (;). For example:
@server1;@server2;@server3
- Click OK in each dialog box to close all open dialog boxes.
For Windows® XP Professional
- In Control Panel, double-click Performance and Maintenance.
- Click System.
- On the Advanced tab, click Environment Variables.
- Under System Variables, click New.
- Enter the new environment variable name, ADSKFLEX_LICENSE_FILE.
- In the Variable Value field, enter an at sign (@) followed by the host name of each license server to which you want to point the client. Use a semicolon (;) to separate each server name. For example:
@server1;@server2;@server3
- Click OK in each dialog box to close all open dialog boxes.
Give us your feedback on this document:
AUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |