Creating the RPS Database

The Create RPS Database command in the RPS menu on the primary server provides submenu items that enable you to select the Full and Mapped Extent storage modes for the initial RPS data store being created. Select the:

Select the directory in which the data is stored.

For details about database storage modes and the benefits of both modes, see "RPS Data Store", earlier in this chapter.

To create the data store for an RPS node on a primary server

  1. Select the Create RPS Database command from the RPS menu.

  2. Select the required storage mode from the submenu that is then displayed. The RPS Database Creation dialog, shown in the following image, is then displayed.

  3. If you want to change the schema, RPS mapping, or database name, click the Change button. The Select RPS Mapping dialog is then displayed, so that you can select the RPS schema, mapping, and database name that you require.

    For details, see "Selecting Your RPS Mapping", earlier in this chapter.

  4. In the RPS Directory text box, specify the path of the directory in which the data store is to be created. You must specify a directory that is valid on the server. If it does not exist, it is created.

    Alternatively, click the adjacent browse button (indicated by the … points of ellipsis symbol) to display the common Browse for Folder dialog that enables the selection of the RPS data store directory in which the data files are created.

  5. In the Copy Mode group box, select the Quiesced – Read Only option button if you want a quiesced read‑only data store creation operation. When you select this option, the database is placed in a quiescent read‑only state while the data is copied into the RPS data store. For details, see "Online Quiesced Backup", in Chapter 3 of the JADE Database Administration Guide.

    By default, the Online - Updating Allowed option is selected, indicating that updates are allowed while the data is copied. For details, see "Online Full Backup", in Chapter 3 of the JADE Database Administration Guide.

  6. Check the Overwrite Existing Files check box to allow any existing files in the specified destination RPS data store directory to be overwritten as the data is copied from the JADE database if the RPS mapping permitted this.

    By default, existing files are not overwritten.

  7. Click the OK button. Alternatively, click the Cancel button to abandon your selections.

When the data store creation completes successfully, the RPS Database Create Completed Successfully message box is then displayed advising you of this and the location of the log file that contains details of the operation. Click the OK button to return focus to the Jade RPS Manager window.

For details about creating an RPS node from a quiesced or offline backup of the primary, see "Creating an RPS Database from a Quiesced or Offline Backup of the Primary", later in this chapter.

The JadeDatabaseAdmin class commitCoherentBackup method, which can be called only from a secondary, enables you to create a backup of a secondary that when recovered, stops tracking and is in a commit‑coherent state. This provides an SDS secondary native backup that you can use to create (re‑clone) an SDS secondary RPS node, and replicates the creation of an RPS database on the primary server.