NetWorker: authc_configure.sh 스크립트가 초기화 수행 시 응답을 중지합니다.

摘要: /opt/nsr/authc-server/scripts/authc_configure.sh 스크립트를 실행하는 동안 초기화 수행 시 응답을 중지합니다. 기다릴.

本文适用于 本文不适用于 本文并非针对某种特定的产品。 本文并非包含所有产品版本。

症状

authc_configure.sh 스크립트를 실행하는 동안 초기화 수행 시 응답을 중지합니다. 
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  

原因

기본적으로 Java는 시스템에 일반 활동(마우스 클릭)이 없는 경우 /dev/random를 사용하여 임의 번호를 처리하지 못하도록 차단됩니다.

解决方案

authc_configure.sh는 결국 완료되어야 하지만 시간이 좀 걸릴 수 있습니다(예: 60분).

해결
  1. root로 텍스트 편집기를 사용하여 java.security 파일을 엽니다.
예: 
vi /usr/java/jre1.8.0_151/lib/security/java.security
참고: 이 경로는 다를 수 있습니다. Java 버전에 따라 경로에 jre#.#.#.######이 설치되어 있을 수 있습니다. NRE(NetWorker Runtime Environment)가 설치된 경우 Java 경로는 /opt/nre/java/latest/lib/security/java.security입니다.
  1. 변경:
securerandom.source=file:/dev/random 

To: 

securerandom.source=file:/dev/urandom 
  1. 파일을 저장하고 authc_configure 재실행합니다. 
/opt/nsr/authc-server/scripts/authc_configure.sh

产品

NetWorker Family
文章属性
文章编号: 000206522
文章类型: Solution
上次修改时间: 22 6月 2025
版本:  6
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。