update_paas_zone

Updates a PaaS Infrastructure Zone definition.

Format

emcli update_paas_zone
        -name="<Name_of_PaaS_Zone>"
        [-description="<Description_of_PaaS_Zone>"]
        [-credential="<Global_Named_Credential>"]
        [-add_hosts="<Host1,Host2,Host3...>"]
        [-remove_hosts="<Host4,Host5...>"]
        [-add_ovm_zones="<OVMZone1,OVMZone2,OVMZone3...>"]
        [-remove_ovm_zones="<OVMZone4,OVMZone5...>"]
        [-add_roles="<SsaRole1,SsaRole2,..>"]
        [-remove_roles="<SsaRole3,SsaRole4,..>"]
        [-cpu_utilization="<Value_between_1_and_100>"]
        [-memory_utilization="<Value_between_1_and_100>"]

[ ]  indicates that the parameter is optional

Options

  • name

    Name of the existing PaaS Infrastructure Zone.

  • description

    Updated description of the PaaS Infrastructure Zone.

  • credential

    Global named credentials to be updated. These will be used for provisioning in this PaaS Infrastructure Zone. The credentials should be the same for all hosts. A cloud administrator can only use the named credentials that they own.

  • add_hosts

    Comma-separated list of the host targets to be added as members of this Paas Infrastructure Zone. The hosts must not be members of other PaaS Zones.

  • remove_hosts

    Comma-separated list of the host targets to be removed as members from this Paas Infrastructure Zone. The hosts must not be associated with any Software Pool member.

  • add_ovm_hosts

    Comma-separated list of the OVMZone targets to be added as members of this Paas Infrastructure Zone. The OVMZones to be added must not be already added to other existing PaaS Zones.

  • remove_ovm_hosts

    Comma-separated list of the OVMZone targets to be removed as members from this Paas Infrastructure Zone.

  • add_roles

    Comma-separated list of SSA roles to be added to the list of roles that can access this PaaS Infrastructure Zone. A PaaS infrastructure zone can be made available to a restricted set of users through the use of roles.

  • remove_roles

    Comma-separated list of SSA roles to be removed from the list of roles that can access this PaaS Infrastructure Zone.

  • cpu_utilization

    Placement policy constraints allow the cloud administrator to set maximum resource ceilings for any host in the PaaS Infrastructure Zone. This provides protection for the members of the PaaS Infrastructure Zone in terms of resource consumption. For example, a production PaaS Infrastructure Zone might limit CPU utilization to 80%, whereas a development PaaS Infrastructure Zone might allow up to 95%. The service instance will be provisioned on the first host that satisfies the placement constraints.

    The value entered must be between 1 and 100. If not provided, the default value is taken to be 80%.

  • memory_utilization

    A Placement Policy constraint for memory used by the PaaS Infrastructure Zone.The value entered must be between 1 and 100. If not provided, the default value is taken to be 80 percent.

Examples

Example 1

emcli update_paas_zone
-name="My PaaS Zone"
-add_hosts="host3.mycompany.com"

PaaS Infrastructure Zone "My PaaS Zone" updated successfully. 

Example 2

emcli update_paas_zone
-name="My PaaS Zone"
-cpu_utilization="65"

PaaS Infrastructure Zone "My PaaS Zone" updated successfully.