Use this section to understand how to stop or start the service in the FCC Studio in case you have an issue with the services.
Topics:
· Stop and Start the FCC Studio Services
· Stop and Start the PGX Service
To stop the FCC Studio installer, follow these steps:
1. Navigate to the <Studio_Installation_Path>/bin/ directory.
2. Run the following command:
./stop-script.sh.
To start the FCC Studio services, follow these steps:
1. Navigate to the <Studio_Installation_Path>/bin/ directory.
2. Execute the following command in the console:
./fcc-studio.sh
To stop the PGX service, follow these steps:
1. Navigate to the <PGX_Installation_Path>/pgx/server/bin directory.
2. Run the following command:
Run ./stop-script.sh
To start the PGX service, follow these steps:
1. Navigate to the <PGX_Installation_Path>/pgx/server/bin directory.
2. Run the following command:
nohup ./start-pgx.sh &
3. After the PGX service runs successfully, run the ./FCCM_Studio_ETL_BulkSimilarityEdgeGeneration.sh job and <FCCM_Studio path>/FCCM_Studio_ApplyGraphRedaction.sh file.
NOTE |
Ensure that Global graph is loaded in the PGX Server. |