Determining the membership mode

Use the @@membershipmode global variable and sybcluster show membership mode to determine the current membership mode. @@membershipmode and sybcluster return “vcs” if the Cluster Edition is running with the VCS cluster subsystem, and returns “native” if the Cluster Edition is running without the VCS cluster subsystem. For example:

select @@membershipmode
vcs