# Activating SystemAnalyzer and Other Data Collection Sources

SystemAnalyzer is responsible for configuring data collection of a specific applications' host machine system resources.

The following sections will guide you on the required configuration to activate Application Monitoring and other data collection sources.

# Activating SystemAnalyzer

SystemAnalyzer is active by default; make sure it is activated before activating other data collection sources. If it is inactive, follow these instructions to activate:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the data collection for SystemAnalyzer, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/system_analyzer.root.systemanalyzer.active=true"
  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the data collection for SystemAnalyzer, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.active=true"

If you want to activate Application Monitoring on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Activating Process Accounting

Process Accounting is active by default; make sure it is activated to turn on the application usage data collection. If it is inactive, follow these instructions to activate:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the data collection for Process Accounting, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/system_analyzer.root.systemanalyzer.process-accounting.active=true"
  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the data collection for Process Accounting, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.process-accounting.active=true"

If you want to activate Process Accounting on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Activating System Activity Report (SAR)

SAR is active by default; make sure it is activated to enable monitoring and collection of system performance reports. If it is inactive, follow these instructions to activate:

The Windows System Activity Report (WinSAR) provides detailed information about various system loads, including CPU activity, memory usage, interrupts, device load, network activity, and swap space utilization. It collects data using the Performance Monitor in the Windows system, allowing users to monitor machine load, input/output usage, and other system activities.

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the monitoring and collection of system performance reports for SAR, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/system_analyzer.root.systemanalyzer.sar.active=true"

SAR is a Unix System command that reports various system loads, including CPU activity, memory usage, interrupts, device load, network activity, and swap space utilization. It provides information on machine load, input/output usage, and other system activities.

  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the monitoring and collection of system performance reports for SAR, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.sar.active=true"

If you want to activate SAR on selected clients, follow the instructions in the Activating Features on Selected Clients section.

Recommended reading: Configuring SAR Binary Directory

# Activating Application Usage Collector

Application Usage Collector is active by default; make sure it is activated to enable monitoring of processes and their resource consumption. If it is inactive, follow these instructions to activate:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the Application usage collector, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/system_analyzer.root.systemanalyzer.appusage.active=true"
  4. Activate the module poller, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/system_analyzer.root.systemanalyzer.appusage.module-poller.active=true"
  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the Application usage collector, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.appusage.active=true"
  3. Activate the module poller, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.appusage.module-poller.active=true"

Recommended reading: Configuring Modules (DLL) for Polling

If you want to activate Application Usage Collector on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Activating Inventory Scan

Inventory Scan is active by default; make sure it is activated to enable collection of software inventory data on workstations. If it is inactive, follow these instructions to activate:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the collection of software inventory data on workstations for Inventory scan, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/system_analyzer.root.systemanalyzer.inventoryscan.active=true"
  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the collection of software inventory data on workstations for Inventory scan, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.inventoryscan.active=true"

If you want to activate Inventory Scan on selected clients, follow the instructions in the Activating Features on Selected Clients section.

Recommended reading: Configuring Application Inventory

# Activating Grid Collectors

Grid collectors are inactive by default; you must activate it to begin system resource monitoring for Grid Computing Resources. Follow these instructions to activate:

  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the following Grid collectors, run the following commands:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.grid-collectors.pbs.active=true"
    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.grid-collectors.lsb.active=true"
    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.grid-collectors.lsf.active=true"
    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/system_analyzer.root.systemanalyzer.grid-collectors.sge.active=true"

If you want to activate Grid Collectors on selected clients, follow the instructions in the Activating Features on Selected Clients section.+

Recommended reading: Configuring Grid Collectors

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