Description

A Server in this context refers to a Presentation Server.

From the Presentation Server Administration, if you expand the Servers node in the Explorer window you will see all server machines in the Presentation Server cluster. The administrator can view, edit or delete server details and add new servers.

Server Clusters

All servers without a parent server are called master servers: they obtain data directly from the back end and communicate amongst themselves as peers. If a server has a parent server, it is called a slave server, and will obtain all its data from its parent server.

A master can have zero or more slaves attached to it. If one master server fails, its slave server children will automatically sequence through the list of master servers until they find a working master server that they will connect to. If you have two servers, they should both be masters.

The Name, PORT and CONTEXT properties are used the following way when constructing the URL to the Presentation Server servlet:

http://mymachine:8000/altiodevelop/com.altio.server.altioSyncEngine

In this example, mymachine is the value of the Name property, 8000 is the value of the PORT and /altiodevelop is the value of CONTEXT.

The information in the servers section, as it applies to the local server, is used to create the implicit properties as used in the properties section of the Presentation Server Administration tool. SeeSetting up the Presentation Server Parameters for further details.

Setting the Servers Properties

Menu options

Add Server

Use the Edit menu option New Server to add a new Server to the list; with the default name of NewServer. A properties window opens, where you enter the details of the new Server.

Clone Server

Only active when a server is selected. This is similar to the New Server option, except that it will replicate the details of the selected server in the

This saves time when entering a server with similar details.

Delete

Deletes the selected Server from the list.

See also:

Presentation server parameters