Configure cmp-server-group

You configure cmp-server-group objects with multiple cmp-server objects. After configuring these groups, you can apply group names to one or more cmp-profile objects.

Configure the SBC with all applicable cmp-server objects.
This feature is most applicable for managing deployments that include large numbers of certificates. Follow the steps below to configure each cmp-server-group:
  1. Access the cmp-server-group configuration element.
    ORACLE(cmp)# cmp-server-group
    ORACLE(cmp-server-group)#
  2. name: Enter the name of this cmp-server-group with this required parameter. You use this name to apply this server one or more tls-profile objects.
  3. description: Use this optional parameter to include a description about this group of CMP servers.
  4. cmp-servers: Specify this group's members using a space-separated list of the names of cmp-server objects, enclosed in double quotes or parentheses: " " or ( ). This parameter supports a maximum of 10 servers. The default strategy used for multiple servers is round-robin, which tries to access each server one-by-one in the order configured.
    For each name, use + to add or - to remove. For example:
    ORACLE(cmp-server-group)# cmp-servers "+cmp-server1 -cmp-server2"

    Omit + and - to replace any existing list. For example:

    ORACLE(cmp-server-group)# cmp-servers "cmp-server3 cmp-server4"
  5. Type done to establish this cmp-server-group.
  6. Save and activate your configuration.