INCLUDE_BORROW
This option is used for licenses held in license files. When licenses are available in trusted storage, normally activation is provided instead of BORROW.
INCLUDE_BORROW feature[:keyword=value] type {name | group_name}
Includes a user or predefined group of users in the list of who is allowed to borrow the BORROW feature. Anyone not in an INCLUDE_BORROW statement is not allowed to borrow licenses. EXCLUDE_BORROW supersedes INCLUDE_BORROW; conflicts between the EXCLUDE_BORROW list and the INCLUDE_BORROW list are resolved by the EXCLUDE_BORROW taking precedence.
Term |
Definition |
feature |
Name of the feature and package being affected. Specify the package name and the feature name or specify only the package name. |
keyword=value |
Feature name modifier to denote a group of licenses. See Specifying Features for details. |
type |
One of USER, HOST, DISPLAY, INTERNET, PROJECT, GROUP, or HOST_GROUP. See Specifying License Restrictions Using Type for details. |
name |
Name of an item of type type for which license borrowing is included. |
group_name |
Name of the group for which license borrowing is included. Group names are case sensitive. |
For example, the following option syntax includes user tom in the list of users able to borrow feature f1:
INCLUDE_BORROW f1 USER tom
Note:For USER_BASED or HOST_BASED features a user or predefined group of users must be on both an INCLUDE list and an INCLUDE_BORROW list to borrow a feature.