We have a Endeca application running in the server which uses Endeca 11.1 Version.
We created a clone of the above working Endeca server and updated the below files with the new hostname in the cloned new server.
- <$ENDECA_APP_NAME>/config/script/environment.properties
- <$ENDECA_APP_NAME>/config/cas/last-mile-crawl.xml
- <$ENDECA_APP_NAME>/config/script/LiveAppServerCluster.xml
- <$ENDECA_APP_NAME>/config/script/LiveDgraphCluster.xml
- <$ENDECA_APP_NAME>/config/ifcr/configuration/tools/xmgr/editors.xml
- <$ENDECA_APP_NAME>/config/ifcr/configuration/tools/xmgr/services/dataservice.json
- <$ENDECA_APP_NAME>/control/initialize_services.sh
- <$ENDECA_APP_NAME>/config/script/set_environment.sh
- <$TOOLS_FRAMEWORKS_INSTALL_DIR>/11.1.0/reference/foundation/WEB-INF/assembler.properties
- PlatformServices/workspace/conf/eaccmd.properties
- ToolsAndFrameworks/11.1.0/server/workspace/conf/casconsole.properties
- CAS/workspace/conf/commandline.properties
- ToolsAndFrameworks/inventory/Clone/clone.xml
- ToolsAndFrameworks/install/chainedInstall/globalcontext.xml
My Questions are :
- Apart from the above files, is there are any other files which needs to be updated ?
- Any binary files/installation files which gets updated internally during Endeca installation ?
- We knew that this clone approach is not the recommended one to be followed for setting up the Endeca application but will it have any other issues if it is setup like the above one?