NetWorker:authc_configure.shスクリプトが初期化の実行時に応答を停止します。
Summary: /opt/nsr/authc-server/scripts/authc_configure.sh スクリプトの実行中に、初期化の実行中に応答が停止します。待つ。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
authc_configure.shスクリプトの実行中に、初期化の実行中に応答が停止します。
別のSSHセッションから、install.logをテールします。
Specify password for the existing keystore: The install will use the existing certificate "emcauthctomcat" for Apache Tomcat. The install will use the existing certificate "emcauthcsaml" for Authentication Service. Creating the installation log in /opt/nsr/authc-server/logs/install.log. Performing initialization. Please wait...
別のSSHセッションから、install.logをテールします。
# tail -f /opt/nsr/authc-server/logs/install.log ... emcauthctomcat, Dec 14, 2022, trustedCertEntry, Certificate fingerprint (SHA-256): 00:1E:B0:50:C0:57:42:72:65:1F:25:D3:1C:FD:A2:FF:06:8B:0C:FC:B0:02:E0:EC:C7:04:DF:15:18:0F:F2:C7 Certificate was added to keystore Creating /nsr/authc/conf/authc-server-app.properties file
Cause
デフォルトでは、Javaは/dev/randomを使用します。これは、システムに通常のアクティビティ(マウスクリックなど)がない場合は、ランダム番号の処理からブロックされます。
Resolution
authc_configure.shは最終的には完了しますが、時間がかかる場合があります(例:60分)。
回避 策
回避 策
- rootとして、java.securityファイルをテキスト エディターで開きます。
Example:
vi /usr/java/jre1.8.0_151/lib/security/java.security
メモ: このパスは異なる場合があります。インストールされているJavaのバージョンによっては、パス内の jre#.#.#_###が 異なる場合があります。NetWorker Runtime Environment(NRE)がインストールされている場合、javaパスは/opt/nre/java/latest/lib/security/java.securityです。
- 変更:
securerandom.source=file:/dev/random To: securerandom.source=file:/dev/urandom
- ファイルを保存し、authc_configure再実行します。
/opt/nsr/authc-server/scripts/authc_configure.sh
Products
NetWorker FamilyArticle Properties
Article Number: 000206522
Article Type: Solution
Last Modified: 22 Jun 2025
Version: 6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.