• Unable to login to NetBackup Administration Console Status code 7656


    Unable to login to NetBackup Administration Console  - Status code 7656

     
    Article: 100044083
    Last Published: 2021-03-09
    Ratings:  10 28
    Product(s): NetBackup

    Problem

    Unable to login to NetBackup Administration Console  - Status code 7656 is returned because the CRL has expired.

     

    Error Message

    "Unable to login, status: 7656.  The revocation status of the host certificate cannot be verified using the Certificate Revocation List (CRL) because the CRL expired. The CRL is older than 7 days."

    Attempts to update the CRL on the master server were unsuccessful:

    nbcertcmd -getCRL
    Failed to fetch certificate revocation list for <mastername>. 5982: The certificate revocation list is unavailable.
    Successfully refreshed security level for <mastername>.
    EXIT STATUS 9305: CRL retrieval operation was partially successful.
     
    Nbcertcmd -ping and nbcert -getcertificate operations for the master server certificates were completing without error.
     

    Cause

    The nbatd service was not running.  This service must be running on the master server in order to serve requests to update the CRL.

    This issue could arise in any circumstance where nbatd is not running.

    The nbcert logs with ENABLE_NBCURL_VERBOSE set show the following when nbcertcmd -getcrl was run:
         Unix: /usr/openv/netbackup/logs/nbcert
         Windows: <installpath>\netbackup\logs\nbcert
     
    09:09:10.079 [864.11324] <2> NBClientCURL::performCurlOperation: Fetched data = [xxxxx], httpcode = 503
    09:09:10.079 [864.11324] <16> CurlCrlFetcher::fetchCrl: Failed to fetch CRL. CURL request failed. error = 5982
    09:09:10.079 [864.11324] <2> NBClientCURL:~NBClientCURL: Performing curl_easy_cleanup()
    09:09:10.079 [864.11324] <2> nbclnt_curl_prefnet::reset: Returning VN_STATUS_SUCCESS
    09:09:10.079 [864.11324] <16> CrlRefreshTask::doTask: Failed to fetch certificate revocation list for nbmaster01. error = 5982
     
    The webservice logs for OID 495 showed the following:
         Unix: /usr/openv/logs/nbwebservice
         Windows: <install path>\NetBackup\logs\nbwebservice
     
    09/14/2018 09:26:29.223 [Application] NB 51216 nbwebapi 495 PID:10384 TID:33 File ID:495 [No context] [Error] Broker Name: localhost!1556!nbatd, Port: 1556
    09/14/2018 09:26:29.223 [Application] NB 51216 nbwebapi 495 PID:10384 TID:33 File ID:495 [No context] [Error] Error occurred while trying to get CRL with 6006 and message Unable To Connect To Server
    09/14/2018 09:26:29.223 [Application] NB 51216 nbwebapi 495 PID:10384 TID:33 File ID:495 [No context] [Error] CRL generation failed on host : nbmaster01
    09/14/2018 09:31:29.246 [Application] NB 51216 nbwebapi 495 PID:10384 TID:33 File ID:495 [No context] [Error] EAT_LOG:(at_client_transport.c,469)Failed (pbxConnect) to connect to localhost 1556
    09/14/2018 09:31:29.246 [Application] NB 51216 nbwebapi 495 PID:10384 TID:33 File ID:495 [No context] [Error] EAT_LOG:(at_client_transport.c,281)pbx connect failed. rc = -1, host = localhost, PBXPort = 1556, PBX_ServiceID = nbatd
    09/14/2018 09:31:29.246 [Application] NB 51216 nbwebapi 495 PID:10384 TID:33 File ID:495 [No context] [Error] EAT_LOG:(at_client_proxy.c,278)Unable to open a connection to localhost!1556!nbatd
     

    Solution

    Start the nbatd service on the master server.

    Linux / Unix:

    To check if running:

    /usr/openv/netbackup/bin# bppx -x | grep -i nbatd

    To start :

    /usr/openv/netbackup/bin# ./nbatd start

    Windows : 

    Go to Start > Run > type services.msc > click ok, on Services window, look for 'NetBackup Authentication', right click on it and click to start.

    Note:

    NBCURL logging can be enabled by

    Linux / Unix:

    add the line

    ENABLE_NBCURL_VERBOSE = 1

    to /usr/openv/netbackup/bp.conf

    Windows:

    registry edit

    HKEY_LOCAL_MACHINE\SOFTWARE\Veritas\NetBackup\CurrentVersion\Config\

    add a DWORD called ENABLE_NBCURL_VERBOSE

    give it a decimal value of 1

  • 相关阅读:
    CSU1256 天朝的单行道(spfa)
    WordPress For SAE进入后台
    Android studio 使用NDK工具实现JNI编程
    android动画具体解释一 概述
    VC6.0编译DLL,使用VS2010调用问题及解决方法
    android 地址控件概述
    android 多线程概述
    android 中的 window,view,activity具体关系
    比较windows phone程序启动和android程序启动原理
    比较windows phone 的回退事件与android的回退事件
  • 原文地址:https://www.cnblogs.com/yaoyangding/p/15961115.html
Copyright © 2020-2023  润新知