Changes the name, catalog file path, role, or status of the given server.
ALTER MULTIPLEX SERVER server-name server-option server-option - (back to Syntax 1) { RENAME new-server-name | DATABASE 'dbfile' | ROLE { WRITER | READER | COORDINATOR } | STATUS { INCLUDED | EXCLUDED } | ASSIGN AS FAILOVER SERVER | host-port-list } host-port-list (back to server-option) { HOST ' hostname ' PORT port number ...} { PRIVATE HOST ' hostname ' PORT port number ...}
Syntax 2
ALTER MULTIPLEX SERVER server-name PRIVATE NULL
The coordinator must be running, but you can run the ALTER MULTIPLEX SERVER command from any server in the multiplex. (Run all DDL statements on the coordinator.) In all cases except when altering role from reader to writer, the named server is automatically shut down.