メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能

NetWorker: How To Enable AUTHC DEBUG for Troubleshooting Purposes

概要: This KB provides an overview on how to enable debugging for NetWorker's authentication service (authc). It is not recommended to enable debugging as an initial troubleshooting step. This process will typically be recommended by NetWorker support if default logging does not sufficiently detail an issue encountered in authc. ...

この記事は次に適用されます: この記事は次には適用されません: この記事は、特定の製品に関連付けられていません。 すべての製品パージョンがこの記事に記載されているわけではありません。

手順

There are two files that need to be modified on the NetWorker (AUTHC) server.

(1) 
Linux: /nsr/authc/webapps/auth-server/WEB-INF/classes/log4j.properties
Windows: ..\Program Files\EMC NetWorker\nsr\authc-server\tomcat\webapps\auth-server\WEB-INF\classes\log4j.properties

(2)
Linux: /opt/nsr/authc-server/conf/authc-cli-log4j.properties
Windows: ..\Program Files\EMC NetWorker\nsr\authc-server\conf\authc-cli-log4j.properties

Note: Before making any changes to these files, create a copy of each file.
 

log4j.properties

In the log4j.properties you should see:

appender.app.policies.size.size=2000KB
appender.audit.policies.size.size=2000KB
logger.audit.level = error
rootLogger.level = warn

Change to:

appender.app.policies.size.size=100MB
appender.audit.policies.size.size=100MB
logger.audit.level = debug
rootLogger.level= debug

 

authc-cli-log4j.properties

In the authc-cli-log4j.properties file you should see:
 
appender.syslog.policies.size.size=100KB
rootLogger.level = error
Change to:
appender.syslog.policies.size.size=100MB
rootLogger.level= debug


These changes will only take effect once the NetWorker server services are restarted:

Linux:

nsr_shutdown 
systemctl start networker 

Windows:

net stop nsrd
net start nsrd

 

messages tagged with DEBUG should be seen in the authc-server-audit.log and authc-server.log. 

Linux: /nsr/authc/logs/
Windows: ..\Program Files\EMC NetWorker\nsr\authc-server\tomcat\logs\

その他の情報

対象製品

NetWorker

製品

NetWorker Family, NetWorker Series
文書のプロパティ
文書番号: 000196412
文書の種類: How To
最終更新: 06 6月 2024
バージョン:  7
質問に対する他のDellユーザーからの回答を見つける
サポート サービス
お使いのデバイスがサポート サービスの対象かどうかを確認してください。