hybrid only icon

Configure user access rights

IBM® Runbook Automation must be connected to Netcool®/Impact for trigger management. This connection is secured with a username and a password.

About this task

Note: This information only applies to a hybrid deployment of Netcool Operations Insight®. For more information, see Installing on a hybrid architecture.

If you want to create a new user, run step 1 and map the role in step 2. You can also add the role to an existing user and run step 2 only.

Procedure

  1. Enter the following command to create a user:
    cd $IMPACT_HOME/install/security 
    ./configUsersGroups.sh -add -user <username> -password <password>
  2. Map the impactRBAUser role to an existing user or to the user that you created.
    cd $IMPACT_HOME/install/security 
    ./mapRoles.sh -add -user <username> -roles impactRBAUser