Adding a Bunker node

Use the vxrds addbunker command to add a Bunker to an existing RDS without interrupting replication from the Primary to the Secondary.

On the Bunker node, create only the Bunker Replicator Log volume. You do not require to create the data volumes. Make sure that the Bunker Replicator Log is of the same size and has the same name as the Primary Replicator Log. The vxrds addbunker command takes care of creating the Bunker Secondary RVG and establishing the required RLINKs. To create the RLINKs with the names of your choice between the Primary and Bunker Secondary RVG use the vxrds addbunker command with the prlink and srlink attributes.

Note:

Adding the Bunker RVG fails if the Replicator Log sizes differ. The Bunker Replicator Log must be of the same size and the same name as the Primary Replicator Log.

Syntax forvxrds addbunker command command:

vxrds [-g <diskgroup>] [-bdg <diskgroup>] addBunker
 <local_rvg><pri_host> <Bunker_host> [attribute=value..]

Example:

vxrds -g dg1 -bdg Bunker_dg addBunker local_rvg london
 london1protocol=storage

where dg1 is the Primary disk group and Bunker_dg is the Bunker disk group.

The following table describes the attributes that you can specify with vxrds addbunker command.

Table: Attributes for vxrds addbunker command

Attributes

Description

protocol

Specifies the protocol to be used for replication between the Primary and Bunker Secondary.

If the storage on the Bunker Secondary is directly accessible from the Primary use the STORAGE protocol, otherwise use TCP/IP or UDP/IP.

Note:

If the replication protocol for the Bunker Secondary has been set to STORAGE, then you can change it only by deleting and recreating the Bunker with the required protocol; UDP/IP or TCP/IP. You cannot change the STORAGE protocol using the Change Replication Settings option.

-bdg <diskgroup>

Specifies the Bunker disk group in a storage Bunker set up that is used for creating the Bunker RVG.

prlink

Creates the Primary RLINK with the specified name.

srlink

Creates the Bunker Secondary RLINK with the specified name.