After you expand a cluster, you must configure the Service Processor (SP) network on the new nodes. If the SP uses manual network configuration, you must configure the IP addresses for the SP on the new nodes. If the SP uses automatic network configuration, you must identify the IP addresses that were selected.
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
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 ...