CAPC NFA integration. What configuration parameters and permissions are needed.
book
Article ID: 20356
calendar_today
Updated On:
Products
CA Infrastructure Performance
Issue/Introduction
Description:
In a multi-tenant environment, several permissions and configurations must be adhered to:
Resolution:
The users must have the product privilege of "user" in NFA (Not Admin or Custom Reports)
The users must have their permission group set to the group of relevant interfaces
The users must not have access to "Top Enterpriseā¦" views in NPC. Remove them from any pages that the user has access to: (i.e. Top Enterprise Hosts and Top Enterprise Protocols)
The Enterprise Overview page (EOV) must be disabled in the NFA GUI. On the console:
# to turn off Enterprise Overview Page
mysql -D reporter -e "update menus set userlevel = 0 where menuid = 2;" Then run "iisreset".
# to turn on Enterprise Overview Page mysql -D reporter -e "update menus set userlevel = 7 where menuid = 2;" Then run "iisreset".