shutdown

The Cluster Edition allows you to shut down the cluster or an individual instance with the shutdown command.

shutdown {cluster | [instance_name]} [with {wait | nowait}]

Where

For example, to shut down the cluster named “bigcluster”, enter:

shutdown cluster

To shut down the instance “ase1” (but leave the cluster running):

shutdown ase1

This form of shutdown are invalid in a clustered environment:

shutdown
go