Real Time Information Director User Documentation
RTID Subscriptions
Hewlett-Packard Company 8 529618 - 002
Installing and Configuring the Subscription Module
Dependencies
The Subscription module requires the Director to be installed and configured in the WLS
environment.
Installing and Configuring SubServ on the NonStop Server
Make sure that your WebLogic Server is running with the Director configured. Carry out
the following steps to install and configure the Subscription Module as part of your
solution:
1. Make the RegSubs.sh script executable with the following OSS commands:
$RTID_HOME is where you install RTID on the NonStop server. The default folder
is /usr/tandem/rtid
cd $RTID_HOME/bin
chmod +x RegSubs.sh
2. Edit the $RTID_HOME/scripts/dbsubinfo.sh to replace all occurrences of the
<VOLUME> and <SUBVOL> strings with the volume and subvolume names of your
RTID data store. This script creates the SUBINFO table and also creates an mpalias
for that table.
3. At the OSS prompt execute the following command
cd $RTID_HOME/scripts
chmod +x dbsubinfo.sh
dbsubinfo.sh
4. Create an index for your RTID data store tables. For example, to set up subscriptions
for the RTSC example, use the following instructions:
• Edit the $RTID_HOME/examples/rtsc/scripts/sub.sh to replace the <VOLUME>
and <SUBVOL> strings with the volume and subvolume names of your RTSC
data store.
• Load the SQL defines from $RTID_HOME/examples/rtsc/scripts
cd $RTID_HOME/examples/rtsc/scripts
. ./ossdbdef