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 additional properties that must be specified based on the pool target type. The following credential types can be added: "host_credential", "root_credential","gi_credential","asm_credential","cdb_credential".

Examples

emcli update_pool 
-name=pool4 
-target_type=pdbaas_pool
-properties="cdb_credential_guid=075476E27CFD0FCAE0638F8145648A7F,host_credential_guid=0654309D96936DBFE0638F814564A953,
root_credential_guid=0654309D96936DBFE0638F814564A953,gi_credential_guid=0654309D96936DBFE0638F814564A953,cdb_wallet_password=abcd123"

displays the following output:

Software Pool "pool4" updated successfully.