Skip to main content
Version: 10.3

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_yamlinit coreserver update asset core_clientinfo.yaml:general.active=true
  4. To change the scheduling, run the command:

    Command Syntax
    openit_yamlinit coreserver update asset core_clientinfo.yaml:scheduling.start-triggers.0.period="'<period>'"
    note

    The default value of <period> is '*/7 * * * *', which means it runs every 7 minutes within each hour, starting at minute 0. Change its value to your desired interval based on the crontab(5) manual page.

    Example
    openit_yamlinit coreserver update asset core_clientinfo.yaml:scheduling.start-triggers.0.period="'*/5 * * * *'"

    This will set the client information processing to every 5 minutes within each hour, starting at minute 0.

  5. Open the Task Manager.

  6. Under Services, restart the OpeniTCoreServerPipeline service.