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:
- Windows
- Unix
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd <bin_dir>Examplecd C:\Program Files\OpeniT\Core\bin -
Once in the directory, activate the client information processing, run the command:
Command Syntaxopenit_oconfinit -u "core_clientinfo.root.scheduler.jobs.core_clientinfo.general.active=true" -
To change the scheduling, run the command:
Command Syntaxopenit_oconfinit -u "core_clientinfo.root.scheduler.jobs.core_clientinfo.scheduling.start-triggers.trigger#1.period=<period>"noteThe 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.
Exampleopenit_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.
-
Go to the bin directory, which is by default in
/opt/openit/bin, run the command:Command Syntaxcd <bin_dir>Examplecd /opt/openit/bin -
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" -
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>"noteThe 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.when=PT5M"This will set the client information processing to every 5 minutes.