# Activating Raw Data Collection

Raw data collection is responsible for sending raw logs and sampling data for debugging and reprocessing. The following configurations will guide you on the required configuration to activate raw data collection.

Raw data collection is active by default. 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 raw logs and sampling data for debugging and reprocessing, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/raw_collection.root.rawcollection.active=true"
  4. By default, module activation changes are applied every 6 hours. However, if you want to activate the raw data collection immediately, run the appropriate command based on your system setup:

  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 raw logs and sampling data for debugging and reprocessing, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/raw_collection.root.rawcollection.active=true"
  3. By default, module activation changes are applied every 6 hours. However, if you want to activate the raw data collection immediately, run the appropriate command based on your system setup:

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

# Activating Raw Data Collection for Poll and Log Collectors

Raw data collection for poll and log collectors is active by default. 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 raw data collection for poll and log collectors, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/raw_collection.root.rawcollection.rawdata.active=true"
  4. By default, module activation changes are applied every 6 hours. However, if you want to activate the raw data colleciton for poll and log collectors immediately, run the appropriate command based on your system setup:

  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 raw data collection for poll and log collectors, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/raw_collection.root.rawcollection.rawdata.active=true"
  3. By default, module activation changes are applied every 6 hours. However, if you want to activate the raw data collection for poll and log collectors immediately, run the appropriate command based on your system setup:

If you want to activate Raw Data Collection for Poll and Log Collectors on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Activating Raw Data Collection for License Poller Complete

Raw data collection for license poller complete is active by default. 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 raw data collection for license poller complete, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/raw_collection.root.rawcollection.licpollcomplete.active=true"
  4. By default, module activation changes are applied every 6 hours. However, if you want to activate the raw data collection for license poller complete immediately, run the appropriate command based on your system setup:

  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 Raw data collection for license poller complete, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/raw_collection.root.rawcollection.licpollcomplete.active=true"
  3. By default, module activation changes are applied every 6 hours. However, if you want to activate the raw data collection for license poller complete immediately, run the appropriate command based on your system setup:

If you want to activate Raw Data Collection for License Poller Complete on selected clients, follow the instructions in the Activating Features on Selected Clients section.