Fix readme
Abstract
Starting RCL 8132, license server log will display additional information for checkout and checkin operations. Following additional information would be displayed:
- User name
- Host name
- Session ID
- Product name
- Display Name
Content
The license server log entry for checkout and checkin operations can contain the following information :
a. User Name: User who checked out the license
b. Host Name: Host from which the user checked out license
c. Display Name: Identifies the display from which the checkout was issued.
d. Session ID: A unique identifier for every checkout.
e. Product Name: Name of the product that has checked out the license.
Each of the above field is demarcated using a separator:
a. UserName delimiter : #u#
b. SessionID delimiter : #s#
c. Host Name delimiter : #h#
d. Display Name delimiter : #d#
e. Product Name delimiter : #p#
All the above fields would be enclosed within square brackets '[' and ']'.
Example :
a. Checkout and checkin requests for a floating license:
17:27:32 (ibmratl) OUT: "ClearQuest" Mike@rock.domain.com [#u#Mike#u##s#abcgea91nk9#s##h#rock.domain.com#h##p#Rational ClearQuest#p#]
17:27:56 (ibmratl) IN: "ClearQuest" Mike@rock.domain.com [#u#Mike#u##s#abcgea91nk9#s##h#rock.domain.com#h##p#Rational ClearQuest#p#]
b. Checkout and checkin requests for a token license:
17:41:48 (ibmratl) OUT: "ClearQuest" Mike@rock.domain.com [#u#Mike#u##s#abcgea91nk9#s##h#rock.domain.com#h##p#Rational ClearQuest#p#]
17:41:48 (ibmratl) IN: "ClearQuest" Mike@rock.domain.com [#u#Mike#u##s#abcgea91nk9#s##h#rock.domain.com#h##p#Rational ClearQuest#p#]
17:41:48 (ibmratl) OUT: "TLSTOK" Mike@rock.domain.com [ClearQuest#u#Mike#u##s#abcgea91nk9#s##h#rock.domain.com#h##p#Rational ClearQuest#p#] (2 licenses)
17:42:07 (ibmratl) IN: "TLSTOK" Mike@rock.domain.com [ClearQuest#u#Mike#u##s#abcgea91nk9#s##h#rock.domain.com#h##p#Rational ClearQuest#p#] (2 licenses)
Note :
1. In the example b. the parent feature name (ClearQuest) gets printed in the IN/OUT lines for the TLSTOK feature.
2. Both the examples are samples only, and may not be exactly same as what a ClearQuest user would see.
3. In the above examples:
- User name is Mike
- Session ID is: abcgea91nk9
- Host name is: rock.domain.com
- Product name is: Rational ClearQuest
- Display name is empty. Hence is not printed.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.