跳到主要内容

配置服务处理器网络

扩展集群后,必须在新节点上配置服务处理器(SP)网络。如果 SP 使用手动网络配置,必须在新节点上为 SP 配置 IP 地址。如果 SP 使用自动网络配置,必须确定所选的 IP 地址。

  1. 如果集群 SP 使用手动网络配置,请使用 system service-processor network modify 命令在两个节点上为 SP 网络配置 IP 地址。

    示例

    以下命令在 cluster1-3 和 cluster1-4 节点中配置 SP 网络:
    cluster1::> system service-processor network modify -node cluster1-3 -address-family IPv4 -enable true -ip-address 192.168.123.98-netmask 255.255.255.0 -gateway 192.168.123.1
    cluster1::> system service-processor network modify -node cluster1-4 -address-family IPv4 -enable true -ip-address 192.168.123.99 -netmask 255.255.255.0 -gateway 192.168.123.1
  2. 使用 system service-processor network show 命令为每个节点验证 SP 网络已在两个新节点上正确配置。

    SP 网络设置状态应为 succeeded 。在所有情况下均需要验证。即使 SP 网络是自动配置的,您也应验证配置是否成功,还必须确定分配哪些 IP 地址。

    示例

    以下输出表示 cluster1-3 和 cluster1-4 节点已成功设置 SP 网络:
    cluster1::> system service-processor network show -node cluster1-3
    Address
    Node Status Family Link State IP Address
    ------------- -------------- --------- ----------- ------------------------
    cluster1-3 online IPv4 up 192.168.123.98

    DHCP: none
    MAC Address: 00:a0:98:43:a1:1e
    Network Gateway: 10.60.172.1
    Network Mask (IPv4 only): 255.255.255.0
    Prefix Length (IPv6 only): -
    IPv6 RA Enabled: -
    Subnet Name: -
    SP Network Setup Status: succeeded
    ...

    cluster1::> system service-processor network show -node cluster1-4
    Address
    Node Status Family Link State IP Address
    ------------- -------------- --------- ----------- ------------------------
    cluster1-4 online IPv4 up 192.168.123.99

    DHCP: none
    MAC Address: 00:a0:98:43:a1:1e
    Network Gateway: 10.60.172.1
    Network Mask (IPv4 only): 255.255.255.0
    Prefix Length (IPv6 only): -
    IPv6 RA Enabled: -
    Subnet Name: -
    SP Network Setup Status: succeeded
    ...
  3. 如果您的站点通常有用于 SP 网络的 DNS 条目,请验证是否已为新节点创建 DNS 条目。