Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

Delete 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. Delete an IP pool.

    Syntax:

    mcmu ippool -D POOL_ID

    where POOL_ID is the IP pool ID.

    Ensure that you use the uppercase -D option.

    You can only delete an IP pool that is not in use. This example shows that the IP pool status is free, and can be deleted.

    # mcmu ippool -D 2
    ID: 2
    Name: example_pool
    Status: free
    DNS servers: 198.51.100.197, 98.51.100.198
    Address: 192.0.2.110
    NTP servers: 192.0.2.1
    CIDR prefix: 22
    Gateway: 192.0.2.1
    VLAN ID: 13
    Domain name: example.com
    IP range:
            Start IP: 192.0.2.110
            Size: 2
    
        	Start IP: 192.0.2.120
        	Size: 5
    
    Do you want to delete this IP pool? [yes/no] (no): yes
    [INFO    ] IP pool has been deleted successfully