Configuring OPE on UNIX
This section provides instructions for configuring OPE once it has been installed. OPE must be configured before it can be used.
The OPE tools are ObjectStore applications. An ObjectStore client run-time environment and Server must be accessible in order for you to configure and use OPE. See ObjectStore Requirements for more information.
Configuring OPE consists of telling it where to place its application schema database so that it can be accessed by an ObjectStore Server. You are asked to supply the following information:
- Which ObjectStore installation should be used? This is the value of the OS_ROOTDIR environment variable. You can use an existing installation or use the ObjectStore client run time shipped with OPE. See ObjectStore Requirements for more information.
- Where is OPE installed? This is the value of the OS_OPE_ROOTDIR environment variable.
- Which ObjectStore Server should be used for OPE's application schema database? If an ObjectStore Server is not running on the machine that contains the OPE installation, the installation and configuration utility copies OPE's application schema database to a network path you supply that is served by an ObjectStore Server.
(Depending on your particular configuration, some of this information might be automatically supplied for you.)
Beginning the configuration process
In the following instructions, the command-line prompt is denoted with a > symbol, and sample user input is in bold.
- Start the configuration by using the osopesetup installation and configuration utility. If you continued into the configuration step directly from installation, this is done for you.
> $OS_OPE_ROOTDIR/bin/osopesetup configConfiguring OPE ...
Specify location of ObjectStore client run time
- Set your OS_ROOTDIR environment variable to the path where ObjectStore is installed (see "ObjectStore requirements").
The default copy of ObjectStore to use is in
<default directory loction>.
yes
Is this the copy that you want to use? [yes]
Required ObjectStore Release 6.0 is installed in
<installation location>.
Specify location of OPE installation
- Specify the path where OPE was installed (see Installation Location).
The default OPE installation to configure is in
<default installation location> .
Is this the installation that you want to configure? [yes]
yesOPE Application Schema Database
- The OPE Analyzer and related tools use an ObjectStore application schema database ($OS_OPE_ROOTDIR/lib/osopea.adb). This database must be accessible to an ObjectStore Server. The installation and configuration utility checks to see if a local ObjectStore Server can be used to access the database. If a local ObjectStore Server is found, you will see this message. OPE uses the local Server and no further action is required.
If the schema database is not accessible to a local ObjectStore Server, you see this message:Verifying accessibility of the OPE application schema database ..
Schema database ">" is accessible.
* The default OPE application schema database in
* <application schema database pathname>
* is not accessible by an ObjectStore server process.
- You are asked if you want to specify a network location that is accessible to an ObjectStore Server:
Do you want to specify a path right now? [yes]
yes
- Supply a network path. OPE's application schema database is copied to the location you specify. (See "6.0 run-time Server" for instructions on how to tell whether a particular network location is accessible to an ObjectStore Server.)
The network path you specify can be a rawfs database path. In order to specify a network path to an OS/2 or NT computer, use a syntax like this:Enter new path for OPE application schema database:
asterix::/ostore/dbs/ope/osopea.adbDo you want to set the schema path to
asterix::/ostore/dbs/ope/osopea.adb? [yes]
yesosopeax,osopefx in $OS_OPE_ROOTDIR/bin have been updated.
tweezer::g:\\users\\jones\\osopea.adbYou see this message when you have completed the installation:You have successfully configured ObjectStore Performance Expert.
See Other Information before using OPE.