Oracle Internet Directory Administrator's Guide Release 9.0.2 Part Number A95192-01 |
|
This chapter tells you how to upgrade from Oracle Internet Directory release 2.1.1.x or release 3.0.1.x to Oracle Internet Directory Release 9.0.2.1.0.
This appendix contains these topics:
To upgrade on a single node, follow the instructions in the installation documentation for your operating system. See the Oracle Internet Directory section in Chapter 7 of the Oracle9i Application Server manual.
Upgrading a multi-node Oracle Internet Directory system to Release 9.0.2 requires special attention.
See Also:
The section in Oracle9i Application Server Administrator's Guide about Oracle Internet Directory for more information |
This section discusses LDIF-based upgrading for a multi-node Oracle Internet Directory system, which is normally not needed. Use this method when you cannot successfully run the database-based upgrade process.
Oracle Corporation recommends that you use the LDIF-based backup procedure to backup your existing release of Oracle Internet Directory. This is explained in this section.
The LDIF-based upgrade process requires the following procedures on a node being upgraded:
Be sure that the directory server is not running, then run the script backup_oid.sh located in the $
ORACLE_HOME/ldap/install
directory on the CD.
Note: To run shell script tools on the Windows operating system, you need one of the following UNIX emulation utilities:
|
The syntax to run backup_oid.sh is:
backup_oid.sh -connect net_service_name -pass password_for_DB_account_`ods'
The backup_oid.sh script does the following:
.dmp
files--for example, attr_store.dmp
--in $
ORACLE_HOME
/ldap/load
directory
OID_userdata.ldif
in $
ORACLE_HOME/ldap/load
. The subtree under cn=OracleSchemaVersion
(if it exists) is also backed up as orcl_schemaver.ldif
in the $
ORACLE_HOME/ldap/load
directory.
If you plan to install Oracle Internet Directory Release 9.0.2 in the same ORACLE_HOME, then save these generated files in some other location.
To do this:
$
ORACLE_HOME/1dap/load
:
$
ORACLE_HOME/ldap/install
.
To run shell script tools on the Windows operating system, you need one of the following UNIX emulation utilities:
Note:
The syntax for restore_oid.sh is:
restore_oid.sh -connect net_service_name -pass password_for_DB_account_`ods'
The restore_oid.sh script does the following:
-restore
option
Start OID Monitor and the directory server.
In certain circumstances, it can be awkward to attempt an upgrade for a standalone Oracle Internet Directory node:
To upgrade the directory in these circumstances, follow the steps in the sections listed here:
To stop the Oracle directory server, run the following command from $
ORACLE_HOME
/bin/
on the node:
oidctl connect=<db_connect_string> server=oidldapd instance=1 stop
FILE=oid.data OWNER=ods, odscommon RANTS=y ROWS=y
exp system/manager PARFILE=oidexp.dat
cd $ORACLE_HOME/ldap/admin/ sqlplus system/manager @ldapdrop.sql sqlplus system/manager @ldapxact.sql sqlplus system/manager @ldapxsec.sql
FILE=oid.data FROMUSER=ods TOUSER=ods
imp system/manager PARFILE=oidimp1.dat
FILE=oid.data FROMUSER=odscommon TOUSER=odscommon
imp system/manager PARFILE=oidimp2.dat
$
ORACLE_HOME
/bin/oidca
o=acme, dc=com
. This domain is then upgraded to become the default subscriber.
At the end of the upgrade, the directory server is running, listening to the specified Non-SSL and SSL ports.
|
Copyright © 1999, 2002 Oracle Corporation. All Rights Reserved. |
|