Adding instances to a logical cluster

Add instances to the cluster using sp_cluster logical, "add".

Add two instances to the mission-critical “SalesLC”:

sp_cluster logical, "add", SalesLC, instance, ase1
sp_cluster logical, "add", SalesLC, instance, ase2

Add a single instance to “HRLC”:

sp_cluster logical, "add", HRLC, instance, ase3

Add a single instance to “CatchallLC”:

sp_cluster logical, "add", CatchallLC, instance, ase4