Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

lbuiPrintLicenseUseReport

lbuiPrintLicenseUseReport( 
[ ?products g_productID ]
[ ?filename ltx_fileName ]
)
=> g_report

Description

Displays the license usage report (for example: user logins, host names, display time, number of licenses, and license version) in the CIW or the specified output log file.

Arguments

?products ltx_productID

A list of integers or strings representing DFII product license numbers.

?filename t_fileName

A string representing the full path to the output log file. If you do not specify ?filename, the report is printed in the CIW.

Value Returned

g_report

The license usage report.

Examples

Prints the license usage report for license 95011 and 111 to the CIW:

lbuiPrintLicenseUseReport(?products (list 95011 111))
*WARNING* (lbuiPrint-3) The product 95011 is not a DFII product or a license.
********************************************************************************
  License 111:
*********************************************************************************
Server: 5280@noiflex  Total: 440000  Available: 439876
User       Host            Display                 How many   Minutes   Version   Capability   
----       ----            -------                 --------   -------   -------   ----------   
aras       cosmic2016      rlblr-aras:1.0             1        30383     6.16                  
angupta    cosmic2024      rlblr-angupta:2.0          1        29147     6.15                  
chaitanm   cosmic2026      rlblr-chaitanm:1           1        28948     6.15                  

Prints the license usage report for license 95310 to the file named licenseusage.log

lbuiPrintLicenseUseReport(?products (list 95310) ?filename "/home/<usr2>/licenseusage.log")
*********************************************************************************
  License Virtuoso_Layout_Suite_XL:
*********************************************************************************
   Server: 5280@noiflex  Total: 20000  Available: 19995
User       Host            Display             How many   Minutes   Version   Capability   
----       ----            -------             --------   -------   -------   ----------   
apparao    blrfxe001       rlblr-apparao:1.0      1         286      6.15                  
kpriya     blrfxe001       rlblr-kpriya:3.0       1         142      6.15                  
pratikj    cosmic2040      rlblr-pratikj:1.0      1         85       6.16 
asanwal    rlno-asanwal    :4                     1         28       6.17 

Return to top
 ⠀
X