Language
NSK.ico

NetSkateKoban Enterprise FAQ

Category
1. Introduction, Setting
FAQ Number
1-28
Q
Please tell me how to share user information and registered device information among multiple Koban Managers.
A

When monitoring a large-scale network, there may be cases where you want to share the same user information and registered device information across multiple Koban Managers for purposes such as load balancing.

In such cases, it is necessary to configure multiple Koban Managers to share the same Koban database and to set an ID for identifying each manager.

Specifically, first configure the database reference settings in each manager's DB reference configuration file "config/db.properties" to be identical. Next, in the "ID=" line of each manager's configuration file "config/LocalHost.conf" assign a unique number that does not overlap with the other managers.

An example configuration of the "LocalHost.conf" file is shown below.

Note: When changing the ID information of a manager in operation or when taking a manager out of service, please perform the following procedures in the corresponding manager beforehand.

(1) In the Koban Browser's monitoring interface list screen, select all monitoring interfaces currently being monitored and stop network monitoring.

(2) From the menu bar, select "Tools (T)" ⇒ "Terminal Connection Status" ⇒ "Change All Terminal Connection Statuses to 'Release'", and set the connection status of all terminals to "Release".

[manager1]
LOCAL_HOST_IPADDRESS=192.168.0.10
ID=0

[manager2]
LOCAL_HOST_IPADDRESS=192.168.0.11
ID=1

[manager3]
LOCAL_HOST_IPADDRESS=192.168.0.12
ID=2