Local Online Activation
In this exercise, you activate a PhotoPrint-server license from the FlexNet license server’s trusted storage on the client.
To activate a local license using appactutil
1. | At a command prompt in the <platform_dir>, to activate a server-side license in client-side trusted storage, enter |
appactutil -served -commServer <port@hostname> -entitlementID <ent_ID>
where
○ | <port@hostname> is 27000@localhost, the license server |
Note:For purposes of this exercise, the default port number 27000 is used. If 27000 is not the port assigned to the license server, specify the correct one in the command.
○ | <ent_ID> is the Entitlement ID you recorded in Step 5 of the Server-Side Online Activation exercise |
This command does the following:
○ | Creates an activation request that contains the entitlement ID |
○ | Sends the activation request to the license server |
Note:In your production environment, best practice is not to assign a default port for the license server. Instead, for security purposes, assign a port number outside of the range 27000 through 27009.
○ | Places one fulfillment record from the license server’s trusted storage into the client machine’s trusted storage |
Output is similar to
Generating activation request using:
Entitlement ID = 4dff-ff10-c75a-432e-8dbf-8bc3-066b-ff1c
Expiration = 29-Nov-2016
ACTIVATION REQUEST SUCCESSFULLY PROCESSED
ProductID NAME=PPrint-server;VERSION=12.0, FulfillmentID FID-1448810769
2. | At a command prompt in the <platform_dir>, to view the new license rights in client-side trusted storage, enter |
appactutil -view
Output is similar to
--------------------------------------------------------------------
Trust Flags: FULLY TRUSTED
Fulfillment Type: PUBLISHER ACTIVATION
Status: ENABLED
Fulfillment ID: FID_d7a83787_46d6_43b1_a65b_ad85e135aa60
Entitlement ID: ff6a-cf25-7c72-4b15-9d49-945e-4b2f-519f
Product ID: NAME=PhotoPrint-client;VERSION=12.0
Suite ID: NONE
Expiration date: 29-Nov-2016
Feature line(s):
INCREMENT PrintToPDF demo 12.3 29-nov-2016 1 ISSUER="My Corporation" \
ISSUED=29-nov-2015 START=28-nov-2015 SIGN="003F 469C FAA0 F579 \
2035 9632 BDAB B500 67F2 72CE 68BA FF86 4FC8 4123 FF47"
INCREMENT Print demo 12.3 29-nov-2016 1 ISSUER="My Corporation" \
ISSUED=29-nov-2015 START=28-nov-2015 SIGN="0072 6DC3 2310 9577 \
9B9D 781E 36BC 0900 0E73 A2B7 C4A3 99FF BCA0 F23F 1D94"
INCREMENT PrintHighQualityColor demo 12.3 29-nov-2016 1 ISSUER="My \
Corporation" ISSUED=29-nov-2015 START=28-nov-2015 SIGN="0080 \
7DCA A76B 32CD 539C D4D2 F8C5 E900 8A05 0830 DEC5 8686 FB52 \
2E64 B961"
--------------------------------------------------------------------
Trust Flags: FULLY TRUSTED
Fulfillment Type: SERVED ACTIVATION
Status: ENABLED
Fulfillment ID: FID-1448810769
Entitlement ID: 4dff-ff10-c75a-432e-8dbf-8bc3-066b-ff1c
Product ID: NAME=PhotoPrint-server;VERSION=12.0
Suite ID: NONE
Expiration date: 29-Nov-2016
Feature line(s):
INCREMENT PrintToPDF demo 12.3 29-nov-2016 1 ISSUER="My Corporation" \
ISSUED=29-nov-2015 START=28-nov-2015 SIGN="003F 469C FAA0 F579 \
2035 9632 BDAB B500 67F2 72CE 68BA FF86 4FC8 4123 FF47"
INCREMENT Print demo 12.3 29-nov-2016 1 ISSUER="My Corporation" \
ISSUED=29-nov-2015 START=28-nov-2015 SIGN="0072 6DC3 2310 9577 \
9B9D 781E 36BC 0900 0E73 A2B7 C4A3 99FF BCA0 F23F 1D94"
INCREMENT PrintHighQualityColor demo 12.3 29-nov-2016 1 ISSUER="My \
Corporation" ISSUED=29-nov-2015 START=28-nov-2015 SIGN="0080 \
7DCA A76B 32CD 539C D4D2 F8C5 E900 8A05 0830 DEC5 8686 FB52 \
2E64 B961"
--------------------------------------------------------------------
Review the two sets of license rights output, noting the information on these lines: Trust Flags, Fulfillment Type, Status, Product ID, Expiration date, and Feature line(s). Compare the fulfillment types of the two sets—for PhotoPrint-client the type is PUBLISHER ACTIVATION and for PhotoPrint-server the type is SERVED ACTIVATION.
FlexNet Operations 2020 R1 SP1 User GuideMarch 2020 |