NetWorker: el script authc_configure.sh deja de responder durante la inicialización.

Summary: Cuando se ejecuta el script /opt/nsr/authc-server/scripts/authc_configure.sh, deja de responder durante la inicialización. Esperar.

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

Cuando se ejecuta el script authc_configure.sh, deja de responder durante la inicialización. 
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...

Desde otra sesión de SSH, haga cola en 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

De manera predeterminada, Java utiliza /dev/random, el cual está bloqueado para atender el número aleatorio si no hay actividad regular (por ejemplo, clics del mouse) en el sistema.

Resolution

El authc_configure.sh debe completarse finalmente, pero puede tardar algún tiempo (por ejemplo, 60 minutos).

Solución
  1. Como raíz, abra el archivo java.security con un editor de texto.
Ejemplo: 
vi /usr/java/jre1.8.0_151/lib/security/java.security
NOTA: Esta ruta puede diferir; Según la versión de Java instalada, jre#.#.#_### en la ruta puede ser diferente. Si NetWorker Runtime Environment (NRE) está instalado, la ruta de Java es /opt/nre/java/latest/lib/security/java.security.
  1. Cambio:
securerandom.source=file:/dev/random 

To: 

securerandom.source=file:/dev/urandom 
  1. Guarde el archivo y vuelva a ejecutar authc_configure: 
/opt/nsr/authc-server/scripts/authc_configure.sh

Products

NetWorker Family
Article 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.