Purpose
Registers dispatcher, endpoint, and watchdog processes with Business Continuity Manager.
Syntax
PROCESS ADD process_id process_type region_name ;Parameters
- processid
- Identifier assigned to a specific process.
- process type
- Represents one of the following values:
Process Type Description endpoint One endpoint per region is automatically added during installation. dispatcher Systems configured during setup have two dispatchers defined (HA). When adding new systems, two dispatchers per system must be added for HA environments. watchdog Business Continuity Manager allows one watchdog per region. By default, Business Continuity Manager is installed with two regions in an HA environment, and each region has a watchdog defined. If more regions are added, add watchdogs to these regions. These additional watchdogs act as process monitors only and do not participate in determining/resolving sequencer HA status. - region_name
- Unique character string that identifies a region managed by a Business Continuity Manager server.
Usage Considerations
You can use the REGION LIST command to view a list of current region names.
Including region_name enables Business Continuity Manager to route queries based on its proximity to the database system.
Example
bcmadmin> PROCESS ADD eptTest endpoint pluto;
Successfully added process 'eptTest'.