Installation et déploiement : Must License Installation Guide HOPEX V2 EN : Configuring several licensing modes
   
Configuring several licensing modes
 
Configuration with concurrent mode (floating mode)
Check .Must licence
Enable extended mode in megasite.ini.
Configure command line
Configuration with dedicated mode
Check .Must licence
Enable extended mode in megasite.ini.
Configure command line
In certain situation, the same product can be programmed in serval licensing modes.
Ex:
For HOPEX IT Architecture:
5 access in shared mode
10 access in concurrent mode (floating mode)
5 access in dedidated mode
 
Command line parameters will be used to control user tokens (LAN tokens) delivery.
By default the product named LAN is used in shared mode.
There can also be a product named LAN_F for concurrent mode.
There can aslo be a product named LAN_D for dedicated mode.
 
The general steps will be:
Check that .Must licence is programmed in the expected mode.
Enable extended mode in megasite.ini.
Configure command line.
Configuration with concurrent mode (floating mode)
Check .Must licence
A product LAN_F must be programmed in concurrent mode.
Other products must be programmed in concurrent mode.
This can be checked in the licence file description: the second digit equals 0.
 
Ex:
ARC_F=2 ; 0
DMO=3 ; 0
SUP=1 ; 1
LAN=1 ; 1
LAN_F=4 ; 0
 
Programmed in concurrent mode
Programmed in concurrent mode
Programmed in dedicated mode
Programmed in dedicated mode
Programmed in concurrent mode
 
Note that the extension _F is conventional (except for LAN_F). DMO is programmed in concurrent mode although it is not called DMO_F.
Enable extended mode in megasite.ini.
In megasite.ini add the following line in the section [Must licence].
[Must licence]
LAN_F=1
Configure command line
This property 'Command line' exists at login level and profile level.
Use the /RW syntax and quote product codes programmed in concurrent mode.
Ex: /RW'LAN_F,ARC_F,DMO'
 
Reminders:
It is recommended to configure command line for profiles rather than for logins
Standard profiles are protected, it is recommended to create a custom profiles that inherits from a standard profile.
Changing command lines property will reset technical data cache. A warning 'The technical data are not compiled…' will be displayed as long as technical data are not recompiled.
Configuration with dedicated mode
Check .Must licence
A product LAN_D must be programmed in dedicated mode.
Other products must be programmed in dedicated mode.
This can be checked in the licence file description: the second digit equals the first one.
 
Ex:
ARC_D=2 ; 2
SUP=2 ; 2
DMO=2 ; 5
LAN=5 ; 10
LAN_D=4 ; 4
 
Programmed in dedicated mode
Programmed in dedicated mode
Programmed in shared mode
Programmed in shared mode
Programmed in dedicated mode
 
Note that the extension _D is conventional (except for LAN_D). SUP is programmed in concurrent mode although it is not called SUP_D.
Enable extended mode in megasite.ini.
In megasite.ini add the following line in the section [Must licence].
[Must licence]
LAN_F=1
Configure command line
This property 'Command line' exists at login level and profile level.
Use the /RW syntax and quote product codes programmed in concurrent mode.
Ex: /RW'LAN_D,ARC_D'
 
Note that it is not required to quote all product codes programmed in concurrent mode in the command line. Here SUP, is not quoted because it is assigned to a specific login/profile.
 
Reminders:
It is recommended to configure command line for profiles rather than for logins
Standard profiles are protected, it is recommended to create a custom profiles that inherits from a standard profile.
Changing command lines property will reset technical data cache. A warning 'The technical data are not compiled…' will be displayed as long as technical data are not recompiled.