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.
RealityV15.1Online Documentation (MoTW) Revision 7
realroot (realroot.htm)
Selects a specified Reality release or instance, by setting the necessary environment variables (REALROOT, PATH, etc.).
. realroot {[release || path]} {instance}
. realroot -q
set {[release || path]} {instance} ; . realroot
Note: You can also use this syntax in the Korn shell.
set argv="{[release || path]} {instance}" ; . realroot
realroot {[release || path]} {instance}
realroot -q
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.1, specify 15.1
. If you wish, you can include the instance number as part of the release; for example, 15.1_1
selects instance 1 of release V15.1.
path The path to the required Reality release or instance. For example, to select instance 1 of Reality V15.1 on a Windows host, you might specify c:\realman\15.1_1
.
Note that Reality instances are not supported on versions of Reality earlier than V12.0.
-q Displays the currently selected instance. For example, on Windows:
realroot -q
Running Reality at C:\realman\15.1_3
Many Reality host utilities operate on the selected release or instance.
. realroot 1
When run in a UNIX Korn Shell, this command selects instance 1 of the live release.
set 15.1 1 ; . realroot
When run in a UNIX Bourne Shell, this command selects instance 1 of Reality V15.1.
. set argv="c:\realman\15.1_1" ; . realroot
When run in a UNIX C Shell, this command selects instance 1 of Reality V15.1.
realroot c:\realman\15.1 1
When run at the Windows command prompt, this command selects instance 1 of Reality V15.1.
realroot
When run at the Windows command prompt, this command selects the base instance of the live release.