Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

Edit Network Parameters in an IP Pool (CLI, v1.2.4 or later)

Use this procedure for MiniCluster systems running v1.2.4 or later. To determine your version, see List the MCMU Version (CLI).

  1. Log into the MCMU CLI as a primary admin, such as mcinstall.

    See Log in to the MCMU CLI.

  2. Obtain the IP pool ID by running mcmu ippool -l.
  3. Edit an IP pool.

    Syntax:

    mcmu ippool -e POOL_ID

    where POOL_ID is the IP Pool ID.

    You are prompted to make changes to the current values which are shown in parenthesis. Type Return to accept the current value, or enter a new value.

    # mcmu ippool -e 2
    Do you want to edit the above information? [yes/no] (no): yes
    Enter IP pool name (new): example_pool
    Enter DNS servers, delimited by comma (192.x.x.x, 192.x.x.x): <Return>
    Enter address (192.x.x.x): <Return>
    Enter NTP servers, delimited by comma (192.0.2.1): <Return>
    Enter CIDR prefix (22): <Return>
    Enter gateway (192.0.2.1): <Return>
    Enter VLAN ID (13): 24
    Enter domain name (example.com): <Return>
    IP range:
            Start IP: 192.0.2.0
            Size: 2
    Do you want to [E]dit or [D]elete this IP range? Enter E/D (E): d
    Do you want to add another IP range? [yes/no] (no): yes
    Enter start IP: 192.x.x.x
    Enter size: 2
    Do you want to add another IP range? [yes/no] (no): yes
    Enter start IP: 192.x.x.x
    Enter size: 5
    Do you want to add another IP range? [yes/no] (no): <Return>
    [INFO    ] IP pool has been updated successfully