When you have a licensed product,
And you get
CPI9E75: Grace period expires in xx days
And it further says:
When the grace period expires, all users exceeding the usage limit are released, starting from the most recently added user, until the number of uses no longer exceeds the usage limit.
What does this exactly mean?
Can we "release" other users to avoid more critical workers?
Usage limit . . . . . . . . : 500
Threshold . . . . . . . . . : 450
Usage Count Information:
All partitions . . . . . : 295.00
Local partition . . . . . : 290.00
Peak Usage Information:
Peak usage . . . . . . . : 290.00
Last peak . . . . . . . . : 09/17/22 13:38:01
I had recently used: 10=Reset peak usage
This is not an IBM product. Apparently once you exceed that peak the countdown is started. So I am trying to figure out what exactly they mean by "all users exceeding the usage limit are released".
See also:
SELECT PRODUCT_ID, FEATURE_ID, PRODUCT_TEXT,
USAGE_LIMIT, USAGE_COUNT, GLOBAL_COUNT,
PEAK_USAGE, DEC(PEAK_USAGE/USAGE_LIMIT, 15, 2) AS PERCENT_USED
FROM QSYS2.LICENSE_INFO
WHERE USAGE_LIMIT > 0
ORDER BY PERCENT_USED desc
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 7310 Innovation Blvd, Suite 104
Ft. Wayne, IN 46818
Ship to: 7310 Innovation Blvd, Dock 9C
Ft. Wayne, IN 46818
http://www.dekko.com
As an Amazon Associate we earn from qualifying purchases.