cancel
Showing results for 
Search instead for 
Did you mean: 

jnbSA always goes to Backup/Restore Window

gbrl
Level 2

Hi,

On one of our NetBackup masters, when I run jnbSA it always goes to Backup/Restore window and not to the Admin Console.

I checked auth.conf and my username is registered. I also tried opening another window and it shows the same window. Please help.

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

Double-check auth.conf again.

What exactly does the line with your user name contain?

Also check type of spaces used between entries in the line - I cannot remember if it should be spaces or tabs, just had the experience once at a customer where entries were ignored after new users were manually added.
When we did the following from with vi:
:set list
we could see where tabs (^I) were used and where spaces were used. 
User entries should match the root entry (including tabs/spaces)

Always best to copy and paste the line for root and just replace with user name using cw.

Hope this helps.

View solution in original post

6 REPLIES 6

Marianne
Level 6
Partner    VIP    Accredited Certified

Double-check auth.conf again.

What exactly does the line with your user name contain?

Also check type of spaces used between entries in the line - I cannot remember if it should be spaces or tabs, just had the experience once at a customer where entries were ignored after new users were manually added.
When we did the following from with vi:
:set list
we could see where tabs (^I) were used and where spaces were used. 
User entries should match the root entry (including tabs/spaces)

Always best to copy and paste the line for root and just replace with user name using cw.

Hope this helps.

Dan4
Level 5
Certified

gbrl, If you could post the content of auth.conf under /usr/openv/java, it will be good to analyze.

Yes, as Marianne posted space and tab does bring difference.

+ Dan

Possible
Level 6
Accredited Certified

Gbrl,

Does your auth.conf entry looks like below...it requires space than the tab.

gbrl ADMIN=ALL JBP=ALL

 

gbrl
Level 2

bash-3.2# cat auth.conf
root ADMIN=ALL JBP=ALL
* ADMIN=JBP JBP=ENDUSER+BU+ARC
hs95260 ADMIN=ALL
ep55012 ADMIN=ALL
av09915 ADMIN=ALL
gt61166 ADMIN=ALL
 

Here it is should I put JBP all on gt61166?

gbrl
Level 2

OK got it.

There was a ^I in the line when i did set list in vi.

It works now thanks a lot.

Yasuhisa_Ishika
Level 6
Partner Accredited Certified

Please move down the line starting with asterisk(*) to the bottom. All user is matched in this line, and following lines are ignored.