IBM Director Agent - Adding Authenticated Users

How to get the CIM server configuration on IBM servers and add authenticated users.

Related Topics

Objective

Monitoring IBM Servers with Hardware Sentry KM for PATROL or BMC Performance Manager Express for Hardware requires an account (WBEM credentials) that grants access to the CIM server of the IBM Director Agent. This article explains how to get the list of authenticated users, and if needed, how to add another one.

Procedure

  1. Run the following command to list the CIM server configuration:
    /opt/ibm/icc/bin/cimconfig -l -c
  2. Verify that the authorizedUserGroups variable is set.
  3. If this is not the case, run the following command:
    /opt/ibm/icc/bin/cimconfig -s
    authorizedUserGroups=<default_value>,<patrol_user_group> -p

    Where:
    • <default_value> corresponds to the default user group
    • <patrol_user_group> corresponds to the user group to which belongs the PATROL account used to connect to the IBM Director Agent
    Example:
    /opt/ibm/icc/bin/cimconfig  -s authorizedUserGroups=root,patrol -p
  4. Run the following command to restart cimserver:/etc/init.d/cimserver restart