Initializing help system before first use

Enabling Access to Monitoring User Interfaces

Run the setUserRetriction.sh shell script on one of the IAM instances to enable access to the UIs for the monitoring tools.
  1. Use ssh to access one of the IAM instances.
  2. Become the dmpsec user with sudo privileges:
    sudo su - dmpsec
  3. Run the script to set a user's restriction:
    $ /apps/dmpsec/bin/setUserRestriction.sh <USER_UID> <RESTRICTION> 
    Where:
    • <USER_UID> is the users's Universal ID value, as it appears on the Access Control > Subjects page of the IAM console.
    • <RESTRICTION> is one of:
      • prometheus_admin=true
      • grafana_admin=true
      • kibana_admin=true
  4. Run the script with the appropriate restriction for each UI you want the user to be able to access. For example, to grant the default FICO® Platform Admin user access to all four UIs, run:
    $ sudo su – dmpsec
    $ cd /apps/dmpsec/bin 
    $ ./setUserRestriction.sh dmpadmin_at_fico.com prometheus_admin=true 
    $ ./setUserRestriction.sh dmpadmin_at_fico.com grafana_admin=true 
    $ ./setUserRestriction.sh dmpadmin_at_fico.com kibana_admin=true
    

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.