This section describes how to perform a Java ES 4 Service Registry upgrade to Java ES 5. The section covers the following topics:
Before you upgrade Service Registry, perform the following procedures:
The Service Registry upgrade from Release 4 to Release 5 does not modify configuration data or the registry and repository database. You do not have to back up current data.
All Java ES components on a computer system and in a computing environment should be upgraded to Java ES Release 5. Service Registry has hard upgrade dependencies on a number of shared components and on Application Server.
When upgrading Service Registry dependencies, you should do so in the order below, before you upgrade Service Registry. Upgrade of shared components is normally achieved automatically by the Java ES installer.
Shared Components.Release 5 installer automatically installs all required shared components in the parallel path.
Application Server. Instructions for upgrading Application Server to Release 5 are provided in Chapter 6, Application Server
Obtain the user IDs, passwords, domain name, and port number for your Release 4 Service Registry.
Log in as administrator.
Stop the Release 4 Service Registry (Application Server) domain.
cd ServiceRegistryR4-base\install
ant -f build-install.xml appserver.domain.stop
Install Release 5 Service Registry.
Use the Configure Manually After Installation option to install Java ES 5 Service Registry. For Service Registry installation instructions, see the Sun Java Enterprise System 5 Installation Guide for Microsoft Windows.
Update the Release 5 install.properties file.
Perform post-install upgrade and configuration of the Release 5 Service Registry.
cd ServiceRegistryR5-base\install
ant -f build-install.xml upgrade
The upgrade utility creates a new Application Server domain for Service Registry, starts the Service Registry domain and deploys the Service Registry. Each Service Registry is associated with its own Application Server domain.
Stop the Release 5 Service Registry (Application Server) domain.
cd ServiceRegistryR5-base\install
ant -f build-install.xml appserver.domain.stop
Update the Release 5 configuration data files with changes made to the Release 4 configuration data files.
Start the Release 5 Service Registry (Application Server) domain.
cd ServiceRegistryR5-base\install
ant -f build-install.xml appserver.domain.start
Log in as administrator.
Stop and delete the Release 5 Service Registry (Application Server) domain.
cd ServiceRegistryR5-base\install
ant -f build-install.xml appserver.domain.stop appserver.domain.delete
Run the Release 5 uninstaller to uninstall Release 5 Service Registry.
Start the Release 4 Service Registry (Application Server) domain.
cd ServiceRegistryR4-base\install
ant -f build-install.xml appserver.domain.start