Creating a logical cluster

NoteYou can also use the Adaptive Server plug-in to create logical clusters. See “Adding a logical cluster”.

Create a logical cluster using sp_cluster logical, "create".

For example, suppose a physical cluster called “mycluster” that contains four instances: “ase1”, “ase2”, “ase3”, and “ase4”. We create three logical clusters:

To create “SalesLC”, “HRLC”, and “CatchallLC”, enter:

sp_cluster logical, "create", SalesLC
sp_cluster logical, "create", HRLC
sp_cluster logical, "create", CatchallLC
Image shows the layers of the cluster environemt and the cluster itself consists of three logical clusters: SalesLC, HRLC, and CatchallLC.