User's Reference > Administration > Database Isolation > realroot

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

realroot (realroot.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

realroot

Selects a specified Reality release or instance, by setting the necessary environment variables (REALROOT, PATH, etc.).

Syntax

UNIX Korn Shell

. realroot {[release || path]} {instance}

. realroot -q

UNIX Bourne Shell

set {[release || path]} {instance} ; . realroot

Note: You can also use this syntax in the Korn shell.

UNIX C Shell

set argv="{[release || path]} {instance}" ; . realroot

Windows Command Prompt

realroot {[release || path]} {instance}

realroot -q

Parameters

instance A single digit in the range 1 to 9 that identifies the required instance of the current version of Reality (the base instance).

release The version number of the required Reality release (without the initial letter). For example, to select Reality V15.0, specify 15.0. If you wish, you can include the instance number as part of the release; for example, 15.0_1  selects instance 1 of release V15.0.

path The path to the required Reality release or instance. For example, to select instance 1 of Reality V15.0 on a Windows host, you might specify c:\realman\15.0_1.

Note that Reality instances are not supported on versions of Reality earlier than V12.0.

Options

-q Displays the currently selected instance. For example, on Windows:

realroot -q
Running Reality at C:\realman\15.0_3

Comments

Many Reality host utilities operate on the selected release or instance.

Examples

. realroot 1

When run in a UNIX Korn Shell, this command selects instance 1 of the live release.

set 15.0 1 ; . realroot

When run in a UNIX Bourne Shell, this command selects instance 1 of Reality V15.0.

. set argv="c:\realman\15.0_1" ; . realroot

When run in a UNIX C Shell, this command selects instance 1 of Reality V15.0.

realroot c:\realman\15.0 1

When run at the Windows command prompt, this command selects instance 1 of Reality V15.0.

realroot

When run at the Windows command prompt, this command selects the base instance of the live release.

RealityV15.0Comment on this topic