Symptom:
Federation Manager installed on a Linux system can experience startup problems due to insufficient entropy. If there is not enough entropy, one of the following symptoms can occur:
Startup failure! Server could not be started and initialized successfully. Wizard will abort the configuration.
Solution:
To increase the entropy pool, do one of the following:
The Federation Manager installer checks whether the /dev/random is a symbolic link to /dev/urandom. If there is no symbolic link, the installer displays an error message and aborts the installation.
To add the symbolic link:
mv /dev/random /dev/random.org
ln -s /dev/urandom /dev/random
If you run an unattended installation, the error message gets logged to the installation log file.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |