How to Extend the Admin Group Properties in 12c OEM

Introduction (12c OEM)

There is a default maximum for the number of values that can be supported for a target property as administration group criteria. If you see a warning message indicating that you have reached this maximum value, you can extend it using the OMS property admin_groups_width_limit. Specify the maximum number of values that should be supported for a target property. For example, to support up to 30 values for a target property that will be used in administration group criteria

Step-By-Step

Check the Current Value of the Admin Group Properties

  1. Log onto the OEM Server
  2. cd $OEM_HOME/bin
  3. ./emctl get property -name admin_groups_width_limit -module emoms
  4. If no property is set the following output from the above command will look similar to the following
Oracle Enterprise Manager Cloud Control 12c Release 5  
Copyright (c) 1996, 2015 Oracle Corporation.  All rights reserved.
SYSMAN password: 
Value for property admin_groups_width_limit for oms All Management Servers is null

Set the Administration Group Properties Value.

  1. Log onto the OEM Server
  2. cd $OEM_HOME/bin
  3. ./emctl set property -name admin_groups_width_limit -value 30 -module emoms
  4. The following output from the above command will look similar to the following
Oracle Enterprise Manager Cloud Control 12c Release 5  
Copyright (c) 1996, 2015 Oracle Corporation.  All rights reserved.
SYSMAN password: 
Property admin_groups_width_limit has been set to value 30 for all Management Servers
OMS restart is not required to reflect the new property value

Re-Check the Current Value of the Admin Group Properties

  1. Log onto the OEM Server
  2. cd $OEM_HOME/bin
  3. ./emctl get property -name admin_groups_width_limit -module emoms
  4. The following output from the above command should now look similar to the following
Oracle Enterprise Manager Cloud Control 12c Release 5  
Copyright (c) 1996, 2015 Oracle Corporation.  All rights reserved.
SYSMAN password: 
Value for property admin_groups_width_limit at Global level is 30
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License