Previous Topic: How to Install CA GovernanceMinder on an IBM WebSphere Cluster

Next Topic: Install Oracle Java SE Development Kit (JDK) 6


CA GovernanceMinder Prerequisites

This section lists CA GovernanceMinder prerequisites.

Example: This example describes how to run and verify entropy on Linux.

On a Linux system, verify that sufficient entropy is available. CA GovernanceMinder requires random data from /dev/random to perform essential cryptographic functions. If data in /dev/random is exhausted, CA GovernanceMinder processes must wait for random data to be available. This waiting results in poor performance.

  1. Open a Command Prompt and enter the following command:
    rm /dev/random && mknod -m 644 /dev/random c 1 9
    
  2. Answer yes when prompted to remove character special file.

    You have run entropy on Linux.

  3. To confirm entropy creation, run the following command:
    cat /dev/random | od
    

    A steady flow of random data generation indicates that entropy is created.

Next, you install Oracle Java SE Developement Kit (SDK) 6.