Changes configuration values for the cluster.
The cluster must be down to execute all set cluster commands except set cluster login.
set cluster { maxinst max_num_instances | traceflags trace_flag[, trace_flag[,...]] | { primary | secondary } protocol udp | login login_name [password password ] }
set cluster maxinst 4
set cluster traceflags 15506
set cluster login sa password abcde
To check that the cluster is down, enter show cluster status.
The login for login login_name [password password] must have sa_role. By default, the Unified Agent uses the “sa” login with no password. To change this password, use set cluster login.