All Java ES components on a computer system and in a computing environment should be upgraded to Java ES version 5.
Type the following command.
ApplicationServer-base\bin\asadmin.bat version
The outputs that indicate the Application Server version are:
Sun Java Enterprise System Application Server Enterprise Edition 8.2
Sun Java Enterprise System Application Server Enterprise Edition 8.1_02
Stop all running node agents.
ApplicationServer-base\bin\asadmin.bat stop-node-agent
Stop all domains.
ApplicationServer-base\bin\asadmin.bat stop-domain
Stop the pointbase database server if one is installed and running.
ApplicationServer-base\pointbase\tools\stopserver.sh
Back up Application Server domains.
Create a directory outside the Application Server installation directories and back up the content of the domains directory in this new directory. The default location for the Java ES 4 domains directory is ApplicationServer-base\domains.
Back up Application Server node agents.
Create a directory outside the Application Server installation directories and back up the content of the nodeagents directory in this new directory. The default location for the Java ES 4 nodeagents directory is ApplicationServer-base\nodeagents.
Back up pointbase binaries.
Create a directory outside the Application Server installation directories and back up the content of the pointbase directory in this new directory. The default location for the Java ES 4 pointbase directory is ApplicationServer-base\pointbase.
Back up pointbase data files.
Create a directory outside the Application Server installation directories and back up the pointbase data files in this new directory. The default location for the Java ES 4 pointbase data files is: ApplicationServer-base\pointbase.
Back up the Application Server configuration file.
The default location for Application Server configuration file is ApplicationServer-base\config\asenv.conf.
Back up the sample configuration file.
The default location for sample configuration file is ApplicationServer-base\samples\common.properties.