We’re upgrading your documentation experience!
A new doc website is live at docs.openit.cloud — a temporary preview during our transition. This website is now in maintenance-only mode (only critical issues will be addressed).
Explore the new website and send us your feedback!
#
Configuring Open iT CFG Directives
This section shows the step by step configuration of openit.cfg file directives.
#
Configuring File Space Period and Offset in Unix
This covers the instructions on how to configure the StorageAnalyzer file space schedule and offset in Unix systems.
Open the
openit.cfgin the openit directory, which is by default in/etc/opt/openit.Modify the values of the directives
STORAGE_FILE_SPACE_PERIODandSTORAGE_FILE_SPACE_OFFSETaccording to your preference. The default values are sunday and 400, respectively.Save the changes.
#
Configuring File Systems Period in Unix
This covers the instructions on how to configure the StorageAnalyzer file system period in Unix systems.
Open the
openit.cfgin the openit directory, which is by default in/etc/opt/openit.Modify the value of the
STORAGE_FILE_SYSTEMS_PERIODdirective according to your preference. The default value is 86400. Change the value with your desired value.Save the changes.
#
Configuring File Type Classification in Unix
This covers the instructions on how to configure the StorageAnalyzer file type classification in Unix systems.
Open the
openit.cfgin the openit directory, which is by default in/etc/opt/openit.Modify the value of the
STORAGE_FILE_SPACE_LEVELdirective according to your preference. The default value is 1. Change the value with your desired value. See details on different file type level in Configuring File Type Classification section.Save the changes.
#
Configuring LSF Batch Logs Directory
This directive refers to the directory containing the LSF batch logs.
Open the
openit.cfgin the openit directory, which is by default in/etc/opt/openit.Set the path to the LSF batch logs in the
LSB_ACCT_DIRdirective.Save the changes.
#
Configuring PBS Accounting Logs Directory
This refers to the directory containing the PBS accounting logs.
Open the
openit.cfgin the openit directory, which is by default in/etc/opt/openit.Set the path to the PBS accounting logs in the
PBS_ACCT_DIRdirective.Save the changes.
#
Configuring Sun Grid Engine Root Directory
This refers to the root directory of the Sun Grid Engine installation.
Open the
openit.cfgin the openit directory, which is by default in/etc/opt/openit.Set the Sun Grid Engine root directory in the
SGE_ROOT_DIRdirective.Save the changes.
#
Configuring SAR Binary Directory
This refers to the directory containing the SAR binary.
Open the
openit.cfgin the openit directory, which is by default in/etc/opt/openit.Set the path to the SAR binary in the
SARdirective.Save the changes.
#
Configuring Power BI Cut-off Age and Data Types
The POWERBI_CUTOFF_AGE value is deducted from the current year, and then the difference will become the starting date of processing. The starting date of processing will be January 1st of that year (e.g., Current year is 2022, and the directive value is 2. The start date of processing will be 1/1/2020) while the POWERBI_DATATYPES lists the data types to be processed.
Open the
openit.cfgin the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration.Modify the values of the directives
POWERBI_CUTOFF_AGEandPOWERBI_DATATYPESaccording to your preference. The default values are 2 and 75,94,95,102, respectively.Save the changes.
Open the
openit.cfgin the openit directory, which is by default in/etc/opt/openit.Modify the values of the directives
POWERBI_CUTOFF_AGEandPOWERBI_DATATYPESaccording to your preference. The default values are 2 and 75,94,95,102, respectively.Save the changes.
#
Configuring the Maximum Age of the dist-config Distributable
This directive refers to the maximum age (in seconds) of the dist-config distributable.
Open the
openit.cfgin the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\.Modify the values of the directive
DIST_CONFIG_MAX_AGEaccording to your preference. The default value is 86400.Save the file.
Open the
openit.cfgin the openit directory, which is by default in/var/opt/openit/etc.Modify the values of the directive
DIST_CONFIG_MAX_AGEaccording to your preference. The default value is 86400.Save the file.
#
Configuring Classification Values Cut-off Age
This directive refers to the maximum age of the classification values to extract from the database.
Open the
openit.cfgin the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\.Modify the values of the directive
CLASSVAR_CUTOFF_AGEaccording to your preference. The default value is three, meaning it will not include data older than three years.Save the file.
Open the
openit.cfgin the openit directory, which is by default in/var/opt/openit/etc.Modify the values of the directive
CLASSVAR_CUTOFF_AGEaccording to your preference. The default value is three, meaning it will not include data older than three years.Save the file.
#
Configuring License Status Max Age
This directive controls when the old status files will be deleted. If this directive is not present, the server will remove files older than one day (86400 seconds).
Open the
openit.cfgin the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\.Modify the values of the directive
LICENSE_STATUS_MAX_AGEaccording to your preference. The default value is 172800.Save the file.
Open the
openit.cfgin the openit directory, which is by default in/var/opt/openit/etc.Modify the values of the directive
LICENSE_STATUS_MAX_AGEaccording to your preference. The default value is 172800.Save the file.
#
Configuring Client Info Max Days
This refers to the maximum number of days a client information will be kept in the client info file on the Core Server.
Open the
openit.cfgin the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\.Modify the values of the directive
CLIENT_INFO_MAX_DAYSaccording to your preference. The default value is 0.Save the file.
Open the
openit.cfgin the openit directory, which is by default in/var/opt/openit/etc.Modify the values of the directive
CLIENT_INFO_MAX_DAYSaccording to your preference. The default value is 0.Save the file.
#
Changing the Data Loading Behavior of Servers
Open the
openit.cfgin the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\.Modify the values of the directive
SERVER_TYPEaccording to your preference. The default value is STANDALONE. Two other values may be used for this directive.- STANDALONE - This is the default server behavior, where the entire database is loaded.
- PRIMARY - This is for the main server in a multi-server setup. Use this value to load all non-filtrator and filtrator data types configured on in the
data_generation_configfile. - SECONDARY - This is the additional processing server in a multi-server setup. Use this value to only load filtrator data types configured on in the
data_generation_configfile.
Save the file.
In a multi-server setup, if you are regenerating data type that is not active on any server, the data type will not be loaded.
To load it manually, run the following command:
"C:\Program Files\OpeniT\Core\External\Strawberry\perl\bin\perl.exe" "C:\Program Files\OpeniT\
Core\bin\add.pl" --datatype <data_type_no>
where <data_type_no> is the data type number to load.
Open the
openit.cfgin the openit directory, which is by default in/var/opt/openit/etc.Modify the values of the directive
SERVER_TYPEaccording to your preference. The default value is STANDALONE.- STANDALONE - This is the default server behavior, where the entire database is loaded.
- PRIMARY - This is for the main server in a multi-server setup. Use this value to load all non-filtrator and filtrator data types configured on in the
data_generation_configfile. - SECONDARY - This is the additional processing server in a multi-server setup. Use this value to only load filtrator data types configured on in the
data_generation_configfile.
Save the file.
In a multi-server setup, if you are regenerating data type that is not active on any server, the data type will not be loaded.
To load it manually, run the following command:
runuser openit -c "/opt/openit/bin/add --datatype <data_type_no>"
where <data_type_no> is the data type number to load.
Multi-server setup must be explicitly configured to behave correctly. There are no strict rules on which servers should process non-filtrator data types.