Forum Discussion

luis_alonso's avatar
9 months ago

[IT Analytics] Data Collector requires bpnbat -login WEB

As mentioned in the title of the post; I am having trouble while configuring the data collection policy credentials for IT Analytics 11.2 Whenever i try to use the appadmin credentials, it will a...
  • L_BR's avatar
    9 months ago

    What steps other than 138 did you follow? 138 was just to create the additional user, here's a step by step process I followed for 8 Master servers (Flex and Flex Scale appliances)

     

    Create new sudo user on the master server instance

    useradd -G wheel <user> 

    Give it a strong password

    passwd <username>

    Edit sudoers.d

    visudo -f /etc/sudoers.d/<user>

    Insert the following:

    Defaults:<user> !requiretty
    <user> ALL=(ALL) NOPASSWD: \
    /usr/openv/netbackup/bin/admincmd/* ,\
    /usr/openv/volmgr/bin/* ,\
    /usr/openv/netbackup/bin/*

    Then add the user to the master server's RBAC as an administrator

    Generate an API Key for the user and use in in NBUITA.