Thursday, July 13, 2017

Starting and stopping endeca components like PlatformServices tools and framework and CAS in linux

Following are the commands that can be used to stop and start Tools and framework , Platform Services and CAS in endeca in Linux. The windows will have corresponding bat files OR can be started/stopped from Windows services

Start ToolsAndFramework
"/ToolsAndFrameworks//server/bin/startup.sh"

Stop ToolsAndFramework
"/ToolsAndFrameworks//server/bin/shutdown.sh"

Start Platform Services
"//PlatformServices/latest/tools/server/bin/startup.sh"

Stop Platform Services
"//PlatformServices/latest/tools/server/bin/shutdown.sh"

Start CAS
"/CAS//bin/cas-service.sh"

Stop CAS
"/CAS//bin/cas-service-shutdown.sh"