
How to restart loader and analytics servicers from CLI
After restarting cmc from CLI (command line in linux), we are starting the Loader and Analytics services by logging into CMC web page. I would like to know if we could able to start the Loader and Analytics services from command line.
-
Navigate to Incorta Installation directory
1. <INCORTA_INSTALLATION>/IncortaNode/
2. Run the command
./listServices.sh
you will get something like this
[incorta@supportteam-environment IncortaNode]$ ./listServices.sh
Listing Services:
================Service Name = analyticsService
Service Type = ANALYTICS
service Location = /home/incorta/IncortaAnalytics_4.3.3_oracle/IncortaNode/services/5a12ab89-2a79-4ca3-b53c-3f47069b754b
Service Status = Running---
Service Name = loaderService
Service Type = LOADER
service Location = /home/incorta/IncortaAnalytics_4.3.3_oracle/IncortaNode/services/51a8beac-0c94-4577-a305-c5bd64d57246
Service Status = Running---
Note: For detailed information about existing services, Please run ./listServices.sh -all
3. Run the commands ./startService.sh or ./stopService.sh
Example:
./startService.sh analyticsService
./stopService.sh loaderService