The coordinator must be running in order to add secondary servers. See “Checking server status”.
Adding multiplex servers (Sybase Central)
Right-click the server name in the Multiplexes folder.
Choose Add Server from the popup.
Follow the instructions in the Create Server Wizard.
Adding multiplex servers (Interactive SQL)
In Interactive SQL, run the CREATE MULTIPLEX SERVER command, for example:
CREATE MULTIPLEX SERVER mpxnode_w2 DATABASE 'host1/mpx/mpxtest.db' HOST 'host1' PORT 2957 ROLE WRITER STATUS INCLUDED
For command reference details, see “CREATE MULTIPLEX SERVER statement”.
This command creates the definition for a secondary writer server mpxnode_w2.
Follow steps 7 through 10 in “Converting databases to multiplex (Interactive SQL)”.