Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

11.2.4 Creating connection destination definition files

Connection destination definition files (agentlist.cfg) are used to define connection information for policy distribution destination servers.

If multiple IP addresses exist in a policy distribution destination server, the operation management client may be unable to connect to the server by using connection information that is obtained automatically. To prevent this kind of problem, use a connection destination definition file (agentlist.cfg) to define information that enables the operation management client to connect to the policy distribution destination server. Connection information defined in agentlist.cfg takes precedence over connection information that is obtained automatically.


Storage location

Connection destination definition files (agentlist.cfg) are text files. Use a text editor such as Notepad to create and edit these files. The paths to these files are as follows:

[Windows]

<Operation Management Client installation directory>\Policy_ROOT\agentlist.cfg


File format

Add the following entry for each host name.

[AgentList]

host name,http://connection destination:port number/SQC/


Definition method

connection destination: Define an IP address or host name that can be connected from the operation management client.

port number:Define a port number that is used for policy distribution.


Definition example

The following is a definition example of agentlist.cfg:

[AgentList]

system_name1, http://192.168.111.333:23440/SQC/

system_name2, http://192.168.111.444:23440/SQC/