如果要使其他主機能夠見到 Agent Controller,Agent Controller 必須開啟一個能夠連接遠端的裝置。 這個連線係利用部署主機上的單一埠來建立。 依預設,這個埠號為 10002,其指定在配置檔 serviceconfig.xml 中。不過,如果在 Agent Controller 的安裝期間啟用了安全, 配置檔中應指定另一個埠作為安全埠。這個埠僅會開啟供安全連線使用,且只有在啟用了 Agent Controller 的安全時才能使用。
您可以在配置檔中修改 <AgentControllerConfiguration> 元素的 port 屬性,指定 Agent Controller 使用不同的埠。
請遵循下列步驟:
<AgentControllerConfiguration activeConfiguration="default"
filePort="10005" isDataMultiplexed="false"
jvm="<jre_lib_dir>/libjvm.so"
loggingDetail="LOW" loggingLevel="INFORMATION" port="10002"
processPolling="true" securedPort="10003" version="4.2.0">
附註:
相關作業
尋找配置檔
管理 Agent Controller