Starts the default logical cluster on one or more instances.
sp_cluster logical, "online", { lc_name[, instance_list ] }x
lc_name – is the name of a logical cluster.
instance_list – is a list of selected instances in the logical cluster.
Example 1 Starts all base instances in the “SalesLC” logical cluster, and brings the cluster online.
sp_cluster logical, "online", SalesLC
Example 2 Starts the “ase1” instance in “SalesLC”, and brings the cluster online.
sp_cluster logical, "online", SalesLC, ase1
You cannot use the online command for the system logical cluster.