Configuring a Local NetApp User for the Ontapi API

Make sure you have the password for the NetApp local user created as explained in the Permissions section

  1. Navigate to the File Access Manager installation folder on one of the File Access Manager central servers.
  2. Open the folder "%SAILPOINT_HOME%\FileAccessManager\Server Installer\Tools\EncryptStringForService"
  3. Copy the content of the folder to the server on which the Activity Monitor service is installed
  4. Run: EncryptStringForService.exe [password to encrypt]
  5. Copy the output of the command

Activity Monitor

  1. Navigate to the Activity Monitor installation folder
  2. Edit the Activity BAMFramework.exe.config
  3. Enter the name of the user in the alternativeUserName key:

    <add key="alternativeUserName" value="local user name"/>

  4. Paste the output of the command copied in Section 5 into the value of the alternativeUserPassword key:

    <add key="alternativeUserPassword" value="encrypted password from step 4"/>

  5. Restart the Activity Monitor service.

Permission Analysis

  1. Navigate to the Permission Analysis installation folder.
  2. Edit the RoleAnalyticsServiceHost.exe.config.
  3. Enter the name of the user in the netAppApiPassword key:

    <add key="netAppApiUser" value="local user name"/>

  4. Paste the output of the command copied in Section 5 into the value of the netAppApiPassword key:

    <add key="netAppApiPassword" value="encrypted password from step 4"/>