| User Opinions (11 votes) |
100%
0%
|
|
Thank you for rating this answer.
|
Article ID: 181
Last Updated: 20th August 2010 07:56:23 am
To use License Statistics to see denied user statistics (cases where users were unable to check out a license because the number of available licenses were exceeded), you must have a debug log generated by a FLEXlm/FlexNet or IBM LUM license server. (Note that this log is different than the License Statistics log, xflicstat.log.)
To generate denied user statistics:
- Generate the Denied Request Log files for either FLEXlm/FlexNet or IBM LUM.
- To generate the Denied Requests Log for FLEXlm/FlexNet, the license server must be configured to store the debug log (refer to your FLEXlm/FlexNet documentation).
- To generate a Denied Requests Log for IBM LUM, you must first capture the usage statistics from the IBM LUM server using the following command: i4blt -r 1 > i4blt.log
- Put the debug log file(s) into the License Statistics importlog directory.
License Statistics will scan the file and put the contents into the database. You can see the import details in the log file. After importing the data into the database, License Statistics deletes the original debug file.
-
You can view the imported data in the License Statistics web interface, where you will see a new server listed with the gathering type shown as "Imported."
An excerpt of a FLEXlm/FlexNet debug log is shown below:
7:32:57 (lmgrd) ----------------------------------------------- 7:32:57 (lmgrd) Please Note: 7:32:57 (lmgrd) 7:32:57 (lmgrd) This log is intended for debug purposes only. 7:32:57 (lmgrd) There are many details in licensing policies 7:32:57 (lmgrd) that are not reported in the information logged 7:32:57 (lmgrd) here, so if you use this log file for any kind 7:32:57 (lmgrd) of usage reporting you will generally produce 7:32:57 (lmgrd) incorrect results. 7:32:57 (lmgrd) 7:32:57 (lmgrd) ----------------------------------------------- 7:32:57 (lmgrd) 7:32:57 (lmgrd) 7:32:57 (lmgrd) Detecting other lmgrd processes... 7:32:57 (lmgrd) Done rereading 7:32:57 (lmgrd) FLEXlm (v9.50) started on hqnas2 (IBM PC) (5/9/2005) 7:32:57 (lmgrd) Copyright (c) 1988-2004 by Macrovision Corporation. All rights reserved. 7:32:57 (lmgrd) US Patents 5,390,297 and 5,671,412. 7:32:57 (lmgrd) World Wide Web: http://www.macrovision.com 7:32:57 (lmgrd) License file(s): C:\Program Files\IPASSI\Security\FLEXlm\ipassi.lic C:\Program Files\IPASSI\Security\FLEXlm\ipassi2.lic 7:32:57 (lmgrd) lmgrd tcp-port 27002 7:32:57 (lmgrd) Starting vendor daemons ... 7:32:57 (lmgrd) Started IPASSI (pid 8604) 7:32:57 (IPASSI) EXPIRED: 500 7:32:57 (IPASSI) EXPIRED: 507 7:32:57 (IPASSI) Server started on hqnas2 for: 500 7:32:57 (IPASSI) 2602 7:32:57 (lmgrd) IPASSI using TCP-port 2134 7:35:11 (IPASSI) OUT: "500" lvj@rvnpc845 7:35:34 (IPASSI) UNSUPPORTED: "507" (PORT_AT_HOST_PLUS ) lvj@rvnpc845 (License server does not support this feature (-18,327)) 7:35:34 (IPASSI) UNSUPPORTED: "507" (PORT_AT_HOST_PLUS ) lvj@rvnpc845 (License server does not support this feature (-18,327)) 7:36:23 (IPASSI) UNSUPPORTED: "507" (PORT_AT_HOST_PLUS ) lvj@rvnpc845 (License server does not support this feature (-18,327)) 7:36:23 (IPASSI) UNSUPPORTED: "507" (PORT_AT_HOST_PLUS ) lvj@rvnpc845 (License server does not support this feature (-18,327)) 7:37:16 (IPASSI) OUT: "500" lvj@rvnpc845 7:37:24 (IPASSI) IN: "500" lvj@rvnpc845 7:37:27 (IPASSI) IN: "500" lvj@rvnpc845 7:37:32 (IPASSI) OUT: "500" lvj@rvnpc845 . . . 12:50:32 (IPASSI) DENIED: "500" lvj@rvnpc845 (Licensed number of users already reached (-4,342)) 12:50:32 (IPASSI) DENIED: "500" lvj@rvnpc845 (Licensed number of users already reached (-4,342)) 12:50:33 (IPASSI) DENIED: "500" lvj@rvnpc845 (Licensed number of users already reached (-4,342)) 12:50:33 (IPASSI) DENIED: "500" lvj@rvnpc845 (Licensed number of users already reached (-4,342)) 12:50:33 (IPASSI) DENIED: "500" lvj@rvnpc845 (Licensed number of users already reached (-4,342)) 12:50:33 (IPASSI) DENIED: "500" lvj@rvnpc845 (Licensed number of users already reached (-4,342)) 12:50:36 (IPASSI) DENIED: "500" lvj@rvnpc845 (Licensed number of users already reached (-4,342)) 12:50:36 (IPASSI) DENIED: "500" lvj@rvnpc845 (Licensed number of users already reached (-4,342)) 12:50:37 (IPASSI) DENIED: "500" lvj@rvnpc845 (Licensed number of users already reached (-4,342)) . . .
|