NetBackup - Create User for Fenix

NetBackup - Create User for Fenix

This tutorial guides you through the process of creating a user in Windows and configuring the necessary permissions in Veritas NetBackup. This will enable API access to collect data using the FenixDFA Agent tool.

Step 1: Create a User in Windows

Open the Command Prompt with administrative privileges and run the following command to create a new user named fenixdfa with your desired password:

net user fenixdfa [your_password] /add

Note: Replace [your_password] with the password you wish to set for the user.

Step 2: Create a Local Group for the User

Still in the Command Prompt, create a local group named integration with the command:

net localgroup integration /add

Step 3: Add the User to the Group

Add the user fenixdfa to the integration group:

net localgroup integration fenixdfa /add

Step 4: Grant Log on as a Service Rights

To allow the fenixdfa user to log on as a service, follow these steps:

  1. Open the Local Security Policy:
    • Press Win + R, type secpol.msc, and press Enter.
  2. Navigate to:
    • Local Policies ➔ User Rights Assignment.
  3. Find and open the policy Log on as a service.
  4. Click on Add User or Group… and add the fenixdfa user.
  5. Confirm the changes by clicking OK and close the window.

Step 5: Create a Custom Role in Veritas NetBackup

Now, configure the permissions in NetBackup:

  1. Access the Veritas NetBackup web interface and log in.
  2. Navigate to the Security menu and select RBAC.
  3. Click on + Add to add a new role.
  4. Select Custom Role.
  5. Fill in the Role Name field with a name like FenixDFA Agent.

Step 6: Assign Permissions to the Role

  1. In the Permissions section, click on Assign.
  2. In the Global tab, expand the following categories and select All in each:
    • NetBackup Management
    • Protection
    • Storage
  3. After selecting the permissions, click on Assign to return to the previous screen.

Step 7: Assign the User to the Role

  1. In the Users section, click on Assign.
  2. Enter the name of the user created earlier, fenixdfa, and select it.
  3. Click on Assign to confirm.

Step 8: Finalize the Role Creation

Click on Add Role to complete the process.


Now, the fenixdfa user is configured with the necessary permissions to access the Veritas NetBackup API using the FenixDFA Agent tool.

Tip: Always verify that the settings are correct and test the access to ensure the user has the appropriate permissions.

Conclusion

By following these steps, you will successfully configure a dedicated user for interacting with the Veritas NetBackup API, ensuring security and efficiency in data collection with the FenixDFA Agent.

If you need additional assistance, please consult the official Veritas NetBackup documentation or contact technical support.

    • Related Articles

    • NetBackup web server certificate

      At the time of authentication and validation of the Fenix token, the message below may occur due to access permission to the NetBackup API: "The host name that you have specified to connect to the NetBackup web server is not present in the NetBackup ...
    • User Creation

      To create users, you must log in to the tool using administration After logging in as administrations, you need to go to the "user management" tab, then "user" When creating a new user, you must enter the correct email address and the user’s role. ...
    • Create Connection

      Connections are used to create a bridge between the FenixDFA panel and the collection agent. The collection agent can have more than one connection, from different backup software. It is created from access to the FenixDFA panel, when the company’s ...
    • SQL Native Integration Guide

      Integration Guide Overview This document describes the integration process with SQL Native Backup (Standard, Enterprise and SQLEXPRESS), detailing the required configuration steps and data needed for successful integration. Prerequisites SQL Server ...
    • Access to perform the operation was denied 117

      Error Code: 117 Error Message: “Access to perform the operation was denied” Overview This error indicates a permission or authentication issue when attempting to access the Veritas NetBackup API using the fenixdfa user account. Even if you’re using a ...