Oracle9i Application Server Migrating to Oracle9iAS Release 2 (9.0.3) Release 2 (9.0.3) Part Number B10243-01 |
|
This chapter provides instructions on, migrating an instance that is associated with an infrastructure, migrating Oracle9iAS clusters, and using the emctl switch
utility to activate Oracle Enterprise Manager in the Oracle Home of your choice.
It is expected that you already know:
You cannot create a cluster that combines Oracle9iAS Release 2 (9.0.2) instances with Oracle9iAS Release 2 (9.0.3) instances.
You can use Oracle Enterprise Manager to manage one of the instances, not both.
See "Considerations for Using Oracle9iAS Release 2 (9.0.2) and (9.0.3) Together" .
Notes:
Infrastructure 9.0.2 enables you to use clustering. It must be installed and configured before you install Oracle9iAS Release 2 (9.0.3). If Infrastructure 9.0.2 is on the same computer as Oracle9iAS Release 2 (9.0.3), it will be associated automatically.
If it is on a different computer, you must associate Oracle9iAS Release 2 (9.0.3) with Infrastructure 9.0.2.
See Also:
Oracle9i Application Server Administrator's Guide, Chapter 10, "Reconfiguring the Application Server". |
Perform the steps below to migrate a cluster.
cd
ORACLE_HOME_2
/migration/
GUI version:
./MigAssistant.sh
(UNIX)
./MigAssistant.bat
(Windows)
Command-line version:
./MigAssistantCmd.sh
(UNIX)
./MigAssistantCmd.bat
(Windows)
cd
ORACLE_HOME_2
/bin/emctl start
where ORACLE_HOME_2
is the location of the active Oracle home.
mod_oc4j.conf
file to route requests to OC4J instances in the Release 2 (9.0.2) cluster, do the following:
mod_oc4j.conf
in one of the instances and look at the Oc4jMount
directives.
Oc4jMount
directive settings), to the mod_oc4j.conf
files in the remaining Release 2 (9.0.3) instances.
Oc4jMount
directives are routed to the named instances.
Oracle Enterprise Manager can be active in only one Oracle Home. Follow the instructions below to switch the active home.
emctl switch home
A dialog with a drop-down list of homes displays. Select the home to activate.
ORACLE_HOME
/sysman/j2ee/config/jazn-data.xml
jazn-data.xml
file, removing the block shown below:
<user>
<name>test</name>
<credentials>/78TLB5pR2Y=</credentials>
</user>
emctl start
|
![]() Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|