Kbase P3377: Configuration requirements for IBM AIX to run Fathom Management 2.0
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
Configuration requirements for IBM AIX to run Fathom Management 2.0
FACT(s) (Environment):
Fathom Management 2.0A
Progress 9.1C
Progress 9.1D
FIX:
Ensure you have at least IBM AIX (32 Bit) 4.3.3 Maintenance Level 10 on your machine.
Get the new AIX JVM from IBM. The minimum level is Java full version J2RE 1.3.0 IBM build cal130-20020177, also known as 1.3.0 patch 9 (ptf9).
Stop all of your Progress processes (shutdown databases then shutdown the AdminServer).
For 9.1C only Move your $progressInstallDir/jre to $ progressInstallDir/jre.old:
cd $progressInstallDir
mv jre jre.old
Unpack the SDK or JRE in a temporary directory. Follow the IBM instructions.
Move the JRE directory to $progressInstallDir.
cp temporary_directory/jre $progressInstallDir
Prior to starting the AdminServer, an environment variable, MALLOCTYPE=3.1, needs to be set. To do this, create a file called proset.env. Set the variable and export. MALLOCTYPE=3.1 ; export MALLOCTYPE. Proset.env will be called from within proadsv script when launching the AdminServer. You can find further details about this file within proadsv.
Restart your Progress processes by restarting the AdminServer.
proadsv -start