OrcaFlex License Manager
Introduction
Open iT supports OrcaFlex usage reporting by collecting log files and converting them to Open iT format.
An Open iT Core Client is installed on your license server for this collection. The data collector monitors and gathers the license usage history logs from the license manager every midnight. Once the logs are collected, the data collection process triggers and the logs are passed to the data preprocessor. After the data is preprocessed, it is transferred to the Core Server for further storage, completing the history logs collection and processing.
This will produce the following aggregated data types used for historical reporting:
- (89) Total License Use Licenseevents
- (90) Individual License Use Licenseevents
- (91) Usergroup License Use Licenseevents
- (108) Host License Use Licenseevents
- (109) Hostgroup License Use Licenseevents
The following sections will guide you in setting up the necessary configuration to collect and send the required data to the server.
Apply the configurations shown in the Open iT Core Client.
Requirements
- An Open iT Core Client connected to an Open iT Core Server or a coexistent Open iT Core setup
- License server administrative rights
- Full path to the debug log file
Configuring Log File Collection
These are the required steps to configure collection of OrcaFlex log files.
- Windows
- Unix
-
Go to the Components directory, which is by default in
C:\Program Files\OpeniT\Core\Configuration\Components
, and back up thelogfilecollector-orcaflex.xml
file. -
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
-
Once in the directory, set the location of the OrcaFlex log files, run the command:
Command Syntaxopenit_confinit -c "logfilecollector-orcaflex.logfilecollector.source.dir=<orcaflex_log_dir>"
where
<orcaflex_log_dir>
is the location of the OrcaFlex log files.Exampleopenit_confinit -c "logfilecollector-orcaflex.logfilecollector.source.dir=C:\ProgramData\OrcaFlex"
Sample Log File Content
3635794431905 3/18/2015 12:31:44 PM 3/18/2015 12:32:05 PM Disconnected 21 wli N709 C:\Program Files (x86)\Orcina\OrcaFlex\9.7\OrcaFlex64.exe OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Network
3635794431906 3/18/2015 12:32:46 PM 3/18/2015 12:32:55 PM Disconnected 8 wli N709 C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Netwo
3635794431907 3/18/2015 12:34:19 PM 3/18/2015 12:34:23 PM Disconnected 3 wli N709 C:\Program Files (x86)\Orcina\OrcaFlex\9.7\OrcaFlex64.exe OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Network
3635794431908 3/18/2015 12:34:32 PM 3/18/2015 12:35:36 PM Disconnected 64 wli N709 C:\Program Files (x86)\Orcina\OrcaFlex\9.7\OrcaFlex64.exe OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Network
3635794431909 3/18/2015 12:36:50 PM 3/18/2015 12:43:43 PM Disconnected 412 wli N709 C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Netwo
3635794431911 3/18/2015 12:43:02 PM 3/18/2015 12:46:46 PM Disconnected 224 ymu N709 C:\Program Files (x86)\Orcina\OrcaFlex\9.6\OrcaFlex64.exe OrcaFlex 9.6c US1WD902CTW1 US1WD902CTW1.tp.tpnet.intra 10.3.205.34 Network
3635794431915 3/18/2015 12:53:43 PM 3/18/2015 12:54:49 PM Disconnected 66 wli N709 C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Netwo
3635794431914 3/18/2015 12:53:13 PM 3/18/2015 12:56:22 PM Disconnected 188 ccox N1128 C:\Program Files (x86)\Orcina\OrcaFlex\9.7\OrcaFlex64.exe OrcaFlex 9.7d US1WDBJ8Q8Z1 US1WDBJ8Q8Z1.tp.tpnet.intra 10.113.106.194 Local
3635794431916 3/18/2015 12:57:11 PM 3/18/2015 12:58:08 PM Disconnected 56 wli N709 C:\Program Files (x86)\Orcina\OrcaFlex\9.7\OrcaFlex64.exe OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Network -
Update the configuration file, run the command:
Command Syntaxopenit_confbuilder --client
Make sure no errors are encountered.
Advanced Configuration
Refer to the OrcaFlex Log File Collection Configuration table to learn more about OrcaFlex configuration in logfilecollector-orcaflex.xml
.
Object Name | Accepted Value | Description |
---|---|---|
source.dir | DirName (e.g., C:\ProgramData\OrcaFlex ) | Location of the OrcaFlex log files. |
source.pattern | String (i.e., OLM Licence Use*.log ) | The glob pattern identifying source files in the source directory. |
source.seen | String (collect , ignore , or tail ) | Seen files are the previously collected source files.
|
source.cmplines | Integer (e.g., 6 , 10 , 20 ) | This is required if the value of source.seen is tail . This is the number of lines compared to source files collected before to determine where to start the collection. Note: If this number is too low, you can end up with an incorrect position, and duplicate data may be in the log files. Usually, it is better to have a few lines more than strictly necessary than even a single line too little. |
target.dir | DirName (i,e., ${OpeniT.directories.temp}/LogFileCollector ) | This is the location of the directory containing the collected log data. |
target.module | String (i.e., license ) | The target type of module (in general). |
target.datatype | String (i.e., orcaflex ) | The specific type of target data. |
target.interval | Timespan (e.g., P30S , P5M , P1D ) | The span of time between collector runs |
target.rotation-size | Integer (e.g., 6 , 10 , 20 ) | The log file rotates if it goes beyond the number (in mb) defined. |
target.rotation-glob | String (e.g., * ) | The glob pattern to match before the log file rotates. |
-
Go to the Components directory, which is by default in
/var/opt/openit/etc/Components
, and back up thelogfilecollector-orcaflex.xml
file. -
Go to the bin directory, which is by default in
/opt/openit/bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd /opt/openit/bin
-
Once in the directory, set the location of the OrcaFlex log files, run the command:
Command Syntax./openit_confinit -r /var/opt/openit/ -d /var/opt/openit/etc/ -c "logfilecollector-orcaflex.logfilecollector.source.dir=<orcaflex_log_dir>"
where
<orcaflex_log_dir>
is the location of the OrcaFlex log files.Example./openit_confinit -r /var/opt/openit/ -d /var/opt/openit/etc/ -c "logfilecollector-orcaflex.logfilecollector.source.dir=/root/ips/logs"
Sample Log File Content
3635794431905 3/18/2015 12:31:44 PM 3/18/2015 12:32:05 PM Disconnected 21 wli N709 /opt/orcina/orcaflex/9.7/OrcaFlex64 OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Network
3635794431906 3/18/2015 12:32:46 PM 3/18/2015 12:32:55 PM Disconnected 8 wli N709 /opt/orcina/orcaflex/9.7/OrcaFlex64 OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Netwo
3635794431907 3/18/2015 12:34:19 PM 3/18/2015 12:34:23 PM Disconnected 3 wli N709 /opt/orcina/orcaflex/9.7/OrcaFlex64 OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Network
3635794431908 3/18/2015 12:34:32 PM 3/18/2015 12:35:36 PM Disconnected 64 wli N709 /opt/orcina/orcaflex/9.7/OrcaFlex64 OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Network
3635794431909 3/18/2015 12:36:50 PM 3/18/2015 12:43:43 PM Disconnected 412 wli N709 /opt/microsoft/office15/excel OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Netwo
3635794431911 3/18/2015 12:43:02 PM 3/18/2015 12:46:46 PM Disconnected 224 ymu N709 /opt/orcina/orcaflex/9.7/OrcaFlex64 OrcaFlex 9.6c US1WD902CTW1 US1WD902CTW1.tp.tpnet.intra 10.3.205.34 Network
3635794431915 3/18/2015 12:53:43 PM 3/18/2015 12:54:49 PM Disconnected 66 wli N709 /opt/microsoft/office15/excel OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Netwo
3635794431914 3/18/2015 12:53:13 PM 3/18/2015 12:56:22 PM Disconnected 188 ccox N1128 /opt/orcina/orcaflex/9.7/OrcaFlex64 OrcaFlex 9.7d US1WDBJ8Q8Z1 US1WDBJ8Q8Z1.tp.tpnet.intra 10.113.106.194 Local
3635794431916 3/18/2015 12:57:11 PM 3/18/2015 12:58:08 PM Disconnected 56 wli N709 /opt/orcina/orcaflex/9.7/OrcaFlex64 OrcaFlex 9.7d US1WDBPWRHS1 US1WDBPWRHS1.tp.tpnet.intra 10.113.106.181 Network -
Update the configuration file, run the command:
Command Syntax./openit_confbuilder --client
Make sure no errors are encountered.
Advanced Configuration
Refer to the OrcaFlex Log File Collection Configuration table to learn more about OrcaFlex configuration in logfilecollector-orcaflex.xml
.
Object Name | Accepted Value | Description |
---|---|---|
source.dir | DirName (e.g., /root/orcaflex/logs ) | Location of the OrcaFlex log files. |
source.pattern | String (i.e., OLM Licence Use*.log ) | The glob pattern identifying source files in the source directory. |
source.seen | String (collect , ignore , or tail ) | Seen files are the previously collected source files.
|
source.cmplines | Integer (e.g., 6 , 10 , 20 ) | This is required if the value of source.seen is tail . This is the number of lines compared to source files collected before to determine where to start the collection. Note:: If this number is too low, you can end up with an incorrect position, and duplicate data may be in the log files. Usually, it is better to have a few lines more than strictly necessary than even a single line too little. |
target.dir | DirName (i,e., ${OpeniT.directories.temp}/LogFileCollector ) | This is the location of the directory containing the collected log data. |
target.module | String (i.e., license ) | The target type of module (in general). |
target.datatype | String (i.e., orcaflex ) | The specific type of target data. |
target.interval | Timespan (e.g., P30S , P5M , P1D ) | The span of time between collector runs |
target.rotation-size | Integer (e.g., 6 , 10 , 20 ) | The log file rotates if it goes beyond the number (in mb) defined. |
target.rotation-glob | String (e.g., * ) | The glob pattern to match before the log file rotates. |
Activating Log Data Collection
These are the required steps to activate collection of OrcaFlex log data.
- Windows
- Unix
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
-
Once in the directory, activate the collection of OrcaFlex log data, run the command:
Command Syntaxopenit_oconfinit -u "collect_license_orcaflex-logs.root.scheduler.jobs.collect_orcaflex_licenselogs.general.active=true"
-
Go to the bin directory, which is by default in
/opt/openit/bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd /opt/openit/bin
-
Once in the directory, activate the collection of OrcaFlex log data, run the command:
Command Syntax./openit_oconfinit -u "collect_license_orcaflex-logs.root.scheduler.jobs.collect_orcaflex_licenselogs.general.active=true"
Advanced Configuration
The collection runs every midnight by default. To configure the intervals, locate the instances
attribute under collect_orcaflex_licenselogs
, preprocess_orcaflex_licenselogs-records
, or transfer_orcaflex_licenselogs
in the same file and configure the attributes.
Refer to the OrcaFlex Log Job Scheduler Instances Configuration table to learn the attributes used to configure OrcaFlex data collection and transfer.
Attribute Name | Accepted Value | Description |
---|---|---|
max-instances | Uint (e.g., 5 , 8 , 9 ) | The number of instances allowed to run the at the same time. |
max-handling | String (end-oldest , end-all-old , or end-new ) | The action done upon reaching the maximum number of instances:
|
end-timeout | Timespan (e.g., P30S , P5M , P1H ) | The maximum waiting time before terminating a running instance. |
quarantine | Timespan (e.g., P30S , P5M , P1H ) | The waiting time before starting a new instance after a previous one. |
Verifying Log Data Collection
After configuration, you can verify that the data is collected by following these steps:
- Windows
- Unix
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
-
Run the command:
Command Syntaxopenit_logfilecollector -c "C:\Program Files\OpeniT\Core\Configuration\logfilecollector-orcaflex.conf"
-
Verify that there are
*.data
files created in the LogFileCollector directory, which is by default inC:\Program Files\OpeniT\Core\Log\temp\LogFileCollector
.
-
Go to the bin directory, which is by default in
/opt/openit/bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd /opt/openit/bin
-
Run the command:
Command Syntax./openit_logfilecollector -c "/var/opt/openit/etc/logfilecollector-orcaflex.conf"
-
Verify that there are
*.data
files created in the LogFileCollector directory, which is by default inC:\Program Files\OpeniT\Core\Log\temp\LogFileCollector
.