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 파일을 엽니다.
예:
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입니다.
- 변경:
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.