Run the makeDynamoServer script with the following syntax:
makeDynamoServer.batnew_server_namermi_port_numberdrp_port_number
This script creates a new <ATG11dir>/home/servers/new_server_name directory with the following subdirectories and properties files:
|--- data(includes
|--- j2ee
|--- runtime
|--- localconfigCONFIG.properties)(includes
|--- atg
|--- dynamoConfiguration.properties)
|--- logs
|--- archives
|--- pagebuild
|--- sessionswap
It sets the name property in the localconfig/CONFIG.properties file. For example:
name=Server myServer
It also sets the rmiPort, rmiEnabled, and drpPort properties in the localconfig/atg/dynamo/Configuration.properties file. For example:
rmiEnabled=true
rmiPort=9001
drpPort=9002
The DRP port value uniquely identifies the instance; the port itself is not used for communication.

