Licensing for MIMIX is generally handled automatically and will renew before expiration.
However, if you're encountering a 'WARNING: License key near expiration for Assure MIMIX' message, you can manually apply the licensing as a workaround by following these steps.
From a 5250 command line on the IBM i logged in as a user with License Manager Administrator (*ADM) authority:
-
CHGJOB CCSID(37)
-
STRSQL
- Press the Page Down key until you have an empty screen for pasting a SQL Statement.
- Copy/paste this SQL Statement:
-
begin call qsys2.ifs_write_binary(
'/TEMP.LKP',
overwrite=>'REPLACE',
line=>
base64_decode(
trim(t ux'000D' from trim(t ux'000a' from
qsys2.http_get(
'http://gw/skytap?request=license&provider=precisely&feature=hadr')))));
CALL QCMDEXC('LAKEVIEW/APYLICKEY STMF(''/TEMP.LKP'')'); END
-
- Press ENTER. The above SQL statement will create and apply the latest available license keys.
This can be confirmed by reviewing the LAKEVIEW/WRKLICKEY display.
Comments
0 comments
Article is closed for comments.