Files
docs/doc/source/dist_cloud/kubernetes/manage-management-network-parameters-for-a-standalone-aiosx-18c7aaace64d.rst
Petsy Mathew ceae2adb3d StarlingX Doc Updates: Platform Network Address Reduction
Update 2: Updated Network Addressing Requirement Table based on latest inputs
Update 1: Addressed all JIRA comments.

Story: 2011191
Task: 52120

Change-Id: Ied433e92d786a378acb56232839a4727b76dd232
Signed-off-by: Petsy Mathew <petsy.mathew@windriver.com>
2025-09-15 17:10:44 +00:00

1.5 KiB

Manage Management Network Parameters for a Standalone AIO-SX

You can change the management IP addresses for a standalone .

Ensure that the host has been backed up, in case a system recovery is required.

Change the Network Parameters of the Management Network for Standalone AIO-SX Only

This task is required only if the management network need to be changed for a standalone .

  1. Lock the controller.

    system host-lock controller-0
  2. Obtain the UUID of the management pool.

    system addrpool-list
  3. Modify the management address pool.

    For example:

    system addrpool-modify $UUID \
      --network              192.168.207.0 \
      --prefix                    24 \
      --floating-address         192.168.207.2 \
      --gateway-address       192.168.207.1 \
      --ranges                192.168.207.1-192.168.207.50
  4. Unlock the controller.

    system host-unlock controller-0