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_yamlinit coreserver update asset core_clientinfo.yaml:general.active=true -
To change the scheduling, run the command:
Command Syntaxopenit_yamlinit coreserver update asset core_clientinfo.yaml:scheduling.start-triggers.0.period="'<period>'"noteThe 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.
Exampleopenit_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.
-
Open the Task Manager.
-
Under Services, restart the OpeniTCoreServerPipeline service.
-
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_yamlinit coreserver update asset core_clientinfo.yaml:general.active=true -
To change the scheduling, run the command:
Command Syntax./openit_yamlinit coreserver update asset core_clientinfo.yaml:scheduling.start-triggers.0.period="'<period>'"noteThe 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.
-
Restart the Open iT Core Server Pipeline service, run the command:
Command Syntaxsystemctl restart openit-coreserverpipeline