Usage
Creates or modifies a path group, which is a set of paths. A path is an ordered list of Connect CDC hosts used to move replicated or copied data from a source host to a target host. The direct path (that is, from source host to target host without any intervening host) is always implied; to alter this path, you must make an explicit specification.
Syntax
CREATE PATHGROUP name
Or ALTER PATHGROUP name TO
[[NOT] FIREWALL]
PATH [FROM] {sourcehost, …|ANY HOST} TO targethost, … VIA (inthost, …)
[DESCRIPTION ‘descriptive text’]
;
Parameters
Parameter |
Description |
---|---|
Create |
Creates a set of paths. |
Alter |
Modifies a previously created set of paths. |
Firewall |
Specifies whether this set of paths is to be used to route CLiP requests, usually through a firewall. |
Path |
Defines the ordered list of hosts used to move replicated or copied data. |
Description |
User-defined text. |