# 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.

  1. Open the openit.cfg in the openit directory, which is by default in /etc/opt/openit.

  2. Modify the values of the directives STORAGE_FILE_SPACE_PERIOD and STORAGE_FILE_SPACE_OFFSET according to your preference. The default values are sunday and 400, respectively.

  3. 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.

  1. Open the openit.cfg in the openit directory, which is by default in /etc/opt/openit.

  2. Modify the value of the STORAGE_FILE_SYSTEMS_PERIOD directive according to your preference. The default value is 86400. Change the value with your desired value.

  3. Save the changes.

# Configuring LSF Batch Logs Directory

This directive refers to the directory containing the LSF batch logs.

  1. Open the openit.cfg in the openit directory, which is by default in /etc/opt/openit.

  2. Set the path to the LSF batch logs in the LSB_ACCT_DIR directive.

  3. Save the changes.

# Configuring PBS Accounting Logs Directory

This refers to the directory containing the PBS accounting logs.

  1. Open the openit.cfg in the openit directory, which is by default in /etc/opt/openit.

  2. Set the path to the PBS accounting logs in the PBS_ACCT_DIR directive.

  3. Save the changes.

# Configuring Sun Grid Engine Logs Directory

This refers to the directory containing the Sun Grid Engine logs.

  1. Open the openit.cfg in the openit directory, which is by default in /etc/opt/openit.

  2. Set the path to the Sun Grid Engine logs in the SGE_ROOT_DIR directive.

  3. Save the changes.

# Configuring SAR Binary Directory

This refers to the directory containing the SAR binary.

  1. Open the openit.cfg in the openit directory, which is by default in /etc/opt/openit.

  2. Set the path to the SAR binary in the SAR directive.

  3. 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.

  1. Open the openit.cfg in the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration.

  2. Modify the values of the directives POWERBI_CUTOFF_AGE and POWERBI_DATATYPES according to your preference. The default values are 2 and 75,94,95,102, respectively.

  3. Save the changes.

  1. Open the openit.cfg in the openit directory, which is by default in /etc/opt/openit.

  2. Modify the values of the directives POWERBI_CUTOFF_AGE and POWERBI_DATATYPES according to your preference. The default values are 2 and 75,94,95,102, respectively.

  3. 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.

  1. Open the openit.cfg in the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\.

  2. Modify the values of the directive DIST_CONFIG_MAX_AGE according to your preference. The default value is 86400.

  3. Save the file.

  1. Open the openit.cfg in the openit directory, which is by default in/var/opt/openit/etc.

  2. Modify the values of the directive DIST_CONFIG_MAX_AGE according to your preference. The default value is 86400.

  3. 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.

  1. Open the openit.cfg in the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\.

  2. Modify the values of the directive CLASSVAR_CUTOFF_AGE according to your preference. The default value is three, meaning it will not include data older than three years.

  3. Save the file.

  1. Open the openit.cfg in the openit directory, which is by default in /var/opt/openit/etc.

  2. Modify the values of the directive CLASSVAR_CUTOFF_AGE according to your preference. The default value is three, meaning it will not include data older than three years.

  3. 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).

  1. Open the openit.cfg in the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\.

  2. Modify the values of the directive LICENSE_STATUS_MAX_AGE according to your preference. The default value is 172800.

  3. Save the file.

  1. Open the openit.cfg in the openit directory, which is by default in /var/opt/openit/etc.

  2. Modify the values of the directive LICENSE_STATUS_MAX_AGE according to your preference. The default value is 172800.

  3. 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.

  1. Open the openit.cfg in the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\.

  2. Modify the values of the directive CLIENT_INFO_MAX_DAYS according to your preference. The default value is 0.

  3. Save the file.

  1. Open the openit.cfg in the openit directory, which is by default in /var/opt/openit/etc.

  2. Modify the values of the directive CLIENT_INFO_MAX_DAYS according to your preference. The default value is 0.

  3. Save the file.

# Changing the Data Loading Behavior of Servers

  1. Open the openit.cfg in the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\.

  2. Modify the values of the directive SERVER_TYPE according 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_config file.
    • 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_config file.
  3. 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:

Command Syntax
"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.

  1. Open the openit.cfg in the openit directory, which is by default in /var/opt/openit/etc.

  2. Modify the values of the directive SERVER_TYPE according 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_config file.
    • 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_config file.
  3. 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:

Command Syntax
runuser openit -c "/opt/openit/bin/add --datatype <data_type_no>"

where <data_type_no> is the data type number to load.

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close