IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Prepare the remote Oracle environment
To prepare the remote Oracle environment:
- Create the SID for use by the Managing Server. Record the name of the SID; you may use the default name, octigate.
If you use a SID name other than octigate, explicitly specify this name when installing the Managing Server using custom or silent installation.
- Create a temporary directory on the remote server. Example: c:\temp
- ftp the file oracle-remote-scripts.zip to the temporary directory.
The oracle-remote-scripts.zip file is provided with the Managing Server distribution (in MS_/path/to/install\base\scripts\).
- Log in as a user with dba privileges. For example: oracle.
- Unzip the oracle-remote-scripts.zip file.
- Run the following command to set the ORACLE_SID used by the Managing Server:
set ORACLE_SID=octigateIf you are using a SID name other than octigate, specify that SID name instead.- Run the oracleinstall.bat script, which has the following format:
cd c:\temp\oraclebin\oracleinstall.bat oracle_sid sqlplus_user sqlplus_password tablespace jdbc_user jdbc_password adminVEuseroracle_sid is the SID name you have just created.sqlplus_user and sqlplus_password are credentials for Oracle SQL Plus. The user must have privilege to create tablespace and users. You can specify the Oracle system user credentials.
tablespace is the name of the table space to be created when you run the oracleinstall.bat script. This is the table space the Managing Server will use. This tablespace will be removed if it exists.
jdbc_user and jdbc_password are credentials for the JDBC connection to the database.
adminVEuser is the operating system user to be used for the Visualization Engine component. This user is also the default administrative user in the Visualization Engine user interface. See Custom installation and upgrade: creating the user interface user.
Parent topic:
Prepare an existing remote Oracle environment