Use the following method to define Pull communications.
Execution environment
These settings can be performed on a Manager.
Tasks to perform on a Manager
The settings file is stored in the following location:
Windows
<Variable file storage directory>\control\agentlist.cfg |
UNIX
/etc/opt/FJSVssqc/agentlist.cfg |
Use the following method to edit the above file.
Definition method
Add the following entry for each Pull communication:
host name[/SQC],port number |
To use a proxy server, specify as follows:
host name[/SQC],port number,proxy host name,proxy port number |
Sample definition
The following is a sample agentlist.cfg file:
[AgentList] host.company.co.jp,23440 100.100.100.100,23440 host2.company.co.jp/SQC,80 host3.company.co.jp/SQC,80,proxy.company.co.jp,8080 #100.100.100.100,23440 |
Point
Specify a host name that makes communications possible. An IP address can also be used in place of a host name.
If there are multiple agent servers, specify them on successive lines.
"/SQC" placed after a host name indicates an alias that is needed when the HTTP communication environment on the Agent or Proxy Manager side uses a general http service such as Apache. It is not required if Systemwalker Service Quality Coordinator's own HTTP function is to be used.
Tasks to perform on the Agent
The port number is set to 23440 by default to use Systemwalker Service Quality Coordinator's own functions as the HTTP communication environment on the Agent or Proxy Manager side. To change this port number, edit the following definition file (where the port=23440 setting is located) and restart the thttpd service by referring to "A.8 How to Start and Stop Resident Processes":
Windows
<Variable file storage directory>\control\thttpd.conf |
UNIX
/etc/opt/FJSVssqc/thttpd.conf |
Definition method
cgipat=/cgi-bin/* chroot dir=C:\Program Files\SystemwalkerSQC\www port=23440
|
Note
If a target Agent is operating in a cluster system, specify its physical host name or IP address and not its logical host name or IP address.