update_pool

Updates the details for a Software Pool.

Format

emcli update_pool
        -name="<Software_Pool_name>"
        -target_type="<Target_type_of_Software_Pool>"
        [-description="<Description_of_Software_Pool>"]
        [-add_members="<Member1, Member2...>"]
        [-remove_members="<Member4, Member5...>"]
        [-placement_constraints="<constraint1=value1,constraint2=value2...>"]
        [-properties="<property1=value1, property2=value2>"]

[ ]  indicates that the parameter is optional

Options

  • name

    Name of an existing Software Pool.

  • target_type

    Target type of the Software Pool. Example: "mwaas_zone" for Middleware Pool, "oracle_cloud_zone" for Database Pool, and "schaas_pool" for Schema Pool.

  • description

    Description of the Software Pool.

  • add_members

    Comma-separated list of targets to be added as members of the Software Pool. The targets to be added must satisfy the membership constraints of the Software Pool.

  • remove_members

    Member targets to be removed from the Software Pool.

  • placement_constraints

    Comma-separated key-value pairs of the placement constraints that allow the self-service administrator to set maximum ceilings for resource utilization. This provides protection for the members of the Software Pool in terms of resource consumption.

  • properties

    Comma-separated key value pairs for properties that need to be updated based on the pool target type.

Examples

emcli update_pool
-name="My Pool"
-target_type="mwaas_zone"
-add_members="MyMember2"

displays the following output:

Software Pool "My Pool" updated successfully.