Book Contents

Activation file details

System administrators can find information about the contents of an activation file useful. For example, when writing an Options file, a system administrator might need to obtain activation information without starting the server and shutting it back down again.

Concurrent activation file example

This example shows a concurrent activation file for RSLogix 500:

SERVER LicnSvr 39F837ABC83

VENDOR flexsvr

INCREMENT RS500.exe  flexsvr 1.0 permanent 5 \

    VENDOR_STRING=1234567890 \

    BORROW=48

vendor_info=PRODUCT_NAME:RSLogix500 \

    SN=0451234567

    SIGN="0000 C0A3 5511 2DDD 3151 82FC D473 \

    8F9B 5623 3099 BBCD 63ED 9999 FFFF C829 \

    4606 4E85 7A20 DC42 A691 1234"

The concurrent activation file has these elements:

Element

Description

LicnSvr

The name of the activation server, followed by its binding.

flexsvr

The name of the vendor service.

Increment RS500.exe

The name of the activation that identifies the software product.

1.0

Indicates that this activation will only work with versions 0.0 to 1.0 inclusive.

permanent 5

The number of concurrent activations that have been purchased and are available for check out or borrow.

Vendor_string

The product serial number.

Borrow=48

The time limit, in hours, that an activation can be borrowed. If the product does not support borrowing, this statement will not appear.

Vendor_info

Information that identifies the product.

SN

A number used to identify the vendor for each activation.

SIGN=“ … ”

The signature for this entry in the activation file. The signature enables the activation.

Node-locked activation file example

This example shows a node-locked activation file for an RSNetWorx for ControlNet software package.

INCREMENT rsntwcn3.exe flexsvr 1.0 permanent \

    uncounted \

  VENDOR_STRING=1211234567 \

    HOSTID=39F837ABC83 \

    vendor_info="PRODUCT_NAME:RSNetworx \

    for ControlNet" \

    SN=0431234567 \

    SIGN="0000 3214 1111 CED1 BF34 3214 7777 5312 \

     8878 AABC FE43 7777 5312 8878 AABC FE43 \

     7777 5312 8878 AABC FE43 2222"

The node-locked activation file has these elements:

Element

Description

Increment rsntwcn3.exe

The activation that identifies the RSNetWorx for ControlNet software product.

flexsvr

The name of the vendor service.

1.0

Indicates that this activation will only work with versions 0.0 to 1.0 inclusive.

permanent

The activation never expires.

uncounted

An unlimited number of activations can be used on the specified host.

Vendor_string

The serial number of the product.

HOSTID=39F837ABC83

The binding of the machine that the activation is locked to.

Vendor_info

Information that identifies the product.

SN

A number used to identify the vendor for each activation.

SIGN=“ … ”

The signature for this entry in the activation file.

See also

Activation feature names associated with products

Keywords: activation file