sp_cluster logical, alter

Description

Moves a route from one logical cluster to another.

Syntax

sp_cluster logical, “alter”, lc_name, route, route_type, key_list

Parameters

Examples

Creates a route of type alias to logical cluster “lc1” with the alias “SalesLC”. Then, changes the logical cluster association of the route from “lc1” to “lc2”. The route is identified by its route type (alias) and its key (SalesLC).

sp_cluster logical, "add", "lc1", "route", "alias",
	"SalesLC"
sp_cluster logical, "alter", "lc2", "route", "alias",
	"SalesLC"