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 ()
Installing Updates (UNIX Installation Guide) (M6847IG+Updates.htm)
Updates to Reality are made available on the Northgate web site in the Reality Knowledge Base (http://www.northgate-reality.com/support). These are normally supplied as a service pack containing the latest recommended updates.
To download the latest service pack, select the V15.0 support link on the left of the page. Then click the pack for UNIX/Linux platforms and save the file.
Before downloading, please read the documents Description of Recommended Updates and Installation Info File for details of the contents of the pack and any additional configuration that might be necessary.
Caution
Before you install an update, ensure that you have an up-to-date backup of your existing data.
Other support information is available on the Reality web pages (http://www.northgate-is.com/reality/).
tar -xvf fileName
$REALROOT/bin/killreal
to shut down the Reality daemons.
Run the install_fix command as follows:
install_fix -a updatesDirectory
where updatesDirectory is the path to the directory containing the downloaded updates.
For example, if you have extracted the service pack to the
directory /usr/realman/updates
, when run from the realman user's home directory the command would be:
install_fix -a updates
Note: If you only want to install a single update, run install_fix without the
-a
option and specify the file containing the required update. For example, for
update V14.2.0.0001 saved in the directory /usr/realman/updates
the command would be:
install_fix updates/V14.2.0.0001.tar
install_fix will ask you for your name or initials. Once you have supplied this information, the process displays a description of each update to be installed and asks you to confirm installation.
Notes
If necessary, the installation process then rebuilds Reality and/or informs you that you should logon to each database to complete the installation.
$REALROOT/bin/realstart
to restart the Reality daemons.
DBUPDATE updateNumber
where updateNumber is the number of the update you have installed (for example, 14.2.0.0001); omit the update number to process all updates. Follow the on-screen prompts.