BASE PRODUCT VERSIONS ---------------------- * VRP 3.4 Issue: NBU User Interface does not have way to create role with list of privilege required by VRP to perform operation related to Disaster Recovery. https://www.veritas.com/content/support/en_US/article.100046949 Resolution: The script "CreateVRPServiceRole.pl" allows user to create a role on NBU master which has all privilege required by VRP to perform operation related to DR by NBU. This script will create a Access Role on NBU master which can be assigned to a NBU user, so that those user can be used in VRP. 1. Extract the CreateVRPServiceRole.tar and upload the CreateVRPServiceRole.pl script on Resiliency Manager (RM) using the below steps. 2. Perform the following steps to upload the Script a) Open the SFTP session from clish utilities> sftp-session start put patch b) Provide the password for this temporary SFTP session c) Open SFTP session using the above created user information and upload the script inside Upload folder. d) Stop the SFTP session after uploading the script. 3. Login to the RM using the admin user and go to the support shell using a support login. 4. Go to the following location: (cd /var/opt/VRTSitrp/patches/) 5. Provide the executable permission to the script.(chmod 755 CreateVRPServiceRole.pl) 6. Run the script using command '/opt/VRTSsfmh/bin/perl ./CreateVRPServiceRole.pl'. It will ask for the following input and will create a role name VRPServiceRole in NBU master. a) Fully qualified name: It should be either the name of NBU master or virtual cluster name in case of NBU HA setup. b) NBU version: The NBU version as mentioned in the output. c) Username: It should be the user name as explained below. d) Password: It will ask for the password of NBU user. 7. Create NBU user on NBU master using "useradd" command.(Eg. useradd vrpuser) 8. Change the password of the NBU user.(Eg. passwd vrpuser) 9. Go to the NBU GUI -> RBAC -> Access rules -> Add Access rules -> Provide the NBU user in "Enter user or group" column, Select the VRPServiceRole in "Select role" column and Select All Objects in "Select object group" column. 10. Add NBU in VRP using the NBU user. Need to use following username to create VRPServiceRole on NBU using script: ----------------------------------------------------------------------------- 1) In case of NBU Master -> use root user to create VRPServiceRole while running the script. 2) In case of NBU HA setup -> use root user to create VRPServiceRole while running the script -> create user on all the NBU appliances with the same username and password. -> use virtual cluster name to add NBU in VRP. 3) In case of NBU Appliance -> use nbasecadmin user to create role using script.