Hi Peoples,
I am trying to configure NBAC on my netbackup. Please see below
D:\Program Files\Veritas\NetBackup\bin\admincmd>bpnbaz.exe -setupmaster
You will have to restart NetBackup services on this machine after the command completes successfully.
Do you want to continue(y/n)y
Gathering configuration information.
Please be patient as we wait for 10 sec for the security services to start their operation.
Generating identity for host 'masterserver'
Setting up basic authorization information. Please be patient.
Unable to contact Netbackup Authorization Service. Check if the Netbackup is properly installed
So obviously i think the service is not up and so i went to the windows services and try to start it up, but was unable to. So i go to D:\Program Files\Veritas\NetBackup\logs\nbazd\debug\ and check the file vxazd_debug.log and saw the error message below.
15/7/2015 2:52:50 PM 15/7/2015 2:52:50 PM VxSS-vxazd LOG V-18-4201 Server is starting.
_authd_config.c(205) Conf file path: D:\Program Files\Veritas\NetBackup\sec\az\bin/VRTSaz.conf
15/7/2015 2:52:58 PM VxSS-vxazd ERROR V-18-3078 Fatal error encountered. (main.c:1376)
15/7/2015 2:52:58 PM VxSS-vxazd LOG V-18-4204 Server is stopped.
following this article, https://support.symantec.com/en_US/article.TECH174289.html i query the registry and the result is shown below
D:\Program Files\Veritas\NetBackup\sec\az\bin>reg query HKLM\software\ODBC\ODBC.INI\NBAZDB /v EngineName
HKEY_LOCAL_MACHINE\software\ODBC\ODBC.INI\NBAZDB
EngineName REG_SZ NB_MASTERSERVER
I also did check the vxdbms.conf and the NB_SERVER Name is as below
VXDBMS_NB_SERVER = NB_masterserver_m
The server.conf file,
-n NB_masterserver_m -x tcpip(LocalOnly=YES;ServerPort=13785) -gd DBA -gk DBA -gl DBA -gp 4096 -ti 0 -c 25M -ch 500M -cl 25M -zl -os 1M -o "D:\Program Files\Veritas\NetBackupDB\log\server.log"
Also i did a check on VRTSaz.conf, i also notice that it states MasterServerHost="localhost"
My masterserver hostname is masterserver_m
Can anyone please advise why the nbazd service not able to bring up? I do notice that the registry key name is different from the vxdbms.conf and server.conf file for the NB_SERVER.