For more information about the Option file or parameter syntax, go to the FlexNet License Administration Guide.
SERVER this_host
VENDOR Minitab
USE_SERVER
INCREMENT Minitab minitab XX 31-jul-20XX 10 \
BORROW_LOWWATER product x
MAX_BORROW_HOURS product x
This procedure will synchronize the Minitab License Manager with the client software. When you return the license on the new computer, the license will become available for borrowing again.
You can use an Options file to specify users or groups of users to control
access to Minitab applications. You can specify individual users by their
Windows user account name. For example, if a user has a Windows network logon
account name of
DOMAIN\Username1
, you would specify
Username1 from the Options file to control and/or limit
access to Minitab. You can also use the Options file to specify the same level
of access or restrictions to groups of users. For example, if you want to
restrict a specific department from accessing Minitab applications, create a
group with their usernames, and then use the group to restrict access from
within the Options file. To create a group from an Options file, use the
following syntax:
GROUP groupname username1 username2
Groups that you create in an Options file differ from Windows security groups that are created on a Windows server, which are used for file permissions.
You can use an Options file to reserve licenses for individual users or groups. Reserving a license allocates a set number of licenses for a user or a group of users. The reserved licenses are removed from the available license pool and cannot be checked out by any other user. To reserve licenses for a group of users, use the following syntax:
GROUP groupname username1 username2
RESERVE 2 product GROUP groupname
To reserve a license for a specific user, use the following syntax:
RESERVE 1 product USER username1
You can use an Options file to limit the number of concurrent connections a user or a group of users can check out. This functionality limits a user to starting their Minitab product on one computer at a time. For example, if user1 starts Minitab on computer1 and then logs on to computer2, this user would be denied access to start Minitab on the second computer.
The Minitab License Manager counts multiple instances of Minitab on the same computer by the same user as one checked out license. This is true even if you specify one concurrent connection for a user using this feature.
To limit concurrent connections for users or groups of users, use the following syntax:
GROUP groupname username1 username2
MAX 1 product GROUP groupname
For example, if you want to limit two departmental groups of three users to a maximum of two connections per department, use the following syntax:
GROUP corporategroup corpuser1 corpuser2 corpuser3
GROUP engineeringgroup enguser1 enguser2 corpuser3
MAX 2 product GROUP corporategroup
MAX 2 product GROUP engineeringgroup
For more information about the Options file, go to the FlexNet License Administration Guide.