Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic TAU (steve huntington)
Decrease font size
Increase font size
Topic Title: Tau G2 on Solaris
Topic Summary: Tau licenese.dat location
Created On: 13-Jan-2005 17:29
Status: Read Only
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
Answer This question was answered by suneel santharam, on Friday, March 11, 2005 4:46 PM

Answer:
Hello Olaf,

Let me give you an overview picture of the license concept.

1. What is required to generate the license for UNIX?
2. What are different kinds of licenses that can be generated?

I hope addressing the above questions will answer your query.

Q1 : What is required to generate the license for UNIX?
1. Hostid
2. HostName

Now to address you first query "where shalI I put the license.dat file for Tau G2 on Solaris or Linux."
Here you should check the name of the "Server" for which the license is generated.

If this does not help you. The next Q will help you to get the answer.

Q2.What are different kind of licenses that can be generated?
1. Demo
2. Node-lock license.
3. Client-Server License.

Description:
1. Demo

This should look like:
-----------------------------
DAEMON telelogic
PACKAGE TAU-UML-SQDE telelogic 2.0 F08050C1D37E83A0907E \
COMPONENTS="TAU-UML-BASE:2.0 TAU-SQDE:2.0 TAU-LINKS:2.0" \
OPTIONS=SUITE
...
FEATURE TAU-ARCHITECT telelogic 2.000 xx-xxx-xxxx 0 6DA12379E5ADD8758561 "T41-03990" DEMO

where "..." represents additional lines which I have removed.


To configure this license. Just copy this license to your installation directory of the tool and it will work.

NOTE: No HostId and HOSTNAME are needed.

2. Node-lock license.

This also involves coping the license to the installation directory of the tool and it will Work.

NOTE: HostId and HOSTNAME are needed(For which it is generated).

3. Client-Server License.

This should look like:
------------------------
SERVER sbardx5d 830cc645 19353
DAEMON telelogic /appl/telelogic/flex/telelogic
USE_SERVER
FEATURE Telelogic_Support telelogic 1.000 23-jun-2004 10 0D30FA271A29B88FE346 "T92-09843"

This requires you to first configure the license by using FlexLm tool version 9.2.

In that case you need to first setup the license for the Server machine.

Follow the following steps:
------------------------------
Step1:
In the Environment Variable set the path of the license file:
i.e.:
TELELOGIC_LICENSE_FILE=/path/of_the_license_file/license.dat

Step2:

Please follow the command provided below to startup/setup the license server on a Solaris/Linux machine:

Below binaries are available in FlexLm folder.

./lmgrd –c /export/home/tlogic/applcation/license.dat (This the path where the license file is located) –l /export/home/tlogic/Guru/license.dat

./lmutil lmstat (This is to verify the status of the license).

Refer to command provided below to shutdown the license:

./lmdown –c /export/home/tlogic/applcation/license.dat

Once this is done in server, only set the environment variable in the client.
I.e.
TELELOGIC_LICENSE_FILE=19353@hostname

19353 is the port number it is specify in the license file in the "SERVER" line.
Ex:
SERVER sbardx5d 830cc645 19353

See the extreme right of the above line.

Hope this will help you.

If you are still facing any issue please contact support.

Best Regards,
Suneel.
 13-Jan-2005 17:29
User is offline View Users Profile Print this message


Olaf Menzel

Posts: 2
Joined: 20-Dec-2004

Hello, where shal I put the license.dat file for Tau G2 on Solaris or Linux. There is no explaination for the Unix versions. The email and the help files only decribing the Windows installtion and setup up. After putting the license.dat file to the Telelogic binary directory the software responded with "no license key found". Is there any possibility to configure the path to the license.dat file from the software gui or any config file ??
Report this to a Moderator Report this to a Moderator
 13-Jan-2005 23:59
User is offline View Users Profile Print this message


suneel santharam

Posts: 15
Joined: 4-Sep-2003

Answer Answer
Hello Olaf,

Let me give you an overview picture of the license concept.

1. What is required to generate the license for UNIX?
2. What are different kinds of licenses that can be generated?

I hope addressing the above questions will answer your query.

Q1 : What is required to generate the license for UNIX?
1. Hostid
2. HostName

Now to address you first query "where shalI I put the license.dat file for Tau G2 on Solaris or Linux."
Here you should check the name of the "Server" for which the license is generated.

If this does not help you. The next Q will help you to get the answer.

Q2.What are different kind of licenses that can be generated?
1. Demo
2. Node-lock license.
3. Client-Server License.

Description:
1. Demo

This should look like:
-----------------------------
DAEMON telelogic
PACKAGE TAU-UML-SQDE telelogic 2.0 F08050C1D37E83A0907E \
COMPONENTS="TAU-UML-BASE:2.0 TAU-SQDE:2.0 TAU-LINKS:2.0" \
OPTIONS=SUITE
...
FEATURE TAU-ARCHITECT telelogic 2.000 xx-xxx-xxxx 0 6DA12379E5ADD8758561 "T41-03990" DEMO

where "..." represents additional lines which I have removed.


To configure this license. Just copy this license to your installation directory of the tool and it will work.

NOTE: No HostId and HOSTNAME are needed.

2. Node-lock license.

This also involves coping the license to the installation directory of the tool and it will Work.

NOTE: HostId and HOSTNAME are needed(For which it is generated).

3. Client-Server License.

This should look like:
------------------------
SERVER sbardx5d 830cc645 19353
DAEMON telelogic /appl/telelogic/flex/telelogic
USE_SERVER
FEATURE Telelogic_Support telelogic 1.000 23-jun-2004 10 0D30FA271A29B88FE346 "T92-09843"

This requires you to first configure the license by using FlexLm tool version 9.2.

In that case you need to first setup the license for the Server machine.

Follow the following steps:
------------------------------
Step1:
In the Environment Variable set the path of the license file:
i.e.:
TELELOGIC_LICENSE_FILE=/path/of_the_license_file/license.dat

Step2:

Please follow the command provided below to startup/setup the license server on a Solaris/Linux machine:

Below binaries are available in FlexLm folder.

./lmgrd –c /export/home/tlogic/applcation/license.dat (This the path where the license file is located) –l /export/home/tlogic/Guru/license.dat

./lmutil lmstat (This is to verify the status of the license).

Refer to command provided below to shutdown the license:

./lmdown –c /export/home/tlogic/applcation/license.dat

Once this is done in server, only set the environment variable in the client.
I.e.
TELELOGIC_LICENSE_FILE=19353@hostname

19353 is the port number it is specify in the license file in the "SERVER" line.
Ex:
SERVER sbardx5d 830cc645 19353

See the extreme right of the above line.

Hope this will help you.

If you are still facing any issue please contact support.

Best Regards,
Suneel.
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic TAU forum.
There are currently 1 users logged in.
The most users ever online was 15 on 31-Mar-2008 at 16:22.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.