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.
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.
Still in the Command Prompt, create a local group named integration with the command:
net localgroup integration /add
Add the user fenixdfa to the integration group:
net localgroup integration fenixdfa /add
To allow the fenixdfa user to log on as a service, follow these steps:
Win + R, type secpol.msc, and press Enter.fenixdfa user.Now, configure the permissions in NetBackup:
FenixDFA Agent.fenixdfa, and select it.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.
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.