Listing of Tables
Currently,only rms is valid.
Some services, such as rcontrol, must have exclusive access to the database, requiring
that other transactions wait until they complete. The sequential field should be set to
1for these services. Others such as swctrl may run for long periods of time and should
not block the executionof other transactions. sequential should be set to 0for these
services.
Sample records from the services table are shown in Table 10.27.
Table10.27: Entries in the Services Table
name hostname group sequential command
rcontrol rmshost rms 1 /usr/opt/rms/bin/rcontrol
sql rmshost rms 1 /usr/opt/rms/bin/rmsquery
10.2.21 The Software Products Table
The software_productsshown in Table10.28, containsinformation about the
components that make up a software product.
Table10.28: Software Products Table
Field Type Description
name char(16) name of the product
version char(16) version of the product
component char(16) name of the component
comptype char(16) type of component
compversion char(32) version of the component
compattr text componentattributes
The only valid value for the comptype field is subset.
The compattr field currently contains one value which dictates where a software
component will be installed. The possible values are shown in Table10.29.
Table10.29: Component AttributeValues
Value Description
opt Component should only be installed on rmshost
root Component should be installed on rmshost and the
cluster root node(s)
10-22 The RMS Database