上一主题: 打开远程安装和 Engine 验证所需的端口下一主题: 更改 Engine 端口


更改 Control Service 端口

Arcserve RHA Control Service 默认设计用于侦听端口 8088。然而,如果另一个应用程序已使用此端口,则可以更改环境中的默认端口。负责 Control Service 端口配置的配置文件是 ws_man.exe.config。因此,如果您想在安装 Control Service 端口之后更改它,则您需要更改 ws_man.exe.config 文件的所有端口值。

将 Control Service 的默认端口从端口 8088 更改为任何其他端口

  1. 如果运行的方案目前正在使用您想更改的 Control Service,则通过 Arcserve RHA 管理器停止它们。
  2. 登录到 Control Service 正在运行的主机上。
  3. “服务”对话框中,停止 Control Service。
  4. 使用 Windows 资源管理器浏览到 Control Service 的安装目录,其中存储了 ws_man.exe.config 文件。

    注意

  5. 使用文本编辑器打开 ws_man.exe.config 文件。
  6. 更改所有‘*_port’条目的,请输入您想使用的端口号,而不是默认的端口 8088。
  7. 保存并且关闭 ws_man.exe.config 文件。
  8. “服务”对话框中,重新启动 Control Service。Control Service 现在将侦听为其定义的新端口。