For Oracle 19C, please contact Product Support for assistance before starting the upgrade.
- When the Collaboration install completes, click Cancel to cancel the uPerform Server install.
- Click Yes to confirm.
- Click Finish to exit the install.
- Open the file [CollaborationInstallDirectory]\conf\collab_common_rmi.props in a text editor.
- Modify the following property value:
Property
|
Value
|
DB_LIB
|
For Oracle 12c: %ROOT%/lib/ojdbc5.jar
For DB2 10.5: %ROOT%/lib/vgnjdbc.jar
|
- Save the changes and close the collab_common_rmi.props file.
- Open the file [CollaborationInstallDirectory]\conf\startup.props in a text editor.
- Delete the property db.dbPassword_encrypted= and any value associated with it.
- Ensure the following properties and values are in the file:
NOTE:
|
These properties may already be in the file, possibly with different values, or may need to be added.
|
Property
|
Value
|
db.jdbcDriverClass
|
For Oracle 12c: oracle.jdbc.driver.OracleDriver
For DB2 10.5: com.vignette.jdbc.db2.DB2Driver
|
ao.classname
|
com.intraspect.rmi.AClusterManager
|
db.jdbcDriverConnectURL
|
For Oracle 12c: jdbc\:oracle\:thin\:@
For DB2 10.5: jdbc\:vignette\:db2\://@
|
DBG_PORT
|
9900 |
ao.javaexe
|
%ROOT%\\java\\jre\\bin\\collabCluster%EXE%
|
ao.remotermiregistry
|
localhost\:8446
|
rmiServer
|
localhost\:8446
|
db.port
|
Enter the TCP port number for the database server.
|
db.host
|
Enter the hostname for the database server.
|
logger.filename
|
%ROOT%/log/startup.log
|
ao.name
|
clusteredproperties
|
db.dbUserId
|
Enter the username for the database server.
|
db.dbServiceName
|
For Oracle 12c: [DBServerHostname]\:[DBServerPort]\:[OracleDBSID]
For DB2 10.5: [DBServerHostname]\:[DBServerPort];databasename\=[DBName]
|
import
|
conf/collab_common_rmi.props
|
ao.classpath
|
For Oracle 12c: %ROOT%\\.;%ROOT%\\java\\jre\\lib\\jce.jar;%ROOT%\\classes.zip;%ROOT%\\lib\\jmx.jar
For DB2 10.5: %ROOT%\\.;%ROOT%\\java\\jre\\lib\\jce.jar;%ROOT%\\classes.zip;%ROOT%\ \lib\\jmx.jar;%DB_LIB%;%ROOT%\\lib\\oro.jar;%ROOT%\\lib\\mail.jar
NOTE: This must all be on one line.
|
db.dbPassword
|
Enter the password for the database server.
|
db.encrypt
|
true
|
- Save the changes and close the startup.props file.
- Right click on the Command Prompt tool and select .
- Enter the Collaboration install directory. For example: C:\OpenText\Collaboration.
- Enter bin\RegisterAOS.bat [CollaborationInstallDirectory]. For example: bin\RegisterAOS.bat C:\OpenText\Collaboration.
- Enter cd DBSetup to change the directory.
- Perform one of the following:
If
|
Then
|
You are upgrading for Oracle 12c
|
- Enter DBUpgradeOracle.bat.
- Enter DBUpgradeOracle.bat [DBServerHostname] [DBPort] [DBName] [CollabUser] [CollabPassword].
|
You are conducting a new installation
|
- Enter DBSetup[Oracle|DB2].bat.
- Enter DBSetup[Oracle|DB2].bat [DBServerHostname] [DBPort] [DBName] [DBAUser] [DBAPassword] [CollabUser] [CollabPassword].
|
- Enter cd [CollaborationInstallDirectory] to change the directory.
- Enter bin\upgrader.bat [CollaborationInstallDirectory]. For example: bin\upgrader.bat C:\OpenText\Collaboration.
- Locate the application Server installation files on your computer.
- Double-click the executable file to re-start the installation.
NOTE:
|
If the User Account Control prompt displays, click Yes.
|
- Click Install.
- Return to the Next step in the Installing the Application article to complete the process.