Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

Add a New 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).

Add additional IP pools with the required network parameters before creating VM groups.

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

    See Log in to the MCMU CLI.

  2. Edit an IP pool.

    Example:

    # mcmu ippool -c
    Enter IP pool name: app_pool
    Enter DNS servers, delimited by comma: 192.x.x.x, 192.x.x.x
    Enter address: 192.x.x.x
    Enter NTP servers, delimited by comma: 192.x.x.x
    Enter CIDR prefix: 22
    Enter gateway: 192.x.x.x
    Enter VLAN ID: 13
    Enter domain name: example.com
    IP range:
    Enter start IP: 192.x.x.x
    Enter size: 2
    Do you want to add another IP range? [yes/no] (no): no
    [INFO    ] IP pool has been created successfully

    The new IP pool can now be assigned to App and DB VM groups during the creation of new VM groups.