Netbackup admin console ONLY Backup Archive and Restore
Admininstration Console only show Backup Archive and Restore I've solved a thing that other can have use for. Regarding the auth.conf.win.template (which should be use for auth.conf). Problem: My colleauge installed a ner Netbackup Master Server with default settings (no fancy pancy). He had full rights and all looks really nice, until I was suppose to be supriced of the ince gui with all access. There was only BAR (Backup Archive and Restore). Facts: We have no auth.conf and log / admin confirmed not root access.. hmm But we did have auth.conf.win.template Solved: In the auth.conf.win.template i found on our windows that is was singel lined (no CR carrige return) on: domain\userADMIN=ALL JBP=ALL* ADMIN=JBP JBP=ENDUSER+BU+ARC When open notepad with administrator rights and see that the auth.conf.win.template had a CR and saved the file and restarte the mighty GUI: domain\user ADMIN=ALL JBP=ALL * ADMIN=JBP JBP=ENDUSER+BU+ARC Tada (sound effect). it worked!900Views2likes0CommentsNBU console access for non-admins
this is not easy to come across so i'm sharing my settings for /usr/openv/java/auth.conf [root@master java]# cat auth.conf root ADMIN=ALL JBP=ALL nbu ADMIN=AM+BPM+DM the above settings will allow non-admins (unix username here is nbu) to run NBU Java console with limited rights. for explanation of the rights, https://www.veritas.com/support/en_US/article.000112209 https://www.veritas.com/support/en_US/article.v41641740_NBU_773 https://www.veritas.com/support/en_US/article.v41641767_NBU_773 HTH.1KViews1like1Comment