Modifying environment profiles

Modify environment profiles to suit the changing needs of your environment.

Before you begin

If you want to deploy a profile in a different cloud than the one specified in the profile, ensure that any new cloud groups are configured. All hypervisors must be configured and available in a cloud to add the cloud group to an environment profile.

About this task

You can use environment profiles to track CPU, memory, storage, license consumption and stop deployments at a particular size.
You can submit a GET request to manually refresh the environment profile values. For example,:
GET https://host/resources/environmentProfiles/id?refresh
where:
  • host is the hostname or IP address of the server.
  • id is the id number of the profile to refresh.
If you have administrative permission, you can submit a PUT request to manually reset the environment profile values for running VMs. Occasionally, the in-use and reserved numbers for a resource will not match. For example, there may be an environment profile where all the VMs are running, but the "In use" storage is different from the "Reserved" storage. To make the numbers equal, run the following REST API command:
PUT https://host/resources/environmentProfiles/id?reset
where:
  • host is the host name or IP address of the server.
  • id is the ID number of the profile to refresh.
The body of the PUT request is null or {} and a successful command returns 200 and no content.
Note: The refresh and reset commands apply only to the local system. If you have a multi-system environment profile, run the commands on all systems in the subdomain.

If you have administrative permission, you can also change the high water marks. Each profile indicates the number of cloud resources used by the system.You can use the console, the command line interface, or the REST API to complete this task. For the command line and REST API information, see the Related information section.

Note:
  • When you modify the following properties in the multi cloud environment profile, the values do not change in the remote system:
    • Environment profile type
    • IP addresses provided by
    • Deployment priority
    • Time zone
    • Language
    • Minimum number of characters for passwords in pattern instance deployment
    • Minimum number of non-alphabetic characters for passwords in pattern instance deployment
    • Minimum number of alphabetic characters for passwords in pattern instance deployment
    • Environment limits

    As these values get modified only in the local system, manually modify the same changes on the remote environment profile.

  • In a multi-cloud environment profile, the following property values get synchronized both on the local and remote systems.
    • Description
    • Virtual machine name format
    • Windows domain information
    • Windows key management service

Procedure

  1. Click Cloud > Environment Profiles.
  2. Select the environment profile to edit.
  3. Optional: Check the Access granted to field to see if you have access to edit the profile. If you do not have access, contact the owner to ask for access.
  4. Edit the following information:
    1. Add or change the description of the environment profile in the Description field.
    2. In the Environment profile type field, select an environment for your profile to run:
      • All
      • Development
      • Test
      • Quality Assurance
      • Performance
      • Research
      • Production
      • Pre-Production
    3. In the Virtual machine name format field, specify or change the format of the virtual machine name.
      For example, d_${hostname}.
    4. In the IP addresses provided by field, select one of the following options to specify how the IP addresses are provided:
      Pattern deployer
      If you choose to provide the IP address for a virtual machine at deployment, then you must also specify the cloud group, IP group, host name, and IP address for each part.
      Important: If you choose this option, the following conditions apply:
      • The person deploying the pattern cannot specify an IP address that is contained within the IP groups that are defined in the system.
      • You can only use the environment profile for deploying virtual systems. The virtual application pattern deployment process does not provide the ability for a deployer to specify an IP address.
      IP Groups
      If the system provides the IP address for a virtual machine, you must specify only the cloud group and IP group for the pattern parts. The system provides the IP address information
    5. Select from the following options to modify the Deployment priority:
      • Platinum - High(16) Medium(8) Low(4)
      • Golden - High(12) Medium(6) Low(3)
      • Silver - High(8) Medium(4) Low(2)
      • Bronze - High(4) Medium(2) Low(1)
    6. Select a different Time zone from the drop down list to change the time zone for this environment profile.
    7. Select a different Language from the drop down list to change the language for this environment profile.
    8. In the Minimum number of characters for passwords in pattern instance deployment drop-down list, select a value to configure the minimum number of permissible characters in pattern instance deployment. You can select a number from 1-32. For virtual machine password, the default value is 8 for minimum number of characters.
    9. In the Minimum number of alphabetic characters for passwords in pattern instance deployment drop-down list, select a value to configure the minimum number of permissible alphabetic characters in pattern instance deployment. You can select a number from 0-32. For virtual machine password, the default value is 1 for minimum number of alphabets. The drop down list for this field is dynamic. The value changes based on the values selected for Minimum number of characters for passwords in pattern instance deployment and Minimum number of non-alphabetic characters for passwords in pattern instance deployment.
    10. In the Minimum number of non-alphabetic characters for passwords in pattern instance deployment drop-down list, select a value to configure the minimum number of permissible non-alphabetic characters in pattern instance deployment. You can select a number from 0-32. For virtual machine password, the default value is 1 for minimum number of non-alphabetic characters. The drop down list for this field is dynamic. The value changes based on the values selected for Minimum number of characters for passwords in pattern instance deployment and Minimum number of alphabetic characters for passwords in pattern instance deployment.
      Note: For more information on the password policy limitations, see Known issues and limitations.
    11. Add, remove, or change the alias name for the cloud in which the environment profile is to run.
      Add
      To add a cloud group, click the entry field under the Deploy to cloud groups label and select the cloud group to add. Only valid cloud groups that are configured with the correct hypervisor type are shown.
      Remove
      Click the Remove link beside any listed cloud groups to remove them from the environment profile.
      Change alias name
      In the Alias field, change the name of the cloud. This name is shown at deployment.
    12. Add, remove, or rename IP groups.
      Select or clear the In use box to indicate the IP groups in each cloud group to be used. You can also change the name of the IP group, as it is shown at deployment, in the Alias field.
    13. Expand the Windows domain information field, to modify the domain information.
    14. Expand the Windows key management service field, to modify the KMS server information.
    15. In the Environment limits field, you can modify the limits of the virtual CPU, virtual memory, storage and product licenses. In the product table, you can set the license limit for each product by clicking the up or down arrow in the License limit column. Any other value in the License limit field indicates enforcement of the limit to that value. The License limit field will override the Ignore setting on the License awareness page.
      Note: For information about license usage in the Environment Profiles page compared to the Product Licenses page, see Environment profiles might report higher usage for licenses than the Product Licenses page.
    16. Grant or remove access to the environment profile to users.
      Use the Access granted to field to add, remove, or change user or user group access to this environment profile.
      Note: You must be assigned System level, user or user group role with permission to Manage workload resources (Full permission) to grant access to another user on environment profile to complete this task.

Results

If the hypervisors and resources for the cloud group specified are available, the environment profile can be deployed to the cloud.