Skip to main content

Configuring Client Information Processing

The client information is used to display the list of hosts connected to the server along with their details. Its processing is enabled by default, but if reconfiguration is necessary, follow these instructions to configure:

  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 client information processing, run the command:

    Command Syntax
    openit_oconfinit -u "core_clientinfo.root.scheduler.jobs.core_clientinfo.general.active=true"
  4. To change the scheduling, run the command:

    Command Syntax
    openit_oconfinit -u "core_clientinfo.root.scheduler.jobs.core_clientinfo.scheduling.start-triggers.trigger#1.period=<period>"
    note

    The default value of <period> is PT7M, which means every 7 minutes. Change its value to your desired interval based on the ISO-8601 duration format PnDTnHnMn.nS.

    Example
    openit_oconfinit -u "core_clientinfo.root.scheduler.jobs.core_clientinfo.scheduling.start-triggers.trigger#1.period=PT5M"

    This will set the client information processing to every 5 minutes.