2. AccuRev® Command-Line Reference : licenses

licenses
display or set AccuRev licensing information
Usage
accurev licenses [ -fx[v] ] [ -u ]
Description
The licenses command displays the AccuRev licensing information currently in effect, or updates the licensing information by rereading the license file.
Options
-u
Update the licensing information by rereading file aclicense.txt in the directory <AccuRev-installation-dir>/storage/site_slice on the AccuRev Server machine. Then display the updated results.
-fx
Display the results in XML format.
-fxv
(“verbose”) For floating, 7-day, and 24-hour licenses, include the following information:
Note: If the time of last renewal is longer ago than the minimum checkout time, that could indicate that a non-expiring session is active for the user.
Examples
Display the current AccuRev licensing information, in XML format (fields in italics constitute the verbose output):
> accurev licenses -fxv
<acResponse>
    <licenseCounts>
        <license
            name="AccuRev"
            count="250"
            usage_count="1"
            min_checkout="1440">
            <user
                name="jclark"
                checkout_time="2016/10/05 16:10:14"
                last_renewed_time="2016/10/05 16:10:14"/>
        </license>
    </licenseCounts>
</acResponse>
 
See Also
AccuRev Installation and Release Notes

Micro Focus