RDF System Management Manual

Table Of Contents
HP NonStop RDF System Management Manual524388-003
15-1
15
NonStop SQL/MX and RDF
RDF supports replication of NonStop SQL/MX user tables (file code 550) and indexes
(file code 552). These operations are supported in much the same way as they are
with NonStop SQL/MP, and the same types of data and DDL operations are replicated.
This section describes the following operations:
Including and Excluding SQL/MX Objects
Obtaining ANSI Object Names From Updater Event Messages
Creating NonStop SQL/MX primary and backup databases from scratch
Creating a NonStop SQL/MX backup database from an existing primary database
Synchronizing a NonStop SQL/MX database online
Synchronizing a single NonStop SQL/MX partition offline
Synchronizing a single NonStop SQL/MX partition online
Correcting incorrect NonStop SQL/MX name mapping
Querying metadata
Restoring to a specific location
Comparing NonStop SQL/MX tables
Given the way the name mapping works between NonStop SQL/MX objects and their
underlying Guardian file names, there are special considerations when setting up
NonStop SQL/MX objects to be replicated by RDF. This section describes those
issues.
The command interface for NonStop SQL/MX is MXCI.
Including and Excluding SQL/MX Objects
By default, RDF provides volume-level protection, wherein changes to all audited files
and tables on each protected primary system data volume are replicated to an
associated backup system data volume.
RDF also supports subvolume- and file-level replication. To use this capability, you use
INCLUDE and EXCLUDE clauses when configuring updaters to identify specific
database objects you want replicated or not replicated. INCLUDE and EXCLUDE
clauses require the use of Guardian names. If you have an ANSI-named NonStop
SQL/MX object that you want to include or exclude, you first must get the underlying
Guardian name by using the MXGNAMES utility or the MXCI SHOWDLL command.
The use of INCLUDE and EXCLUDE clauses is described in Section 11, Subvolume-
and File-Level Replication.