The following modifications are made for the Management Server instance.

Management Server Property File Configurations

The following property files are configured for the Management Server:

Property File

Modification

/atg/dynamo/Configuration

adminPort=8380
siteHttpServerPort=8380
rmiPort=38860
drpPort=38810

/atg/dynamo/server/
StartSQLRepository_production

enabled=true

/atg/dynamo/server/
SQLRepositoryEventServer

enabled=true

/atg/dynamo/transaction/
TransactionManager

$class=atg.dtm.
StaticTransactionManagerWrapper

/atg/dynamo/service/
ClientLockManager

$class=atg.service.lockmanager.ClientLockManager
lockServerPort=39010
useLockServer=true
lockServerAddress=localhost

/atg/dynamo/service/
ClientLockManager_production

$class=atg.service.lockmanager.ClientLockManager
lockServerAddress=localhost
lockServerPort=19010
useLockServer=true

/atg/dynamo/service/
ClusterName

clusterName=management

/atg/dynamo/service/
Initial

initialServices+=/atg/dynamo/service/
ServerLockManager

/atg/dynamo/serivce/
ServiceLockManager

port=39010

/atg/dynamo/service/
SMTPEmail

emailHandlerHostName=mailsvr.atg.com

/atg/epub/file/synchronization/
FileSynchronizationDeployServer

port=38815

/atg/repository/search/
IndexingPeriodicService

enabled=false

/atg/repository/search/indexing/
IndexingOutputConfig

enableIncrementalLoading=false

/atg/search/es/SearchServer

host=localhost

/atg/search/routing/
LaunchingService

engineDir=D:/ATG/ATG9.3/Search9.3/SearchEngine deployShare=D:/ATG/ATG9.3/Search9.3

/atg/searchadmin/
SearchAdminConfig

indexDeploymentPath=d:/ATG/SearchIndexDeployPath

/atg/searchadmin/searchadmin/
adapter/customization/
RemoteSolutionAuxiliaryData
Adapter

remoteHost=localhost
remotePort=28860
enabled=true

Management Server XML File Configurations

The following configurations are made for the Management Server XML files:

XML File

Modification

/atg/scenario/
internalScenarioManager.xml

<?xml version="1.0" encoding="ISO-8859-1" ?>
<process-manager-configuration>
<!-- This ensures that the searchadmin server
doesn't start it's own scenario editor server
but instead points to the agent scenario editor
server -->
  <process-editor-server>
    <server-name>localhost:28810</server-name>
  </process-editor-server>
</process-manager-configuration>

/atg/scenario/
scenarioManager.xml

<?xml version="1.0" encoding="ISO-8859-1" ?>
<process-manager-configuration>
  <process-editor-server>
    <server-name>localhost:18810</server-name>
  </process-editor-server>
</process-manager-configuration>

Management Server Data Warehouse Add On Configuration

The following property files are configured if you add data warehousing:

Property File

Modification

/atg/dynamo/service/
DWDataCollectionConfig

enabled=true
defaultRoot=d:/ATG/ATG9.3/home/logs

If reporting is configured on another physical server update the defaultRoot as follows:

defaultRoot=\\\\computer_name\\logs

 
loading table of contents...