同时引导大量无状态主机将对 vSphere Auto Deploy 服务器造成过重的负载。可以在 vSphere Auto Deploy 服务器和注册到 vSphere Auto Deploy 的一个或多个代理服务器之间对请求进行负载平衡。

前提条件

过程

  1. PowerCLI 会话中,运行 Connect-VIServer cmdlet 以连接到已注册了 vSphere Auto Deploy 的 vCenter Server 系统。
    Connect-VIServer ipv4_or_ipv6_address
    Cmdlet 可能会返回服务器证书警告。在生产环境中,请确保不会产生服务器证书警告。在开发环境中,可以忽略此警告。
  2. 通过运行 Add-ProxyServer cmdlet 将缓存代理服务器地址注册到 vSphere Auto Deploy。
    Add-ProxyServer -Address 'https://proxy_server_ip_address:port_number'
    可以运行 cmdlet 多次以注册多个代理服务器。该地址可以包括端口号。
  3. (可选) 运行 List-ProxyServer cmdlet 以验证缓存代理服务器是否已注册到 vSphere Auto Deploy。